diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..4b3c87fd4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +# Git - gitattributes Documentation +# https://git-scm.com/docs/gitattributes + + + +# 禁用所有文件的换行符自动转换 +* -text + + + +# 机器生成的文件 +# Unity *.meta 所有平台下换行符均为 LF +*.meta text eol=lf + + + +# 人类编写的文件 +# C# 代码 +*.cs text eol=lf diff --git a/.gitignore b/.gitignore index 2286795e8..4c8183e35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,561 +1,34 @@ -# ---> Unity -# 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/ +# Git - gitignore Documentation +# https://git-scm.com/docs/gitignore -# MemoryCaptures can get excessive in size. -# They also could contain extremely sensitive data -/[Mm]emoryCaptures/ +/Bundles +/yoo +/obj -# Recordings can get excessive in size -/[Rr]ecordings/ -# Uncomment this line if you wish to ignore the asset store tools plugin -# /[Aa]ssets/AssetStoreTools* +# Windows 资源管理器缩略图缓存 +Thumbs.db +# Mac Finder 缓存 +.DS_Store -# Autogenerated Jetbrains Rider plugin -/[Aa]ssets/Plugins/Editor/JetBrains* +# Unity +/Library/ +/Logs/ +/Temp/ +/UserSettings/ -# Visual Studio cache directory -.vs/ +# Unity 生成的项目文件 +/*.sln +/*.csproj -# Gradle cache directory -.gradle/ +# Visual Studio DB 数据库 +/.vs/ -# 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 +# ReSharper 个人配置 +/*.DotSettings.user -# 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/* - -# ---> JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf - -# AWS User-specific -.idea/**/aws.xml - -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries - -# Gradle and Maven with auto-import -# When using Gradle or Maven with auto-import, you should exclude module files, -# since they will be recreated, and may cause churn. Uncomment if using -# auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr - -# CMake -cmake-build-*/ - -# Mongo Explorer plugin -.idea/**/mongoSettings.xml - -# File-based project format -*.iws - -# IntelliJ -out/ - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Cursive Clojure plugin -.idea/replstate.xml - -# SonarLint plugin -.idea/sonarlint/ - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -# Editor-based Rest Client -.idea/httpRequests - -# Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser - -# ---> VisualStudio -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.tlog -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp - -# Visual Studio 6 technical files -*.ncb -*.aps - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# Visual Studio History (VSHistory) files -.vshistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ - -# Windows Installer files from build outputs -*.cab -*.msi -*.msix -*.msm -*.msp - -# JetBrains Rider -*.sln.iml - -# ---> VisualStudioCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions -*.vsix - -# custom -.idea -.plastic -.vscode +# Rider +/.idea/ +/Assets/Plugins/Editor/JetBrains/ +/Assets/Plugins/Editor/JetBrains.meta /Assets/StreamingAssets/yoo -yoo/ -Bundles/ -Profiler/ diff --git a/Assets/Artists.meta b/Assets/Artists.meta new file mode 100644 index 000000000..c35f21d33 --- /dev/null +++ b/Assets/Artists.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7d79af7a8f08de84ca1b5ab04452dbe1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Animations.meta b/Assets/Artists/Animations.meta new file mode 100644 index 000000000..747f0fd49 --- /dev/null +++ b/Assets/Artists/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 614b040fd729be4459b596db249c18e2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Animations/Armature@Idle.fbx.meta b/Assets/Artists/Animations/Armature@Idle.fbx.meta new file mode 100644 index 000000000..e8bcf22c4 --- /dev/null +++ b/Assets/Artists/Animations/Armature@Idle.fbx.meta @@ -0,0 +1,928 @@ +fileFormatVersion: 2 +guid: 078997c74e0171e4eb7d040bd598475c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Idle + takeName: mixamo.com + internalID: -203655887218126122 + firstFrame: 0 + lastFrame: 59 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 1 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_UpperLeg + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_UpperLeg + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_LowerLeg + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_LowerLeg + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Foot + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Foot + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Shoulder + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Shoulder + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_UpperArm + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_UpperArm + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_LowerArm + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_LowerArm + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Hand + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Hand + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Toes + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Toes + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Eye + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Eye + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_ThumbProximal + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_ThumbIntermediate + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_ThumbDistal + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_IndexProximal + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_IndexIntermediate + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_IndexDistal + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_MiddleProximal + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_MiddleIntermediate + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_MiddleDistal + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_RingProximal + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_RingIntermediate + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_RingDistal + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_PinkyProximal + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_PinkyIntermediate + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_PinkyDistal + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_ThumbProximal + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_ThumbIntermediate + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_ThumbDistal + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_IndexProximal + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_IndexIntermediate + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_IndexDistal + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_MiddleProximal + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_MiddleIntermediate + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_MiddleDistal + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_RingProximal + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_RingIntermediate + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_RingDistal + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_PinkyProximal + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_PinkyIntermediate + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_PinkyDistal + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: UpperChest + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: Armature@Idle(Clone) + parentName: + position: {x: 0.06826379, y: -0.0645954, z: 0.06622522} + rotation: {x: -0.036241814, y: 0.36750504, z: 0.013894336, w: 0.92921126} + scale: {x: 1, y: 1, z: 1} + - name: Hips + parentName: Armature@Idle(Clone) + position: {x: -0, y: 0.9811, z: -0.0159} + rotation: {x: 0.95608, y: -0.01477398, z: 0.25671014, w: -0.14068621} + scale: {x: 1, y: 1, z: 1} + - name: Spine + parentName: Hips + position: {x: -0, y: -0.0537, z: 0.0226} + rotation: {x: 0.98647916, y: -0.016245903, z: -0.038154744, w: 0.15855359} + scale: {x: 1, y: 1, z: 1} + - name: Chest + parentName: Spine + position: {x: -0, y: 0.1034, z: 0} + rotation: {x: 0.10063448, y: -0.08101736, z: 0.01855181, w: 0.9914458} + scale: {x: 1, y: 1, z: 1} + - name: UpperChest + parentName: Chest + position: {x: -0, y: 0.1034, z: 0} + rotation: {x: 0.074992985, y: -0.08146939, z: 0.016453005, w: 0.99371433} + scale: {x: 1, y: 1, z: 1} + - name: Neck + parentName: UpperChest + position: {x: -0, y: 0.2515, z: -0.0023} + rotation: {x: 0.048963565, y: 0.011016192, z: -0.0025662973, w: 0.9987365} + scale: {x: 1, y: 1, z: 1} + - name: Head + parentName: Neck + position: {x: -0, y: 0.1275, z: 0} + rotation: {x: 0.4802543, y: -0.1286091, z: 0.122187406, w: 0.85900277} + scale: {x: 1, y: 1, z: 1} + - name: Right_Eye + parentName: Head + position: {x: 0.0333, y: 0.0932, z: -0.0057} + rotation: {x: 0.5730684, y: 0.41423738, z: 0.5730684, w: 0.41423738} + scale: {x: 1, y: 1, z: 1} + - name: Left_Eye + parentName: Head + position: {x: -0.0333, y: 0.0932, z: -0.0056} + rotation: {x: -0.41423738, y: 0.5730684, z: -0.41423738, w: 0.5730684} + scale: {x: 1, y: 1, z: 1} + - name: Jaw + parentName: Head + position: {x: -0, y: 0.0099, z: 0.0113} + rotation: {x: -0.2743033, y: 0.6517344, z: -0.2743033, w: 0.6517344} + scale: {x: 1, y: 1, z: 1} + - name: Neck_Twist_A + parentName: Neck + position: {x: -0, y: 0.0637, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_Shoulder + parentName: UpperChest + position: {x: -0.001, y: 0.1917, z: 0.0012} + rotation: {x: -0.035157513, y: -0.07874433, z: 0.71197456, w: 0.69688994} + scale: {x: 1, y: 1, z: 1} + - name: Left_UpperArm + parentName: Left_Shoulder + position: {x: -0, y: 0.1674, z: 0} + rotation: {x: 0.16264223, y: 0.10413829, z: -0.015785262, w: 0.9810473} + scale: {x: 1, y: 1, z: 1} + - name: Left_LowerArm + parentName: Left_UpperArm + position: {x: -0, y: 0.2851, z: 0} + rotation: {x: 0.022447357, y: -0.05834449, z: -0.015137165, w: 0.99792933} + scale: {x: 1, y: 1, z: 1} + - name: Left_Hand + parentName: Left_LowerArm + position: {x: -0, y: 0.2404, z: 0} + rotation: {x: 0.01569049, y: -0.1058868, z: -0.062048774, w: 0.99231637} + scale: {x: 1, y: 1, z: 1} + - name: Left_PinkyProximal + parentName: Left_Hand + position: {x: -0.0038, y: 0.072, z: -0.0316} + rotation: {x: -0.0038390248, y: -0.51846117, z: 0.044967644, w: 0.8539094} + scale: {x: 1, y: 1, z: 1} + - name: Left_PinkyIntermediate + parentName: Left_PinkyProximal + position: {x: -0, y: 0.0323, z: 0} + rotation: {x: 0.025603129, y: -0.011984162, z: 0.0059680976, w: 0.9995825} + scale: {x: 1, y: 1, z: 1} + - name: Left_PinkyDistal + parentName: Left_PinkyIntermediate + position: {x: -0, y: 0.0202, z: 0} + rotation: {x: 0.000000014583245, y: -0.00001572283, z: -0.000000025250625, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_PinkyDistalEnd + parentName: Left_PinkyDistal + position: {x: -0, y: 0.0185, z: 0} + rotation: {x: 0.0000052360074, y: 0.000011344631, z: -0.0000017453887, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_RingProximal + parentName: Left_Hand + position: {x: 0.0012, y: 0.0817, z: -0.015} + rotation: {x: 0.0031218813, y: -0.5726914, z: 0.045877237, w: 0.8184804} + scale: {x: 1, y: 1, z: 1} + - name: Left_RingIntermediate + parentName: Left_RingProximal + position: {x: -0, y: 0.0436, z: 0} + rotation: {x: 0.028966416, y: -0.0018216657, z: 0.0046890043, w: 0.99956775} + scale: {x: 1, y: 1, z: 1} + - name: Left_RingDistal + parentName: Left_RingIntermediate + position: {x: -0, y: 0.0271, z: 0} + rotation: {x: -0.000000008324129, y: -0.000011287899, z: -0.00000003688624, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_RingDistalEnd + parentName: Left_RingDistal + position: {x: -0, y: 0.021, z: 0} + rotation: {x: 0.00000785398, y: 0.0000026180007, z: 0.0000008726441, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_MiddleProximal + parentName: Left_Hand + position: {x: 0.0048, y: 0.087, z: 0.0004} + rotation: {x: -0.002656755, y: -0.64661163, z: 0.056026954, w: 0.7607544} + scale: {x: 1, y: 1, z: 1} + - name: Left_MiddleIntermediate + parentName: Left_MiddleProximal + position: {x: -0, y: 0.0513, z: 0} + rotation: {x: 0.033938948, y: 0.0013493887, z: 0.0008217369, w: 0.99942267} + scale: {x: 1, y: 1, z: 1} + - name: Left_MiddleDistal + parentName: Left_MiddleIntermediate + position: {x: -0, y: 0.0283, z: 0} + rotation: {x: -0.000000015837438, y: -0.000008733264, z: -0.000000022849857, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_MiddleDistalEnd + parentName: Left_MiddleDistal + position: {x: -0, y: 0.0233, z: 0} + rotation: {x: 1.9800132e-11, y: 0.00001134464, z: -0.0000017453292, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_IndexProximal + parentName: Left_Hand + position: {x: 0.0003, y: 0.093, z: 0.0236} + rotation: {x: 0.047737844, y: -0.6893773, z: -0.045100585, w: 0.7214194} + scale: {x: 1, y: 1, z: 1} + - name: Left_IndexIntermediate + parentName: Left_IndexProximal + position: {x: -0, y: 0.0421, z: 0} + rotation: {x: 0.036407743, y: 0.0007528063, z: 0.00045341978, w: 0.9993367} + scale: {x: 1, y: 1, z: 1} + - name: Left_IndexDistal + parentName: Left_IndexIntermediate + position: {x: -0, y: 0.0251, z: 0} + rotation: {x: 0.000000056769444, y: -0.000012900132, z: -0.0000000043264436, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_IndexDistalEnd + parentName: Left_IndexDistal + position: {x: -0, y: 0.0246, z: 0} + rotation: {x: -0.0000026179055, y: -0.000025307283, z: 0.0000034905922, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Left_ThumbProximal + parentName: Left_Hand + position: {x: -0.0025, y: 0.0294, z: 0.0227} + rotation: {x: 0.030900797, y: 0.91179276, z: 0.3575798, w: -0.19953886} + scale: {x: 1, y: 1, z: 1} + - name: Left_ThumbIntermediate + parentName: Left_ThumbProximal + position: {x: -0, y: 0.0278, z: 0} + rotation: {x: 0.00035340816, y: -0.3176401, z: 0.0073653758, w: 0.9481827} + scale: {x: 1, y: 1, z: 1} + - name: Left_ThumbDistal + parentName: Left_ThumbIntermediate + position: {x: -0, y: 0.0451, z: 0} + rotation: {x: -0.000000016860193, y: 0.18611418, z: 0.000000033762497, w: 0.98252815} + scale: {x: 1, y: 1, z: 1} + - name: Left_ThumbDistalEnd + parentName: Left_ThumbDistal + position: {x: -0, y: 0.0295, z: 0} + rotation: {x: 0.0000008726585, y: 0.0000069813177, z: 0.0000008726585, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Right_Shoulder + parentName: UpperChest + position: {x: 0.001, y: 0.1917, z: 0.0012} + rotation: {x: 0.7321691, y: 0.6793931, z: 0.0022428152, w: -0.048461013} + scale: {x: 1, y: 1, z: 1} + - name: Right_UpperArm + parentName: Right_Shoulder + position: {x: -0, y: 0.1674, z: 0} + rotation: {x: 0.048763715, y: -0.012461653, z: 0.008201092, w: 0.99869895} + scale: {x: 1, y: 1, z: 1} + - name: Right_LowerArm + parentName: Right_UpperArm + position: {x: -0, y: 0.2851, z: 0} + rotation: {x: -0.014107781, y: 0.6332219, z: -0.025296206, w: 0.7734281} + scale: {x: 1, y: 1, z: 1} + - name: Right_Hand + parentName: Right_LowerArm + position: {x: -0, y: 0.2404, z: 0} + rotation: {x: -0.1150751, y: -0.48259282, z: -0.0018063339, w: 0.8682503} + scale: {x: 1, y: 1, z: 1} + - name: Right_PinkyProximal + parentName: Right_Hand + position: {x: -0.0093, y: 0.072, z: 0.0304} + rotation: {x: -0.048073772, y: 0.9954467, z: 0.012506758, w: -0.08135346} + scale: {x: 1, y: 1, z: 1} + - name: Right_PinkyIntermediate + parentName: Right_PinkyProximal + position: {x: -0, y: 0.0323, z: 0} + rotation: {x: 0.0253107, y: 0.78587013, z: -0.0023948415, w: 0.61786884} + scale: {x: 1, y: 1, z: 1} + - name: Right_PinkyDistal + parentName: Right_PinkyIntermediate + position: {x: -0, y: 0.0202, z: 0} + rotation: {x: 0.00000003833727, y: -0.22481371, z: -0.00000009302546, w: 0.9744018} + scale: {x: 1, y: 1, z: 1} + - name: Right_PinkyDistalEnd + parentName: Right_PinkyDistal + position: {x: -0, y: 0.0185, z: 0} + rotation: {x: 0.96577436, y: 0.000026367414, z: 0.25938377, w: 0.000012468436} + scale: {x: 1, y: 1, z: 1} + - name: Right_RingProximal + parentName: Right_Hand + position: {x: -0.0014, y: 0.0817, z: 0.015} + rotation: {x: -0.050056502, y: 0.9437427, z: -0.005771381, w: -0.32681915} + scale: {x: 1, y: 1, z: 1} + - name: Right_RingIntermediate + parentName: Right_RingProximal + position: {x: -0, y: 0.0436, z: 0} + rotation: {x: 0.026891401, y: 0.40073016, z: -0.004230573, w: 0.91579163} + scale: {x: 1, y: 1, z: 1} + - name: Right_RingDistal + parentName: Right_RingIntermediate + position: {x: -0, y: 0.0271, z: 0} + rotation: {x: 0.00000007353481, y: -0.054882836, z: 0.000000024298553, w: 0.99849284} + scale: {x: 1, y: 1, z: 1} + - name: Right_RingDistalEnd + parentName: Right_RingDistal + position: {x: -0, y: 0.021, z: 0} + rotation: {x: 0.9897357, y: 0.000013847151, z: 0.14290965, w: -0.000019759113} + scale: {x: 1, y: 1, z: 1} + - name: Right_MiddleProximal + parentName: Right_Hand + position: {x: 0.0048, y: 0.087, z: 0.0005} + rotation: {x: 0.043011542, y: -0.80107933, z: 0.03255803, w: 0.5961224} + scale: {x: 1, y: 1, z: 1} + - name: Right_MiddleIntermediate + parentName: Right_MiddleProximal + position: {x: -0, y: 0.0513, z: 0} + rotation: {x: 0.029958831, y: -0.101284884, z: -0.0018267252, w: 0.9944046} + scale: {x: 1, y: 1, z: 1} + - name: Right_MiddleDistal + parentName: Right_MiddleIntermediate + position: {x: -0, y: 0.0283, z: 0} + rotation: {x: 0.000000032174167, y: 0.012562495, z: 0.0000000059778555, w: 0.9999211} + scale: {x: 1, y: 1, z: 1} + - name: Right_MiddleDistalEnd + parentName: Right_MiddleDistal + position: {x: -0, y: 0.0233, z: 0} + rotation: {x: 0.9987492, y: -0.0000037928232, z: -0.05000028, w: -0.000023663375} + scale: {x: 1, y: 1, z: 1} + - name: Right_IndexProximal + parentName: Right_Hand + position: {x: 0.0044, y: 0.093, z: -0.0231} + rotation: {x: 0.012288066, y: -0.8071775, z: 0.005769878, w: 0.59015274} + scale: {x: 1, y: 1, z: 1} + - name: Right_IndexIntermediate + parentName: Right_IndexProximal + position: {x: -0, y: 0.0421, z: 0} + rotation: {x: 0.036119472, y: 0.15753047, z: 0.001910009, w: 0.9868515} + scale: {x: 1, y: 1, z: 1} + - name: Right_IndexDistal + parentName: Right_IndexIntermediate + position: {x: -0, y: 0.0251, z: 0} + rotation: {x: -0.000000023909188, y: -0.069208495, z: 0.00000002861642, w: 0.9976022} + scale: {x: 1, y: 1, z: 1} + - name: Right_IndexDistalEnd + parentName: Right_IndexDistal + position: {x: -0, y: 0.0246, z: 0} + rotation: {x: 0.99865097, y: 0.000014250462, z: 0.05192549, w: -0.000023338374} + scale: {x: 1, y: 1, z: 1} + - name: Right_ThumbProximal + parentName: Right_Hand + position: {x: 0.0016, y: 0.0294, z: -0.0228} + rotation: {x: 0.2899052, y: 0.8495081, z: -0.2081955, w: -0.3885174} + scale: {x: 1, y: 1, z: 1} + - name: Right_ThumbIntermediate + parentName: Right_ThumbProximal + position: {x: -0, y: 0.0278, z: 0} + rotation: {x: -0.005565163, y: 0.06764268, z: -0.03386062, w: 0.9971193} + scale: {x: 1, y: 1, z: 1} + - name: Right_ThumbDistal + parentName: Right_ThumbIntermediate + position: {x: -0, y: 0.0451, z: 0} + rotation: {x: -0.0000018789993, y: -0.70095575, z: -0.0000018086416, w: 0.71320474} + scale: {x: 1, y: 1, z: 1} + - name: Right_ThumbDistalEnd + parentName: Right_ThumbDistal + position: {x: -0, y: 0.0295, z: 0} + rotation: {x: 0.0042821523, y: -2.622062e-19, z: 0.9999908, w: 6.123178e-17} + scale: {x: 1, y: 1, z: 1} + - name: Left_UpperLeg + parentName: Hips + position: {x: -0.0861, y: 0.0535, z: -0.0113} + rotation: {x: -0.19888678, y: 0.09491823, z: 0.016724646, w: 0.97527176} + scale: {x: 1, y: 1, z: 1} + - name: Left_LowerLeg + parentName: Left_UpperLeg + position: {x: -0, y: 0.4133, z: 0} + rotation: {x: 0.32302502, y: -0.11831665, z: -0.03307314, w: 0.93838274} + scale: {x: 1, y: 1, z: 1} + - name: Left_Foot + parentName: Left_LowerLeg + position: {x: -0, y: 0.414, z: 0} + rotation: {x: 0.030947622, y: 0.6787309, z: -0.72484285, w: -0.113883734} + scale: {x: 1, y: 1, z: 1} + - name: Left_Toes + parentName: Left_Foot + position: {x: -0, y: 0.1384, z: 0} + rotation: {x: -0.034489002, y: 0.9802903, z: 0.1638968, w: 0.10478243} + scale: {x: 1, y: 1, z: 1} + - name: Left_ToesEnd + parentName: Left_Toes + position: {x: -0, y: 0.0664, z: 0} + rotation: {x: 0.6108567, y: -0.020899218, z: -0.0065935683, w: 0.79143786} + scale: {x: 1, y: 1, z: 1} + - name: Right_UpperLeg + parentName: Hips + position: {x: 0.0861, y: 0.0535, z: -0.0113} + rotation: {x: 0.0581666, y: 0.9277752, z: -0.23278973, w: 0.28576002} + scale: {x: 1, y: 1, z: 1} + - name: Right_LowerLeg + parentName: Right_UpperLeg + position: {x: -0, y: 0.4133, z: 0} + rotation: {x: 0.07346146, y: 0.8240047, z: -0.31057298, w: -0.46814963} + scale: {x: 1, y: 1, z: 1} + - name: Right_Foot + parentName: Right_LowerLeg + position: {x: -0, y: 0.414, z: 0} + rotation: {x: -0.6738021, y: -0.25484338, z: -0.12152028, w: 0.68284595} + scale: {x: 1, y: 1, z: 1} + - name: Right_Toes + parentName: Right_Foot + position: {x: -0, y: 0.1384, z: 0} + rotation: {x: -0.16089495, y: -0.01623623, z: -0.0069978633, w: 0.9868132} + scale: {x: 1, y: 1, z: 1} + - name: Right_ToesEnd + parentName: Right_Toes + position: {x: -0, y: 0.0664, z: 0} + rotation: {x: -0.79144204, y: -0.0065934337, z: 0.020906668, w: 0.610851} + scale: {x: 1, y: 1, z: 1} + - name: FPV_Scale + parentName: Armature@Idle(Clone) + position: {x: -0.0001, y: 1.372, z: -0.1654} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + armTwist: 1 + foreArmTwist: 0 + upperLegTwist: 1 + legTwist: 0 + armStretch: 0 + legStretch: 0 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts.meta b/Assets/Artists/Arts.meta new file mode 100644 index 000000000..37ae8762f --- /dev/null +++ b/Assets/Artists/Arts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ecbe41217089274b92257c1cbb84408 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Avatars.meta b/Assets/Artists/Arts/Avatars.meta new file mode 100644 index 000000000..8f2e360be --- /dev/null +++ b/Assets/Artists/Arts/Avatars.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 73f2d1bcb22320b448baa2a4c4a2643e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Avatars/avatar_player.jpg.meta b/Assets/Artists/Arts/Avatars/avatar_player.jpg.meta new file mode 100644 index 000000000..133a0a19f --- /dev/null +++ b/Assets/Artists/Arts/Avatars/avatar_player.jpg.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: dc1a7b7a5cc9437438280932e8b541a0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Backgrounds.meta b/Assets/Artists/Arts/Backgrounds.meta new file mode 100644 index 000000000..b80f73e46 --- /dev/null +++ b/Assets/Artists/Arts/Backgrounds.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d27eac6d75c8f074086fd5fc0daaaeed +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Backgrounds/background_menu.jpg.meta b/Assets/Artists/Arts/Backgrounds/background_menu.jpg.meta new file mode 100644 index 000000000..a7dc4c26e --- /dev/null +++ b/Assets/Artists/Arts/Backgrounds/background_menu.jpg.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 5abe2ac5974a6104fbf483cf5f3f19eb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Fonts.meta b/Assets/Artists/Arts/Fonts.meta new file mode 100644 index 000000000..0d4c7a410 --- /dev/null +++ b/Assets/Artists/Arts/Fonts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 27ab4bb7bad3b834db936694cc23b490 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Fonts/Meiryo UI W53 Regular SDF.asset.meta b/Assets/Artists/Arts/Fonts/Meiryo UI W53 Regular SDF.asset.meta new file mode 100644 index 000000000..695678174 --- /dev/null +++ b/Assets/Artists/Arts/Fonts/Meiryo UI W53 Regular SDF.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80d4eed6ab6a2c248b81331b3aab1c8c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Fonts/Meiryo UI W53 Regular.ttf.meta b/Assets/Artists/Arts/Fonts/Meiryo UI W53 Regular.ttf.meta new file mode 100644 index 000000000..41ab24640 --- /dev/null +++ b/Assets/Artists/Arts/Fonts/Meiryo UI W53 Regular.ttf.meta @@ -0,0 +1,21 @@ +fileFormatVersion: 2 +guid: db36093791665054891037785f49999f +TrueTypeFontImporter: + externalObjects: {} + serializedVersion: 4 + fontSize: 16 + forceTextureCase: -2 + characterSpacing: 0 + characterPadding: 1 + includeFontData: 1 + fontNames: + - Meiryo UI + fallbackFontReferences: [] + customCharacters: + fontRenderingMode: 0 + ascentCalculationMode: 1 + useLegacyBoundsCalculation: 0 + shouldRoundAdvanceValue: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Fonts/japanese_characters.txt.meta b/Assets/Artists/Arts/Fonts/japanese_characters.txt.meta new file mode 100644 index 000000000..db342b4b5 --- /dev/null +++ b/Assets/Artists/Arts/Fonts/japanese_characters.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0b23afe0946e76243836c8da06e73981 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Textures.meta b/Assets/Artists/Arts/Textures.meta new file mode 100644 index 000000000..ad7341518 --- /dev/null +++ b/Assets/Artists/Arts/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3de33fe595b7f994f8a9e990f24aa597 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Textures/texture_akiba.jpg.meta b/Assets/Artists/Arts/Textures/texture_akiba.jpg.meta new file mode 100644 index 000000000..6620b5641 --- /dev/null +++ b/Assets/Artists/Arts/Textures/texture_akiba.jpg.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 4f4c68ed2c65cee4d98fa5dc45e00c8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 1 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Textures/texture_street.jpg.meta b/Assets/Artists/Arts/Textures/texture_street.jpg.meta new file mode 100644 index 000000000..a26f4fcc0 --- /dev/null +++ b/Assets/Artists/Arts/Textures/texture_street.jpg.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 4b7dac409ae6a5849b3088d55792c00b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 1 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Arts/Textures/texture_suburb.jpg.meta b/Assets/Artists/Arts/Textures/texture_suburb.jpg.meta new file mode 100644 index 000000000..6d0d3bd22 --- /dev/null +++ b/Assets/Artists/Arts/Textures/texture_suburb.jpg.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 8de2e8ea76d2fbb4f946bfb49bab55fd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 1 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs.meta b/Assets/Artists/Configs.meta new file mode 100644 index 000000000..ff5f17a97 --- /dev/null +++ b/Assets/Artists/Configs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 061be2fe4f9dd404b899801f7d844871 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/Asset Cache.asset.meta b/Assets/Artists/Configs/Asset Cache.asset.meta new file mode 100644 index 000000000..db2b4b3c2 --- /dev/null +++ b/Assets/Artists/Configs/Asset Cache.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2bed5a9c4e149164bb855b985f6e0267 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/New Universal Render Pipeline Asset.asset.meta b/Assets/Artists/Configs/New Universal Render Pipeline Asset.asset.meta new file mode 100644 index 000000000..895ae4d6b --- /dev/null +++ b/Assets/Artists/Configs/New Universal Render Pipeline Asset.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 452125d3c70ab904da6bd18a70f67f41 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/New Universal Render Pipeline Asset_Renderer.asset.meta b/Assets/Artists/Configs/New Universal Render Pipeline Asset_Renderer.asset.meta new file mode 100644 index 000000000..2dc94cc33 --- /dev/null +++ b/Assets/Artists/Configs/New Universal Render Pipeline Asset_Renderer.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1090d9d52ddbd82469af35f0b7e011e9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/Volume_Tokyo.asset.meta b/Assets/Artists/Configs/Volume_Tokyo.asset.meta new file mode 100644 index 000000000..87932a7c3 --- /dev/null +++ b/Assets/Artists/Configs/Volume_Tokyo.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 291a106b25af4384f89ad564ba3eeac7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/Weather.meta b/Assets/Artists/Configs/Weather.meta new file mode 100644 index 000000000..d08d032d8 --- /dev/null +++ b/Assets/Artists/Configs/Weather.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a4389b4b9b7a41448810c3a5b55dd65 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_day.asset.meta b/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_day.asset.meta new file mode 100644 index 000000000..bcc6a35f8 --- /dev/null +++ b/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_day.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1141a8e086d8bee48a30dce7a6205e40 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_dusk.asset.meta b/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_dusk.asset.meta new file mode 100644 index 000000000..af4388a1b --- /dev/null +++ b/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_dusk.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c009083bebd90ba4fb5e0783c6e31d02 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_night.asset.meta b/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_night.asset.meta new file mode 100644 index 000000000..da697b564 --- /dev/null +++ b/Assets/Artists/Configs/Weather/scriptable_weather_city_crossing_night.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 24176f4e72444d6498664e607a0f8637 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/scriptable.meta b/Assets/Artists/Configs/scriptable.meta new file mode 100644 index 000000000..1211d6c2d --- /dev/null +++ b/Assets/Artists/Configs/scriptable.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3eb20803c9467444f9dc7c3952ea4b25 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/scriptable/highlight_interactable.asset.meta b/Assets/Artists/Configs/scriptable/highlight_interactable.asset.meta new file mode 100644 index 000000000..d117e1208 --- /dev/null +++ b/Assets/Artists/Configs/scriptable/highlight_interactable.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d6b6f62af0e01a24f860ecafef627b24 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/scriptable/scriptable_player_animations.asset.meta b/Assets/Artists/Configs/scriptable/scriptable_player_animations.asset.meta new file mode 100644 index 000000000..e3a1154ca --- /dev/null +++ b/Assets/Artists/Configs/scriptable/scriptable_player_animations.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2b5eeb2751c588c4e8b0c6edec7eea0f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/scriptable/scriptable_player_key_map.asset.meta b/Assets/Artists/Configs/scriptable/scriptable_player_key_map.asset.meta new file mode 100644 index 000000000..56ee49df3 --- /dev/null +++ b/Assets/Artists/Configs/scriptable/scriptable_player_key_map.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ff95c26ef7307d24bba14366784f4d9d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Configs/scriptable/scriptable_player_settings.asset.meta b/Assets/Artists/Configs/scriptable/scriptable_player_settings.asset.meta new file mode 100644 index 000000000..7982ab054 --- /dev/null +++ b/Assets/Artists/Configs/scriptable/scriptable_player_settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 039d5a40a2677b9418c4b36066b85c9f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Materials.meta b/Assets/Artists/Materials.meta new file mode 100644 index 000000000..69c94c65d --- /dev/null +++ b/Assets/Artists/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fdafac812365b4245aa5b0a233d53ac9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Materials/material_guide_path.mat.meta b/Assets/Artists/Materials/material_guide_path.mat.meta new file mode 100644 index 000000000..ffac85653 --- /dev/null +++ b/Assets/Artists/Materials/material_guide_path.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4506ddc04731e904685e7cc029214c1b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Materials/material_portal.mat.meta b/Assets/Artists/Materials/material_portal.mat.meta new file mode 100644 index 000000000..beaf3cd62 --- /dev/null +++ b/Assets/Artists/Materials/material_portal.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 633251e31213f944c964f0a2e82aaded +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Materials/material_toon.mat.meta b/Assets/Artists/Materials/material_toon.mat.meta new file mode 100644 index 000000000..937701c5c --- /dev/null +++ b/Assets/Artists/Materials/material_toon.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c2906d17d2526c041993cd1a556bdeec +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Materials/ux_minimap.renderTexture.meta b/Assets/Artists/Materials/ux_minimap.renderTexture.meta new file mode 100644 index 000000000..eec5eb0eb --- /dev/null +++ b/Assets/Artists/Materials/ux_minimap.renderTexture.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a9e60eda7295fc47907b25d62d9dd79 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 8400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Models.meta b/Assets/Artists/Models.meta new file mode 100644 index 000000000..ce1717966 --- /dev/null +++ b/Assets/Artists/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5bc1ce8cfcabbc4e8ec9f575b0a4b89 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Models/Kumabucks.meta b/Assets/Artists/Models/Kumabucks.meta new file mode 100644 index 000000000..75430d521 --- /dev/null +++ b/Assets/Artists/Models/Kumabucks.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9001d680bba45b64b960a49da036ee2b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Models/Kumabucks/color_yangdun.mat.meta b/Assets/Artists/Models/Kumabucks/color_yangdun.mat.meta new file mode 100644 index 000000000..08b594f05 --- /dev/null +++ b/Assets/Artists/Models/Kumabucks/color_yangdun.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fb94f21a6b5ef8448bd5739e621e680c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Models/Kumabucks/texture_yangdun.png.meta b/Assets/Artists/Models/Kumabucks/texture_yangdun.png.meta new file mode 100644 index 000000000..a5a54b275 --- /dev/null +++ b/Assets/Artists/Models/Kumabucks/texture_yangdun.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 73caf3c2d3ddd3a40947d22dcf8d4208 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 50 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Models/Kumabucks/yangdun.fbx.meta b/Assets/Artists/Models/Kumabucks/yangdun.fbx.meta new file mode 100644 index 000000000..ff389a332 --- /dev/null +++ b/Assets/Artists/Models/Kumabucks/yangdun.fbx.meta @@ -0,0 +1,450 @@ +fileFormatVersion: 2 +guid: c1ca0e46d184c0945b45ad4863c3e66e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: body + second: {fileID: 2100000, guid: dd871d7a83dc0e74fabbbb799b329349, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: colo_yangdun + second: {fileID: 2100000, guid: fb94f21a6b5ef8448bd5739e621e680c, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: ear + second: {fileID: 2100000, guid: 58f8042baf6df6047ba57640fabf916b, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: eyelight + second: {fileID: 2100000, guid: 62c7cdaa5049a1b4695f12a21ca3d6cd, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: horn + second: {fileID: 2100000, guid: 2f8eb5e12b22e9d4b917b184b31af3d4, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: mouse + second: {fileID: 2100000, guid: 50e996683b07a604a8d465fa6cd09cc6, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: tie + second: {fileID: 2100000, guid: d387561671f77e64f9d485e49bc30d2a, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: "Avatar creation failed:\n\tTransform 'DEF.HIP' for human bone + 'Hips' not found\n" + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + 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 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_UpperLeg + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_UpperLeg + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_LowerLeg + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_LowerLeg + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Chest + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: DEF.HEAD + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Shoulder + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Shoulder + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_UpperArm + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_UpperArm + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_LowerArm + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_LowerArm + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Hand + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Hand.001 + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: DEF.EAR.L + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: DEF.EAR.R + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Foot + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Foot + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: yangdun(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Armature + parentName: yangdun(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 1, y: 0, z: -0, w: 0.0000000754979} + scale: {x: 1, y: 1, z: 1} + - name: Hips + parentName: Armature + position: {x: -0, y: -0.15913543, z: -0.0000000069560304} + rotation: {x: 0.9967271, y: -0.000000057821616, z: 0.00000071292027, w: -0.0808395} + scale: {x: 1, y: 1, z: 1.0000074} + - name: Chest + parentName: Hips + position: {x: -0, y: 0.2107701, z: 0} + rotation: {x: -0.103953324, y: -0.00000047425993, z: -0.00000009913925, w: 0.9945822} + scale: {x: 1, y: 1, z: 1} + - name: Left_Shoulder + parentName: Chest + position: {x: -0.074316874, y: 0.33409014, z: 0.004188206} + rotation: {x: 0.01594531, y: -0.10272165, z: 0.6897645, w: 0.7165326} + scale: {x: 1, y: 1, z: 0.99999994} + - name: Left_UpperArm + parentName: Left_Shoulder + position: {x: -0.0058028083, y: 0.23377125, z: 0.006444094} + rotation: {x: 0.06678201, y: 0.0043589626, z: 0.0501916, w: 0.9964948} + scale: {x: 0.99999994, y: 1, z: 1.0000001} + - name: Left_LowerArm + parentName: Left_UpperArm + position: {x: 0.00000004992852, y: 0.13155867, z: -0.000000008028561} + rotation: {x: -0.005093126, y: 0.00000011479367, z: -0.046643365, w: 0.9988986} + scale: {x: 1, y: 0.99999994, z: 1} + - name: Left_Hand + parentName: Left_LowerArm + position: {x: 0.000000004865781, y: 0.09351595, z: -0.0000000020053044} + rotation: {x: -0.0050854646, y: 0.000000013549978, z: -0.046573274, w: 0.99890196} + scale: {x: 1, y: 0.99999994, z: 1} + - name: DEF.FINGER.L + parentName: Left_Hand + position: {x: -0.016134448, y: 0.06942069, z: 0.0017617624} + rotation: {x: 0.039110914, y: -0.00000012384412, z: 0.3581819, w: 0.9328323} + scale: {x: 0.99999994, y: 0.9999999, z: 1} + - name: DEF.THUMB.L + parentName: Left_Hand + position: {x: 0.022659956, y: 0.06493849, z: -0.002474307} + rotation: {x: -0.051465034, y: -0.0000001338605, z: -0.4713222, w: 0.8804583} + scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} + - name: Neck + parentName: Chest + position: {x: 1.7763568e-15, y: 0.24394551, z: -0.0000000018626451} + rotation: {x: -0.04378319, y: 0.00000015084684, z: -0.000000027488761, w: 0.9990411} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: DEF.HEAD + parentName: Neck + position: {x: 6.238312e-16, y: 0.169461, z: -0.0000000024477274} + rotation: {x: 0.09516974, y: -0.00000015030855, z: 0.00000005975098, w: 0.99546105} + scale: {x: 1, y: 1, z: 1} + - name: DEF.EAR.L + parentName: DEF.HEAD + position: {x: -0.35118824, y: 0.3105143, z: -0.14866824} + rotation: {x: -0.18605423, y: -0.07139113, z: 0.33905205, w: 0.91941875} + scale: {x: 0.9999999, y: 0.99999994, z: 0.99999994} + - name: DEF.EAR.R + parentName: DEF.HEAD + position: {x: 0.35118842, y: 0.3105143, z: -0.14866792} + rotation: {x: -0.18605407, y: 0.07139072, z: -0.33905202, w: 0.9194189} + scale: {x: 1, y: 0.99999994, z: 0.9999999} + - name: Right_Shoulder + parentName: Chest + position: {x: 0.074316874, y: 0.33409014, z: 0.004188277} + rotation: {x: 0.015945628, y: 0.102721296, z: -0.6897646, w: 0.7165326} + scale: {x: 0.9999999, y: 0.99999994, z: 0.9999999} + - name: Right_UpperArm + parentName: Right_Shoulder + position: {x: 0.005802749, y: 0.23377125, z: 0.00644409} + rotation: {x: 0.066781975, y: -0.004358962, z: -0.050191548, w: 0.9964949} + scale: {x: 1, y: 1, z: 1.0000001} + - name: Right_LowerArm + parentName: Right_UpperArm + position: {x: 0.000000016509535, y: 0.13155866, z: 0.000000007868017} + rotation: {x: -0.0050931335, y: -0.00000012200488, z: 0.04664336, w: 0.9988986} + scale: {x: 1, y: 0.9999999, z: 1} + - name: Left_Hand.001 + parentName: Right_LowerArm + position: {x: -0.0000000054640417, y: 0.09351595, z: -0.000000007702305} + rotation: {x: -0.005085461, y: -0.0000000073788544, z: 0.046573266, w: 0.99890196} + scale: {x: 0.9999999, y: 0.9999999, z: 0.99999994} + - name: DEF.FINGER.R + parentName: Left_Hand.001 + position: {x: 0.016134428, y: 0.069420695, z: 0.0017617674} + rotation: {x: 0.039110906, y: 0.00000010563381, z: -0.35818198, w: 0.93283224} + scale: {x: 1, y: 0.99999994, z: 1} + - name: DEF.THUMB.R + parentName: Left_Hand.001 + position: {x: -0.02265997, y: 0.06493844, z: -0.002474302} + rotation: {x: -0.051465027, y: 0.00000014525727, z: 0.47132212, w: 0.8804583} + scale: {x: 0.99999994, y: 1, z: 1} + - name: Left_UpperLeg + parentName: Hips + position: {x: -0.14800182, y: 0.065611616, z: -0.0057194578} + rotation: {x: 0.9956376, y: -0.074966684, z: -0.0043129837, w: 0.055382915} + scale: {x: 1.0000018, y: 1.0000001, z: 1.0000011} + - name: Left_LowerLeg + parentName: Left_UpperLeg + position: {x: 0.000000005458105, y: 0.10404949, z: 0.0000000019354047} + rotation: {x: 0.0000000033178367, y: 0.0000009824289, z: 0.000000032625394, w: 1} + scale: {x: 1.0000001, y: 1, z: 1} + - name: Left_Foot + parentName: Left_LowerLeg + position: {x: 0.000000026106136, y: 0.104049474, z: -2.3283064e-10} + rotation: {x: -0.7239628, y: 0.0000001131394, z: 0.017701935, w: 0.6896119} + scale: {x: 1, y: 1, z: 1} + - name: Right_UpperLeg + parentName: Hips + position: {x: 0.14800185, y: 0.065611616, z: -0.005719032} + rotation: {x: 0.9956376, y: 0.07496644, z: 0.0043153963, w: 0.05538309} + scale: {x: 0.9999991, y: 0.99999994, z: 0.9999995} + - name: Right_LowerLeg + parentName: Right_UpperLeg + position: {x: -0.000000009194537, y: 0.10404949, z: -6.4028427e-10} + rotation: {x: -0.000000006752089, y: -0.0000009536743, z: -0.0000001398439, w: 1} + scale: {x: 1, y: 0.9999999, z: 1} + - name: Right_Foot + parentName: Right_LowerLeg + position: {x: 0.0000000145082595, y: 0.10404948, z: -1.1641532e-10} + rotation: {x: -0.72396255, y: -0.000000105699215, z: -0.01770196, w: 0.6896121} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: mesh_body + parentName: yangdun(Clone) + position: {x: -0.14520808, y: 0.99468005, z: 0.2629911} + rotation: {x: 0.000000021855692, y: 0, z: -0, w: 1} + scale: {x: 0.04966321, y: 0.04966321, z: 0.04966321} + - name: mesh_bow + parentName: yangdun(Clone) + position: {x: 0.00039050728, y: 0.6332078, z: 0.2881478} + rotation: {x: -0.8008076, y: 0, z: 0, w: 0.59892166} + scale: {x: 0.041788448, y: 0.030195797, z: 0.06335282} + - name: mesh_Horn + parentName: yangdun(Clone) + position: {x: -0.24553166, y: 1.2326247, z: -0.042557463} + rotation: {x: -0.64670134, y: -0.28596753, z: 0.28596747, w: 0.64670134} + scale: {x: 0.415367, y: 0.41536704, z: 0.415367} + 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: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 0 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Nodes.meta b/Assets/Artists/Nodes.meta new file mode 100644 index 000000000..00c3501ee --- /dev/null +++ b/Assets/Artists/Nodes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8d640264c4d44b74c8f3b836d93725e0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Nodes/Mob.asset.meta b/Assets/Artists/Nodes/Mob.asset.meta new file mode 100644 index 000000000..d4f170181 --- /dev/null +++ b/Assets/Artists/Nodes/Mob.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ce99b15b7297c34899ab6ef0bc9d665 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Prefabs.meta b/Assets/Artists/Prefabs.meta new file mode 100644 index 000000000..09ec8fb8d --- /dev/null +++ b/Assets/Artists/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a19d15448b6b927469971d461a7fb26d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Prefabs/Mesh_Portal.prefab.meta b/Assets/Artists/Prefabs/Mesh_Portal.prefab.meta new file mode 100644 index 000000000..f37cf9196 --- /dev/null +++ b/Assets/Artists/Prefabs/Mesh_Portal.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 99dfa85f379cc534c9205932aec3d108 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Prefabs/Player_Base.prefab.meta b/Assets/Artists/Prefabs/Player_Base.prefab.meta new file mode 100644 index 000000000..34cb221f2 --- /dev/null +++ b/Assets/Artists/Prefabs/Player_Base.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2bbcc1e35c6def44294f0e9fe4766c0b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Prefabs/Virtual Camera.prefab.meta b/Assets/Artists/Prefabs/Virtual Camera.prefab.meta new file mode 100644 index 000000000..0bf3b421e --- /dev/null +++ b/Assets/Artists/Prefabs/Virtual Camera.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5bb6e463c4064844b90ce5e905e4de9d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Prefabs/entity_mob.prefab.meta b/Assets/Artists/Prefabs/entity_mob.prefab.meta new file mode 100644 index 000000000..03ed3c51f --- /dev/null +++ b/Assets/Artists/Prefabs/entity_mob.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ad3969c3ffb40f546bdf299b429fa85e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Prefabs/prefab_camera.prefab.meta b/Assets/Artists/Prefabs/prefab_camera.prefab.meta new file mode 100644 index 000000000..f9f72f113 --- /dev/null +++ b/Assets/Artists/Prefabs/prefab_camera.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 335b6bd86b0eab94db0d4acf14245043 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scenes.meta b/Assets/Artists/Scenes.meta new file mode 100644 index 000000000..aa809e153 --- /dev/null +++ b/Assets/Artists/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 54f72a95279039744a1cb2d198320699 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scenes/New Lighting Settings.lighting.meta b/Assets/Artists/Scenes/New Lighting Settings.lighting.meta new file mode 100644 index 000000000..d4587a72e --- /dev/null +++ b/Assets/Artists/Scenes/New Lighting Settings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b8bda31b0c64cfd418e764aff2484d6e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scenes/map_entry.unity.meta b/Assets/Artists/Scenes/map_entry.unity.meta new file mode 100644 index 000000000..894fa96c0 --- /dev/null +++ b/Assets/Artists/Scenes/map_entry.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 35cf526fc7b26024d89737eca525f303 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scenes/map_menu.unity.meta b/Assets/Artists/Scenes/map_menu.unity.meta new file mode 100644 index 000000000..48690a41e --- /dev/null +++ b/Assets/Artists/Scenes/map_menu.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: adc1632f567d3a947ac845f668f9313c +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scenes/map_new_menu.unity.meta b/Assets/Artists/Scenes/map_new_menu.unity.meta new file mode 100644 index 000000000..62b859096 --- /dev/null +++ b/Assets/Artists/Scenes/map_new_menu.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e798bdb7542b13a48ac52e8df9d8aa3a +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts.meta b/Assets/Artists/Scripts.meta new file mode 100644 index 000000000..546f3e621 --- /dev/null +++ b/Assets/Artists/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c61b0d370f106654fbbe2c1fc9ea01a0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/GameService.meta b/Assets/Artists/Scripts/GameService.meta new file mode 100644 index 000000000..1b5bf7436 --- /dev/null +++ b/Assets/Artists/Scripts/GameService.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d6213801c4020124fb6cf6acf5308c1e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/GameService/GamePortalPlayerService.cs.meta b/Assets/Artists/Scripts/GameService/GamePortalPlayerService.cs.meta new file mode 100644 index 000000000..715a8073a --- /dev/null +++ b/Assets/Artists/Scripts/GameService/GamePortalPlayerService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a4e30a80c3826ed43be03b8aafb25d27 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/GameService/GameSpawnPlayerService.cs.meta b/Assets/Artists/Scripts/GameService/GameSpawnPlayerService.cs.meta new file mode 100644 index 000000000..2d5bd11d3 --- /dev/null +++ b/Assets/Artists/Scripts/GameService/GameSpawnPlayerService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fc07b2ff95394294ea4303321b783dc0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/GameService/Net.Like.Xue.Tokyo.GameService.Unity.asmdef.meta b/Assets/Artists/Scripts/GameService/Net.Like.Xue.Tokyo.GameService.Unity.asmdef.meta new file mode 100644 index 000000000..38c22e38d --- /dev/null +++ b/Assets/Artists/Scripts/GameService/Net.Like.Xue.Tokyo.GameService.Unity.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 97858f2d82d5a4549a44f5d8e2dad161 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/Program.cs.meta b/Assets/Artists/Scripts/Program.cs.meta new file mode 100644 index 000000000..d6446300d --- /dev/null +++ b/Assets/Artists/Scripts/Program.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dce2a21a2c9156e48b7f0a4f06ed3024 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/SetDayTime.cs.meta b/Assets/Artists/Scripts/SetDayTime.cs.meta new file mode 100644 index 000000000..92048b6c3 --- /dev/null +++ b/Assets/Artists/Scripts/SetDayTime.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a777f9c70b86c2145b73636fda10642a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/UX.meta b/Assets/Artists/Scripts/UX.meta new file mode 100644 index 000000000..36677366c --- /dev/null +++ b/Assets/Artists/Scripts/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 514a56836d68029499c84e490ecc9ad9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/UX/Net.Like.Xue.Tokyo.UX.asmdef.meta b/Assets/Artists/Scripts/UX/Net.Like.Xue.Tokyo.UX.asmdef.meta new file mode 100644 index 000000000..53af2b3e3 --- /dev/null +++ b/Assets/Artists/Scripts/UX/Net.Like.Xue.Tokyo.UX.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b4856f61df4d37e46aa72eeb3521174c +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/UX/UXHud.cs.meta b/Assets/Artists/Scripts/UX/UXHud.cs.meta new file mode 100644 index 000000000..39747368c --- /dev/null +++ b/Assets/Artists/Scripts/UX/UXHud.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 25284a220b04dd54bad9ab1b0b336982 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/UX/UXMap.cs.meta b/Assets/Artists/Scripts/UX/UXMap.cs.meta new file mode 100644 index 000000000..73d0d4f87 --- /dev/null +++ b/Assets/Artists/Scripts/UX/UXMap.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 59b7212dd5d16314b9726352a526f468 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/UX/UXMenu.cs.meta b/Assets/Artists/Scripts/UX/UXMenu.cs.meta new file mode 100644 index 000000000..a58e5a86b --- /dev/null +++ b/Assets/Artists/Scripts/UX/UXMenu.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a6357cd896c60ed44a9eb753749c323c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/Weather.meta b/Assets/Artists/Scripts/Weather.meta new file mode 100644 index 000000000..4fc741f05 --- /dev/null +++ b/Assets/Artists/Scripts/Weather.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9b08be9a0aba8744ba63c5d4335171a9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/Weather/Net.Like.Xue.Tokyo.Weather.Unity.asmdef.meta b/Assets/Artists/Scripts/Weather/Net.Like.Xue.Tokyo.Weather.Unity.asmdef.meta new file mode 100644 index 000000000..286139da4 --- /dev/null +++ b/Assets/Artists/Scripts/Weather/Net.Like.Xue.Tokyo.Weather.Unity.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dc40f4a6a57e06b499235c2a10cf715b +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/Weather/ScriptableWeather.cs.meta b/Assets/Artists/Scripts/Weather/ScriptableWeather.cs.meta new file mode 100644 index 000000000..374e85579 --- /dev/null +++ b/Assets/Artists/Scripts/Weather/ScriptableWeather.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1ee90b8fd1e6ff14188e5fd9f8502255 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/WorldOptimizeService.cs.meta b/Assets/Artists/Scripts/WorldOptimizeService.cs.meta new file mode 100644 index 000000000..6c88cb753 --- /dev/null +++ b/Assets/Artists/Scripts/WorldOptimizeService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2737ded29b4eeae4098ac25184794668 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/Scripts/YangdunCreateFactory.cs.meta b/Assets/Artists/Scripts/YangdunCreateFactory.cs.meta new file mode 100644 index 000000000..f8318b973 --- /dev/null +++ b/Assets/Artists/Scripts/YangdunCreateFactory.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fa84e7b34cbde49438dc7c4336bc6549 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/UX.meta b/Assets/Artists/UX.meta new file mode 100644 index 000000000..61e9ff920 --- /dev/null +++ b/Assets/Artists/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 455daa447470248419eb03a161a8d005 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/UX/Style.uss.meta b/Assets/Artists/UX/Style.uss.meta new file mode 100644 index 000000000..58f2176e0 --- /dev/null +++ b/Assets/Artists/UX/Style.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 506d41b7c5d56a44bb5845e69055a5eb +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/Artists/UX/ux_console.uxml.meta b/Assets/Artists/UX/ux_console.uxml.meta new file mode 100644 index 000000000..215009936 --- /dev/null +++ b/Assets/Artists/UX/ux_console.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 209f3c4cf1ff80341ad3a31d51c66be8 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Artists/UX/ux_dialogue_choose_template.uxml.meta b/Assets/Artists/UX/ux_dialogue_choose_template.uxml.meta new file mode 100644 index 000000000..75a6c45e2 --- /dev/null +++ b/Assets/Artists/UX/ux_dialogue_choose_template.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 0651c86a74198604da9d71321f73cbd5 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Artists/UX/ux_dialogue_template.uxml.meta b/Assets/Artists/UX/ux_dialogue_template.uxml.meta new file mode 100644 index 000000000..ab62778a2 --- /dev/null +++ b/Assets/Artists/UX/ux_dialogue_template.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: af60a5419d14491468066d33d8806fc1 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Artists/UX/ux_hud.uxml.meta b/Assets/Artists/UX/ux_hud.uxml.meta new file mode 100644 index 000000000..ac24e1ea4 --- /dev/null +++ b/Assets/Artists/UX/ux_hud.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 29341e4760f58624d98d5ba90c1a99b1 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Artists/UX/ux_loading_map.uxml.meta b/Assets/Artists/UX/ux_loading_map.uxml.meta new file mode 100644 index 000000000..22861e752 --- /dev/null +++ b/Assets/Artists/UX/ux_loading_map.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 0e0b5944ebcfc0244b17b4072adea994 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Artists/UX/ux_map.uxml.meta b/Assets/Artists/UX/ux_map.uxml.meta new file mode 100644 index 000000000..07eeb40a6 --- /dev/null +++ b/Assets/Artists/UX/ux_map.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e9b7b3679306bd4479177ab099857219 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Artists/UX/ux_menu.uxml.meta b/Assets/Artists/UX/ux_menu.uxml.meta new file mode 100644 index 000000000..fa3e3f871 --- /dev/null +++ b/Assets/Artists/UX/ux_menu.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 1cb7b1807b15e1740a5da11558718333 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Artists/UX/ux_panel_settings.asset.meta b/Assets/Artists/UX/ux_panel_settings.asset.meta new file mode 100644 index 000000000..3fa0ce0af --- /dev/null +++ b/Assets/Artists/UX/ux_panel_settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9357b22327b1b454eacb883c761e1a02 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Artists/UX/ux_quest_template.uxml.meta b/Assets/Artists/UX/ux_quest_template.uxml.meta new file mode 100644 index 000000000..ab467b10e --- /dev/null +++ b/Assets/Artists/UX/ux_quest_template.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3e4b142e8b224ce42a5258702fcb6270 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Arts.meta b/Assets/Arts.meta new file mode 100644 index 000000000..bb22e3988 --- /dev/null +++ b/Assets/Arts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7008189ea889d0f40b80aec0721e04f3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo.meta b/Assets/Arts/Anime Tokyo.meta new file mode 100644 index 000000000..6c7097cca --- /dev/null +++ b/Assets/Arts/Anime Tokyo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3fbebeca2ae254842ac5d34980d3ad38 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes.meta b/Assets/Arts/Anime Tokyo/Demo Scenes.meta new file mode 100644 index 000000000..2f1b79af4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 632a03a4eb68b6348bfc51bcb176ec3f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs.meta new file mode 100644 index 000000000..0b508a1b9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7a5fc131621b0df46909cc139be5c512 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/LightingData.asset.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/LightingData.asset.meta new file mode 100644 index 000000000..6d1954631 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/LightingData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 04a7bb8bbf7d5a44d8b0d524b5b4d3e9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/ReflectionProbe-0.exr.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/ReflectionProbe-0.exr.meta new file mode 100644 index 000000000..f7f7460fe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/ReflectionProbe-0.exr.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 6611e39546d00da499e221082b8f92bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/ReflectionProbe-1.exr.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/ReflectionProbe-1.exr.meta new file mode 100644 index 000000000..a2b41789f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/DEMO Suburbs/ReflectionProbe-1.exr.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 730d05fee143ad7459c08b53a3f0444a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/SHOWCASE.unity.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/SHOWCASE.unity.meta new file mode 100644 index 000000000..98e41f507 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/SHOWCASE.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9fe73f1d9e8057748b5d1ded048ca79d +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing.meta new file mode 100644 index 000000000..6c0895dc9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 627bb8230154c6a49b5da64e5fcb7aac +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing.unity.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing.unity.meta new file mode 100644 index 000000000..02a413c81 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8e2a8661a47cbdb49b7340281ccb580f +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Day.asset.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Day.asset.meta new file mode 100644 index 000000000..c56816f8f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Day.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25d0d5da343038347940bb2d348911de +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Dusk.asset.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Dusk.asset.meta new file mode 100644 index 000000000..b5e585aa2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Dusk.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ed972938a057232409608c2878f30921 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Night.asset.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Night.asset.meta new file mode 100644 index 000000000..d9cf18012 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/LightingData_Night.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a6e02d860bb96144bdb1a761b896028 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/NavMesh-NavMesh Surface.asset.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/NavMesh-NavMesh Surface.asset.meta new file mode 100644 index 000000000..291feb287 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/NavMesh-NavMesh Surface.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9edcdcddfdf29304bb0ea87111879e51 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 23800000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/OcclusionCullingData.asset.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/OcclusionCullingData.asset.meta new file mode 100644 index 000000000..0eace5b30 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/OcclusionCullingData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fdedc8d7e764e7c4dbe7a989d03966f4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 36300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-0.exr.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-0.exr.meta new file mode 100644 index 000000000..334a2c665 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-0.exr.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 6a85de18b0843444cacc9d5daaeec4bd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-1.exr.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-1.exr.meta new file mode 100644 index 000000000..099b24b3e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-1.exr.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 4aef5427c5d991a4086fd27bc3a7e96f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-2.exr.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-2.exr.meta new file mode 100644 index 000000000..9fe6d16d9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-2.exr.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 9c2595997d44f18489628902b6d8dab3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-3.exr.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-3.exr.meta new file mode 100644 index 000000000..6b6354fa8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_city_crossing/ReflectionProbe-3.exr.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 5573a3eadcd9f1f40b012d313b896da4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_street.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street.meta new file mode 100644 index 000000000..08c943c5f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80c7693f0c8986e4c982a50a35fc4f21 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_street.unity.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street.unity.meta new file mode 100644 index 000000000..6a1aa2cdb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 893c015c1a428084da7eecbce617a765 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/LightingData.asset.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/LightingData.asset.meta new file mode 100644 index 000000000..7c8f1d7bf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/LightingData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dd4999fb6b63edb4db33c44cd29cdd00 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/ReflectionProbe-0.exr.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/ReflectionProbe-0.exr.meta new file mode 100644 index 000000000..55c896adf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/ReflectionProbe-0.exr.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 2876afd6a0b711f40b94a100d5f38724 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/ReflectionProbe-1.exr.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/ReflectionProbe-1.exr.meta new file mode 100644 index 000000000..9cd732704 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_street/ReflectionProbe-1.exr.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: d85f9329998366f43b7cf1be4337c590 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_suburbs.unity.meta b/Assets/Arts/Anime Tokyo/Demo Scenes/map_suburbs.unity.meta new file mode 100644 index 000000000..e7f119d31 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_suburbs.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4be90b4a2f9d58c45a6c423d7e60bce7 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials.meta b/Assets/Arts/Anime Tokyo/Materials.meta new file mode 100644 index 000000000..8b9b39717 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5d8f5b504db298b43af0ec018f77a113 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_LED_TV.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_LED_TV.mat.meta new file mode 100644 index 000000000..7f6ae900e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_LED_TV.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a611ab69d6ae65f44a47870e488ae25b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_LED_board.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_LED_board.mat.meta new file mode 100644 index 000000000..8ba98638b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_LED_board.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1af45a204f13cfb4584aa97317e0f88b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_aircon.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_aircon.mat.meta new file mode 100644 index 000000000..d84efa6b7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_aircon.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9b158a1397ab2934b983a78a31b3555a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01.mat.meta new file mode 100644 index 000000000..120eef863 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 62dd8cfd021b31144bb18dee1ac3322f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_green.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_green.mat.meta new file mode 100644 index 000000000..78b0eeb54 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5207607d884f81d42a59046ad47c9a74 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_red.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_red.mat.meta new file mode 100644 index 000000000..4f1642fac --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c00da9afb76a30d4c982fe4f6240b9ba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_wet.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_wet.mat.meta new file mode 100644 index 000000000..4bbd7d147 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_01_wet.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 40f88f3f5befab6418376be24add38bb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_02.mat.meta new file mode 100644 index 000000000..dc3128d0d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ed7631a5765eddb42b022ef43c6a1fd7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_02_wet.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_02_wet.mat.meta new file mode 100644 index 000000000..78adfb3c8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_02_wet.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ab314027a4ece524c9572c6b6d1cebcc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_03.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_03.mat.meta new file mode 100644 index 000000000..0a006bce5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_03.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8c6bc1a0442635b4498227ceed07257c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_04.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_04.mat.meta new file mode 100644 index 000000000..b2e3b1834 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_04.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b355324467281b841909eccaa17a6662 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_asphalt_highway.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_highway.mat.meta new file mode 100644 index 000000000..fd0976f24 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_asphalt_highway.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bae75de5f5f26304da3809ff7bb98e54 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_attachments_lights.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_attachments_lights.mat.meta new file mode 100644 index 000000000..846b96ae8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_attachments_lights.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7f0b7db08115e2b4fa1a39483038be11 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_attachments_residental.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_attachments_residental.mat.meta new file mode 100644 index 000000000..b8af3ef1c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_attachments_residental.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 453fcec8a1cc1cc4c91df35657359459 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_bark_tree.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_bark_tree.mat.meta new file mode 100644 index 000000000..243b16976 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_bark_tree.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f40eaccd6213de46a6a125eb474a085 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_black.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_black.mat.meta new file mode 100644 index 000000000..3a36eb8e8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_black.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 06fb66843755b2e49879c1e61722d4be +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_brown.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_brown.mat.meta new file mode 100644 index 000000000..dae0a3745 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_brown.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 685cce3dd98619247bbd2df6e355dff1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_metal.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_metal.mat.meta new file mode 100644 index 000000000..7e678cef6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_metal.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f6c1fe495f1e33d4ba1531b1d36b4da3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_red 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_red 1.mat.meta new file mode 100644 index 000000000..1244f9f93 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_red 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 331a5386cc81ab84b9f8afc9000b3db9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_red.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_red.mat.meta new file mode 100644 index 000000000..72454b7fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 748a0779451e96848a06a1cf4f2cff8b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_white 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_white 1.mat.meta new file mode 100644 index 000000000..d24d5e3f6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_white 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a0ac368119e47e4bac16ad6841c7743 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_white 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_white 2.mat.meta new file mode 100644 index 000000000..6d1f99aee --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_white 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4c1f9dcaedff8fd4fb66161005bdaa20 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_white 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_white 3.mat.meta new file mode 100644 index 000000000..6c4bbf249 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_white 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a82a177e5b075f49b422c57773f7685 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_white.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_white.mat.meta new file mode 100644 index 000000000..2cb3ea4b7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_white.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a43d379f51ab73946b78b252bc018f5b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_wood 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_wood 1.mat.meta new file mode 100644 index 000000000..7007d57c8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_wood 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 002f65fb309822b42b6574a013e666ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_beams_wood.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_beams_wood.mat.meta new file mode 100644 index 000000000..9c6d473ce --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_beams_wood.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1467ad5fe3cbf4e4e8758263b03bec3a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_CHV.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_CHV.mat.meta new file mode 100644 index 000000000..d6bbb3ce2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_CHV.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1c22ce6713704664490e09a899ef75d2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_WIFI.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_WIFI.mat.meta new file mode 100644 index 000000000..727b51cb5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_WIFI.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 68e9ef2402b6d274593ee08bfc82c711 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_airline.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_airline.mat.meta new file mode 100644 index 000000000..dc80cc7e3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_airline.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5abf451cddb8c614b91d63d8d73ed2ce +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_arcadecenter.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_arcadecenter.mat.meta new file mode 100644 index 000000000..8c3745e50 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_arcadecenter.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c40cea8ee0a6f3647bc8970384597253 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_baristacoffee.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_baristacoffee.mat.meta new file mode 100644 index 000000000..3b3a13c40 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_baristacoffee.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7d5dc556f2e5afd4fba5b80bb0427cd2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_beer.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_beer.mat.meta new file mode 100644 index 000000000..3498f6428 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_beer.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a19f2189d6058a4db0c19d301d31b2c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_beer_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_beer_02.mat.meta new file mode 100644 index 000000000..bb5a8030b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_beer_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8e9686caae8ed324fb46f853403b5646 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_bookstore.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_bookstore.mat.meta new file mode 100644 index 000000000..64c476307 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_bookstore.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1ee531cf98279f443a8a19e09d893f56 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_cosmetic.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_cosmetic.mat.meta new file mode 100644 index 000000000..9144588eb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_cosmetic.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3332bfe50fd92ce4d9b3b32299cc4165 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_face.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_face.mat.meta new file mode 100644 index 000000000..1dd66d42c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_face.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a98ba9d0aa2723647bdf9aa87557bcad +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_gamecenter_03 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_gamecenter_03 1.mat.meta new file mode 100644 index 000000000..03f366baa --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_gamecenter_03 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1aa7542ba14950f4b902c5f55325a40b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_gamecenter_03.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_gamecenter_03.mat.meta new file mode 100644 index 000000000..68086ea3f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_gamecenter_03.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b7620136cbb8bf541ad6ba1a495d7189 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_01.mat.meta new file mode 100644 index 000000000..c232adb12 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4331a21672d75f64aab4d53c700d451e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_02 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_02 1.mat.meta new file mode 100644 index 000000000..1b925d45a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_02 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f220675feeb7c2429da07ad45700061 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_03.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_03.mat.meta new file mode 100644 index 000000000..33fa61c02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_girl_03.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: afa0be80d33d80e40a5194da095c3c80 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_hostclub.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_hostclub.mat.meta new file mode 100644 index 000000000..7eb73e7df --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_hostclub.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b2ae29c89737f8747bc5d241febb1661 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_izakaya.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_izakaya.mat.meta new file mode 100644 index 000000000..27ed394a1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_izakaya.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5acae5476f5131f418f2a649d41a87bb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_izakaya_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_izakaya_02.mat.meta new file mode 100644 index 000000000..af630b79d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_izakaya_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1cc72b3df3bbedf478ad7c88da5d3aba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_karaoke.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_karaoke.mat.meta new file mode 100644 index 000000000..8623fac48 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_karaoke.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f7c55ffc29fed8438660a0f7cf5a7c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_karaoke_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_karaoke_02.mat.meta new file mode 100644 index 000000000..788c6a1d0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_karaoke_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7412c86964c8e9949af400d06b0dad3e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_kimune.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_kimune.mat.meta new file mode 100644 index 000000000..28dd25fa6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_kimune.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 741be8541a10fd04e9ece007fd6aa768 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_kotoso.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_kotoso.mat.meta new file mode 100644 index 000000000..9813f5dde --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_kotoso.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 875382dd9ed81d24fa9b05db07696a3e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_monja.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_monja.mat.meta new file mode 100644 index 000000000..40af87400 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_monja.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9c9cb290975da8e46b01465ed5c869a0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_phone.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_phone.mat.meta new file mode 100644 index 000000000..3fe2833e1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_phone.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d7fd9926022527748adc256af98d5050 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_realestate 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_realestate 1.mat.meta new file mode 100644 index 000000000..6344bafc9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_realestate 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 48a2d08883f6d4f47955491953b8f85f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_realestate.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_realestate.mat.meta new file mode 100644 index 000000000..6771185c9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_realestate.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d5c5b311789884e43903467eae20f8b3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_recruitment.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_recruitment.mat.meta new file mode 100644 index 000000000..85a1d5e87 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_recruitment.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6476bc2810932b7418b5d4196e5b8eba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_sushi.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_sushi.mat.meta new file mode 100644 index 000000000..e9d2e5e1e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_sushi.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b7d4bd93aa144fa48bf38adb47d81d87 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_videogame.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_videogame.mat.meta new file mode 100644 index 000000000..6cb6d2e8c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_videogame.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 40a6657daa96e834c891fa24989591da +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_videogame_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_videogame_02.mat.meta new file mode 100644 index 000000000..121fdf890 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_videogame_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f3da0608ebda62b41a1fb7f607d34f99 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_water 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_water 1.mat.meta new file mode 100644 index 000000000..4c44cab99 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_water 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e829bd52e36ffd547a79d8ec226a05b7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_billboard_water.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_billboard_water.mat.meta new file mode 100644 index 000000000..eb509e598 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_billboard_water.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4d93a68241dcd7248a2755b422cbba62 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_blindguide.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_blindguide.mat.meta new file mode 100644 index 000000000..cd955b0f2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_blindguide.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b2597b8064b9b894686c24a8995f2cf2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_blue.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_blue.mat.meta new file mode 100644 index 000000000..a31894d41 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_blue.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ad630674c023e4649a3fb57ddc583423 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_border_walls.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_border_walls.mat.meta new file mode 100644 index 000000000..bfc32d34f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_border_walls.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9c94ba117a12a7a4cb12d555a529d0de +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_bottles.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_bottles.mat.meta new file mode 100644 index 000000000..f82103a50 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_bottles.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a279f7ceaedec2a49ba91d9e70dda645 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_bricks_wall_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_bricks_wall_01 2.mat.meta new file mode 100644 index 000000000..2bd9a08c8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_bricks_wall_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 07c05ca2fafbc3d4d8228208d6c0e450 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_bricks_wall_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_bricks_wall_01.mat.meta new file mode 100644 index 000000000..83089add8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_bricks_wall_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02ca4f5d143d91c4194acdf983406ce1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_cables.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_cables.mat.meta new file mode 100644 index 000000000..8ff4654b8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_cables.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c35e7396352998c4794a21500698df92 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_cables_metallic.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_cables_metallic.mat.meta new file mode 100644 index 000000000..0a201d74b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_cables_metallic.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fb3631aa0da224348b42a0821dcdb100 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_attachments.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_attachments.mat.meta new file mode 100644 index 000000000..6e327fc31 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_attachments.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a9354cbabb8e50040bdeca51b682e180 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 1.mat.meta new file mode 100644 index 000000000..6534be991 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cf49338b063decc49998ce3b6ddeec30 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 2.mat.meta new file mode 100644 index 000000000..98b9c188d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 46a8fb3f86fef4c428cb17cf3b753df0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 3.mat.meta new file mode 100644 index 000000000..0df1740de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: de87b62d15cfd094f941507ebcd743e2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 4.mat.meta new file mode 100644 index 000000000..431290a15 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1971f6264133405478bd4af54f26b9ce +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base.mat.meta new file mode 100644 index 000000000..753131e7b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_base.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a536d9cc23f78743b7e6726429d17ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 1.mat.meta new file mode 100644 index 000000000..1c0de658a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9326ddccf6a88f644b65ea357f29f6d5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 2.mat.meta new file mode 100644 index 000000000..809ce172e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c372899907e13984a9413a219343a2c3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 3.mat.meta new file mode 100644 index 000000000..5bec59c8a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0216d14813cb58946984462bcef51ad7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 4.mat.meta new file mode 100644 index 000000000..161a2f9f0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d69c901fae092d54b9529446c68c06a5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var.mat.meta new file mode 100644 index 000000000..249e3d607 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_car_sports_var.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e604d43c4a1a0ca45b4431202440d423 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_coil.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_coil.mat.meta new file mode 100644 index 000000000..660a7eef9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_coil.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f84d93ebf5d8e1143b6114844c97f134 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_cosmetics_wordsign.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_cosmetics_wordsign.mat.meta new file mode 100644 index 000000000..b8d695d63 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_cosmetics_wordsign.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3aedf820c371c50489fac8eb5c5629f5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_curbstones_japan 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_curbstones_japan 1.mat.meta new file mode 100644 index 000000000..c5ebd9afb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_curbstones_japan 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a44030145f880f8499a2b21d522dc6d9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_curbstones_japan.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_curbstones_japan.mat.meta new file mode 100644 index 000000000..760af8da3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_curbstones_japan.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c0748e9d2b55092439a89740a109f612 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_dark 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_dark 1.mat.meta new file mode 100644 index 000000000..35cd49a6e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_dark 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80c4a310c30ef6b4cb6c998c108aef57 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_dark 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_dark 2.mat.meta new file mode 100644 index 000000000..d78ace56d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_dark 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 91b7a1f22483cb84cad3da5c3caff8b3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_dark.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_dark.mat.meta new file mode 100644 index 000000000..a8c019163 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_dark.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 939c79e478da54c4ba0ff3db3400d05d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_30.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_30.mat.meta new file mode 100644 index 000000000..d41fd7356 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_30.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f349f47c1426e446bf5a153f4fdbdf1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_corner.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_corner.mat.meta new file mode 100644 index 000000000..1e8218a75 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_corner.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f5f866ac12fb8c246bf0099c12ac622e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_straight 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_straight 1.mat.meta new file mode 100644 index 000000000..3392a29bd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_straight 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9b61e46ccf6418d48969b58bbf3640c3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_straight.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_straight.mat.meta new file mode 100644 index 000000000..3eb4f3d14 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_arrow_straight.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ebad72dfd42777245a607778fee75a8c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_noparking.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_noparking.mat.meta new file mode 100644 index 000000000..466dcc3f2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_noparking.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9b33b0b08c2868745875d7c0917b708c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_parking.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_parking.mat.meta new file mode 100644 index 000000000..2758384df --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_parking.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 050d31006dfd004498210c1b54b112de +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 1.mat.meta new file mode 100644 index 000000000..eebf451cd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c1d4ae0c8d188a54696386707f1202fc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 2.mat.meta new file mode 100644 index 000000000..9f686dc5f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c51d0b4fbfb61b54b85a74d624afebaa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 3.mat.meta new file mode 100644 index 000000000..2b05342a8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b616ca34087281048b434f8ef76b4705 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 4.mat.meta new file mode 100644 index 000000000..ddee27111 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e2aa16239347dd45a2e28b9c8b99320 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing.mat.meta new file mode 100644 index 000000000..502daa90e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_pedestriancrossing.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 32b096ee027530a45889ef13bde653a6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_slowdown 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_slowdown 1.mat.meta new file mode 100644 index 000000000..48353291a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_slowdown 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e1e720488abbd704c9e0e07f561c4a78 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_slowdown.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_slowdown.mat.meta new file mode 100644 index 000000000..ac9853dcb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_slowdown.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bb2db1f3f1e32c348ba3776bf282d343 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_stop_tomare.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_stop_tomare.mat.meta new file mode 100644 index 000000000..e16266848 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_stop_tomare.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8c4c4ff8f500353459bafbd95a7ebd76 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_decal_stripes.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_decal_stripes.mat.meta new file mode 100644 index 000000000..dcc435a8d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_decal_stripes.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 67121941c09d4fc499df17559cf10b4e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_doors_residental 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_doors_residental 1.mat.meta new file mode 100644 index 000000000..35aec5ef7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_doors_residental 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b309e14dc2204974fb00a94017a3d9e8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_doors_residental.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_doors_residental.mat.meta new file mode 100644 index 000000000..1c9d72635 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_doors_residental.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c2666611fddbad7438a9a1bf72bfbc3f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_emergencysigns.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_emergencysigns.mat.meta new file mode 100644 index 000000000..467f8b22e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_emergencysigns.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0be82db96d058364cb0ee15273050c3e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_facade_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_facade_01.mat.meta new file mode 100644 index 000000000..2e9df76f5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_facade_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b5798b31064107c42928b44119917a16 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_fence 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_fence 1.mat.meta new file mode 100644 index 000000000..afe94d052 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_fence 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c3000b3dc0b28564ca6c6e8bc63257f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_fence 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_fence 2.mat.meta new file mode 100644 index 000000000..54858cbd9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_fence 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cc5298308139b6149a072677bbe684dd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_fence.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_fence.mat.meta new file mode 100644 index 000000000..3fd71e6ef --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_fence.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 942cceb3283ede641bc5ad7d70d85ea3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_fence_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_fence_01.mat.meta new file mode 100644 index 000000000..23465d359 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_fence_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 293c5285b8e695d4aa07cf9e785994fd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_fence_suburbs.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_fence_suburbs.mat.meta new file mode 100644 index 000000000..2fee43505 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_fence_suburbs.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fcd49d5d2b0cac04c8850bffb88907b2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_firehydrant.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_firehydrant.mat.meta new file mode 100644 index 000000000..89cad378e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_firehydrant.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 67f90fe8ad591ef42bc8205c670327be +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_flower 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_flower 1.mat.meta new file mode 100644 index 000000000..583223d03 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_flower 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2983add8eea22f34ba118d0cdafaea1a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_flower.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_flower.mat.meta new file mode 100644 index 000000000..281aa3f35 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_flower.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0ea3b6cda21623142971e1f513c0c9f6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_flowerpots.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_flowerpots.mat.meta new file mode 100644 index 000000000..715d50c89 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_flowerpots.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 010b3159c3bad854cace0d89a4d0de7b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_fuseboxes.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_fuseboxes.mat.meta new file mode 100644 index 000000000..c86b08cbd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_fuseboxes.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ed2f82d808ec7b44b87a2535eb970a62 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_garagedoor.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_garagedoor.mat.meta new file mode 100644 index 000000000..877ece81e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_garagedoor.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2a6185696b1f599428c796124f3331cb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_gate_citycenter.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_gate_citycenter.mat.meta new file mode 100644 index 000000000..813811db5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_gate_citycenter.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db2cde415f08297408f5f3cf9d05bfb6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_glass_metro.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_glass_metro.mat.meta new file mode 100644 index 000000000..e21f1a8ca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_glass_metro.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5a775c8f27603f64b98075f3f7fbe4e2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_glass_specular.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_glass_specular.mat.meta new file mode 100644 index 000000000..71f4ae3ac --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_glass_specular.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e333e34d746245649bad0349e0448a81 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_glass_specular_dark 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_glass_specular_dark 1.mat.meta new file mode 100644 index 000000000..04c500c04 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_glass_specular_dark 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e629765929ce9884daf3267fe795ab9d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_glass_specular_dark.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_glass_specular_dark.mat.meta new file mode 100644 index 000000000..f3c758773 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_glass_specular_dark.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e43514deedabbb44fb1473272848128d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_glass_untransparent.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_glass_untransparent.mat.meta new file mode 100644 index 000000000..dfb01ea0e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_glass_untransparent.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8da002bcc283e334aa1fbe86633b087c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_glass_vendingspecular 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_glass_vendingspecular 1.mat.meta new file mode 100644 index 000000000..588da473d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_glass_vendingspecular 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 63fe662c203a554478a6b466b9943b33 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_green 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_green 1.mat.meta new file mode 100644 index 000000000..73d6459bc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_green 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 626a2e7152704704eb7302d5e5e5ffb0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_green.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_green.mat.meta new file mode 100644 index 000000000..fb1492f73 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e1488ef6082cdf41bb4ed9af83b6a9b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_guardrails 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_guardrails 1.mat.meta new file mode 100644 index 000000000..898bc957b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_guardrails 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6da3db9adb0c5bd4c88cb86f4c64d33f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_guardrails.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_guardrails.mat.meta new file mode 100644 index 000000000..2d4355fc8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_guardrails.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 12f5efeeb450d2c4e898048030c3d406 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_konbinientrance 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_konbinientrance 1.mat.meta new file mode 100644 index 000000000..cdd5ab5d4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_konbinientrance 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 42c472a7960a3dd4ebd1f596a9a516df +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_konbinientrance.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_konbinientrance.mat.meta new file mode 100644 index 000000000..2ce2d6897 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_konbinientrance.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 860bd7d6f0da5474087f111b4def984e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_lamppoles.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_lamppoles.mat.meta new file mode 100644 index 000000000..4b2b11442 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_lamppoles.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fcd76912bca0e924c9bab60f1386fc6d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_lanterns_extra.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_lanterns_extra.mat.meta new file mode 100644 index 000000000..b5b497c8d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_lanterns_extra.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5305d7ae4f72ee04ba78841479d90b38 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_leaf 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_leaf 1.mat.meta new file mode 100644 index 000000000..509b9782e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_leaf 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c0d155a4125c3104a836f77e667b18f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_leaf 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_leaf 2.mat.meta new file mode 100644 index 000000000..d9d6ee86e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_leaf 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 89408ffb59062e74689bdab60bc3f3ae +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_leaf.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_leaf.mat.meta new file mode 100644 index 000000000..9a7f0a630 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_leaf.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7557fc8e602af0d47b6db83c118671ae +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 1.mat.meta new file mode 100644 index 000000000..7cbefcaaf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 24a4240bc51815a4cb7b3e7943095034 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 2.mat.meta new file mode 100644 index 000000000..7f608e055 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 55eea92003131a2439c9ac513776f979 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 4.mat.meta new file mode 100644 index 000000000..470f51252 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 32788fc0f7c3aec42a6fb9a38ee80bf9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree.mat.meta new file mode 100644 index 000000000..d25d4a7a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_leaves_tree.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6af6bdef00a664f438157615be8078f1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 1.mat.meta new file mode 100644 index 000000000..73fce522d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a9be3351fdc867f4ba5a2374aa6d55b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 2.mat.meta new file mode 100644 index 000000000..8dcbbb411 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9e3a4f97e96bf5e4e9ff9d4ac20ffe9a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 3.mat.meta new file mode 100644 index 000000000..f83f6190b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: efe2a07d051a88b469825f010c52a49d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 4.mat.meta new file mode 100644 index 000000000..491fa89d5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db417b102685c954b91b9480d4bae553 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_led_vertical.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical.mat.meta new file mode 100644 index 000000000..2fe4bb85a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_led_vertical.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 22109179450e06f459ca5eb680901516 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_licenseplate.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_licenseplate.mat.meta new file mode 100644 index 000000000..50cee4119 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_licenseplate.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7d0c30ced0205e34cb06f5d46c1467b8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light.mat.meta new file mode 100644 index 000000000..dbd2233bd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 52ec67dd6616ab3448946b8bf747400d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_02.mat.meta new file mode 100644 index 000000000..5b04316dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9c9238c3eee25e9419c62f8923dcf2db +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_03.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_03.mat.meta new file mode 100644 index 000000000..22a799464 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_03.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8e0ef932a1d6e464eb15a0433537f22f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_05.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_05.mat.meta new file mode 100644 index 000000000..dab0ea20b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_05.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 197f089f1b1b08743896f46324267fda +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_blue_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_blue_01.mat.meta new file mode 100644 index 000000000..eea05e0ef --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_blue_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 71f04919dec759548842c18e4528d4f4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_blue_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_blue_02.mat.meta new file mode 100644 index 000000000..bc118eaf5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_blue_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 798f58f74b249d1408a621c87c06cfb8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_orange.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_orange.mat.meta new file mode 100644 index 000000000..f92cd8afb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_orange.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa17c2151a6851d4ca7c40c367800afb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_red.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_red.mat.meta new file mode 100644 index 000000000..5195280ac --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a72ffff45cbffa4a90990efcd18d845 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_vending.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_vending.mat.meta new file mode 100644 index 000000000..306749bbd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_vending.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 97bb9b326963b6041aaacd591a437839 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_light_weak.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_light_weak.mat.meta new file mode 100644 index 000000000..d9ec1d477 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_light_weak.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5ad9b0ae8bb20c468c0e52df5981f04 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_lights_billboards.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_lights_billboards.mat.meta new file mode 100644 index 000000000..4e7811722 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_lights_billboards.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f2b6aff083654b341945942a6fa0b689 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_line_asphalt.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_line_asphalt.mat.meta new file mode 100644 index 000000000..de1445d26 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_line_asphalt.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca72b7b28570a8b4682692b3171c73b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01 1.mat.meta new file mode 100644 index 000000000..1c7bb953b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5042781686141ae46b5c7f54f84b32f8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01 2.mat.meta new file mode 100644 index 000000000..4da6d4b0e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3b652d98c9b704442bdb8db7bd6b0a17 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01.mat.meta new file mode 100644 index 000000000..3a3fdd060 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_line_decal_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d1fca4adc117a8d4988b422a3b3150f6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_line_decal_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_line_decal_02.mat.meta new file mode 100644 index 000000000..0e118bcd7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_line_decal_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6011e4ad906db4b418ca5bf465632a62 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metal_building_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metal_building_01.mat.meta new file mode 100644 index 000000000..faa68a779 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metal_building_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a9fce47e7e266e74591889ea5ea0901c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metal_shiny.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metal_shiny.mat.meta new file mode 100644 index 000000000..702e2bce1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metal_shiny.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 604a6608bd7c29c49acdd0150a8dd0a2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_01.mat.meta new file mode 100644 index 000000000..6abb95489 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cd4ceefb7a444ae4280f80fbe9ce738c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_02 6.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_02 6.mat.meta new file mode 100644 index 000000000..88e55d53e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_02 6.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fe6643049e69ff140b29c5023c2d0a86 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_02.mat.meta new file mode 100644 index 000000000..911f3ee22 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b159560528f84e846847053227b9ba8b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_03.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_03.mat.meta new file mode 100644 index 000000000..0e977eb0b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_03.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0616c16cb5422474387b3abe791cc43f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_04.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_04.mat.meta new file mode 100644 index 000000000..d67fb2eb2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_04.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3f8a264f4b95813469f184a4257ba1c3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_05.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_05.mat.meta new file mode 100644 index 000000000..f7bcd8009 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_05.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b96dba7e611eef748876e7e84d87c1c4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_green.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_green.mat.meta new file mode 100644 index 000000000..4f28fe2fd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b3e10baea5b1dd348b81b2b5299ecf9c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_red.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_red.mat.meta new file mode 100644 index 000000000..6ea15ada5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ef27cae10dc7fa4da00cac8166ad035 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metalic_white.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metalic_white.mat.meta new file mode 100644 index 000000000..628ccb6a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metalic_white.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c2d9d8b8fda3e6f48b91f8ffd5b6d8e1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metallic_dirty.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metallic_dirty.mat.meta new file mode 100644 index 000000000..98416d7e9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metallic_dirty.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f83df52f096ad244d87a2a93a90ca67b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_metroentrance.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_metroentrance.mat.meta new file mode 100644 index 000000000..665cc3537 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_metroentrance.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 96f8edd5c55266a48a196ddd6ed5bd3b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_mirror.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_mirror.mat.meta new file mode 100644 index 000000000..f706907a3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_mirror.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2a78a04b9eb257146bf8ef9243ddd506 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_neonsigns.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_neonsigns.mat.meta new file mode 100644 index 000000000..61c7c4fc0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_neonsigns.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5361f93064e63094cac9f5238d96c2ba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_opacity.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_opacity.mat.meta new file mode 100644 index 000000000..a0579a560 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_opacity.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ec613dcb65ea2647872f5ad3197858e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_parasols_storefront.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_parasols_storefront.mat.meta new file mode 100644 index 000000000..4650b1ee3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_parasols_storefront.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4b3675d08fd7c0d498018d8c23bb92a5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01 1.mat.meta new file mode 100644 index 000000000..4ad3b5187 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0b4bea67ca1724b4d85c205fdff8a1f6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01 2.mat.meta new file mode 100644 index 000000000..86ce3cad9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7bf6de1b32cc9014199bd686fc97c223 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01.mat.meta new file mode 100644 index 000000000..7b60fcc73 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6cbdb9aa4a6aca24ab08208ba4fc30c2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01_wet.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01_wet.mat.meta new file mode 100644 index 000000000..ead13c58b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_01_wet.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 18d4951b230fdb740a0dc114b31c0b98 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_02.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_02.mat.meta new file mode 100644 index 000000000..e97a1b720 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1d616a79a9a61104a960a999632d6c74 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_03.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_03.mat.meta new file mode 100644 index 000000000..17e6a474d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_03.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 121f90b48d33b7947adb64d17b4553ef +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_01_wet 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_01_wet 1.mat.meta new file mode 100644 index 000000000..15e7fc8c1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_01_wet 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 75d2b6774767d4444a122af29534947a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_01_wet.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_01_wet.mat.meta new file mode 100644 index 000000000..3e9cba290 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_01_wet.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 13ef5b13d8e36c443a8cd89765cfd348 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_02_wet.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_02_wet.mat.meta new file mode 100644 index 000000000..46fa1cb03 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstone_red_02_wet.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3508b81aa426abe4d9a7c321a7499433 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pavingstones_05.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pavingstones_05.mat.meta new file mode 100644 index 000000000..40c84587f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pavingstones_05.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c1af7d7b5f0d8f0468a86a9ed1efd196 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pillar_edges_metro.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pillar_edges_metro.mat.meta new file mode 100644 index 000000000..79b205a39 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pillar_edges_metro.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a4a483e96cff2894f9f3d9ac2b6012fb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pillars_metal_metro.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pillars_metal_metro.mat.meta new file mode 100644 index 000000000..bec84c2df --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pillars_metal_metro.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 69de94a43df638649a64a00bf76369c5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pipes.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pipes.mat.meta new file mode 100644 index 000000000..199daaece --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pipes.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 810cbe57c8eefe442854d8f1dc4f0527 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pipes_01 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pipes_01 1.mat.meta new file mode 100644 index 000000000..329ef18c2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pipes_01 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: af42e8e65ba038a49a802d90ac9f8fa9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pipes_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pipes_01 2.mat.meta new file mode 100644 index 000000000..321ecf9ed --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pipes_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fb25955af0c5a5e488999f6a751a1a53 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_pipes_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_pipes_01.mat.meta new file mode 100644 index 000000000..bcfb267e5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_pipes_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e924143c202226441bfbabe181952d19 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plaster 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plaster 1.mat.meta new file mode 100644 index 000000000..eddecc33c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plaster 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ba67709659655824788ab92fdb8fc429 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plaster 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plaster 2.mat.meta new file mode 100644 index 000000000..318a042b5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plaster 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 162cb7d674a6ea543a5f79293250b98c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plaster 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plaster 3.mat.meta new file mode 100644 index 000000000..2b0c71fae --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plaster 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc1bc144f7fbc524eb3fa35a771c53ca +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plaster.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plaster.mat.meta new file mode 100644 index 000000000..96c5446d7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plaster.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3d3907d7584c2b54ea3abe9686b67763 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_seethrough.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_seethrough.mat.meta new file mode 100644 index 000000000..b72678d02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_seethrough.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f108f720ea1e7a448acff4a3967ecd33 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 1.mat.meta new file mode 100644 index 000000000..5ae0f2cc7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d1ea72113ed690f4e85bf8977b6556a1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 2.mat.meta new file mode 100644 index 000000000..b911a4053 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca5d7202620c08e479dba3668f1c1732 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 3.mat.meta new file mode 100644 index 000000000..637dded24 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 78325670a7595474693da90826c78694 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 4.mat.meta new file mode 100644 index 000000000..33af3e057 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 89247af28e1e6fc488a413e58edbf2d5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 5.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 5.mat.meta new file mode 100644 index 000000000..6122a40de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 5.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4f5b9e3b8aba0af4c82a37381fc48ae8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 6.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 6.mat.meta new file mode 100644 index 000000000..9ae3da9a4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 6.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 551e9f08d26f2ad4b9b7eac2793e5522 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 7.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 7.mat.meta new file mode 100644 index 000000000..6a73f382a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 7.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 07d7fb69ad60f184c9a370e80ef57216 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 8.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 8.mat.meta new file mode 100644 index 000000000..ec7a14e49 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01 8.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9e30b83a928067441a6040803f003a7a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01.mat.meta new file mode 100644 index 000000000..29d85cecb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_plastic_wall_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c3c5111713f0b3e499e07c9c40b12b7a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_posters_wall 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_posters_wall 1.mat.meta new file mode 100644 index 000000000..534b8abea --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_posters_wall 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 95fc3dcf369827d479ec5e7e900f563a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_posters_wall 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_posters_wall 2.mat.meta new file mode 100644 index 000000000..420142bb0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_posters_wall 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f9bee1373e07704bb0dc18245944f8b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_posters_wall.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_posters_wall.mat.meta new file mode 100644 index 000000000..f44289ae4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_posters_wall.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f595131b42f4c04790625faa3d13b62 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_powerpole_extras.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_powerpole_extras.mat.meta new file mode 100644 index 000000000..13b3efec8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_powerpole_extras.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 55b6ca452a1388449a43edb9d462348c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_props_street.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_props_street.mat.meta new file mode 100644 index 000000000..e1c886e23 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_props_street.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 38ce7498e5a4fb34da8fc611b3e3f441 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_recylcingbin.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_recylcingbin.mat.meta new file mode 100644 index 000000000..8683e413b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_recylcingbin.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1f7b8699cfef21749b5d690c55a3c0bb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_red.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_red.mat.meta new file mode 100644 index 000000000..235aa6513 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 04eb3f6038633f641954610e0ec84829 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 1.mat.meta new file mode 100644 index 000000000..469c2980d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 28e79a179b8bab542b567f87f7f55ad0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 2.mat.meta new file mode 100644 index 000000000..20f0bbc73 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e47f2452b9f67aa49b04c9ad7583eecc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 3.mat.meta new file mode 100644 index 000000000..b4926a2c7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_rooftiles 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f06cdd4488d80954abac3acf0969b2a1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_rooftiles.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_rooftiles.mat.meta new file mode 100644 index 000000000..e74eb6f62 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_rooftiles.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2c6eb5cdb4d71a440958928ea4dbfbaf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_roundmirror 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_roundmirror 1.mat.meta new file mode 100644 index 000000000..46f55f873 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_roundmirror 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ed2ffd86519243c46beb97458402746c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_roundmirror.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_roundmirror.mat.meta new file mode 100644 index 000000000..a13c7e6d0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_roundmirror.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f5725fa1fa3dab449300982ed5f124b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_sign_satsupirisu.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_sign_satsupirisu.mat.meta new file mode 100644 index 000000000..6624d7a78 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_sign_satsupirisu.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f08ec6a37aa692244a8e0bb9626250bf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboard.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboard.mat.meta new file mode 100644 index 000000000..493ad710f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboard.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b7f3b848a78db644da8c07e9073b2057 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboard_storefronts 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboard_storefronts 1.mat.meta new file mode 100644 index 000000000..0fda8972e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboard_storefronts 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 56fb07db7d7d48e4483c16025d0369ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboard_storefronts.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboard_storefronts.mat.meta new file mode 100644 index 000000000..2e49d1445 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboard_storefronts.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e5c8a89dcacd25c41aeccdb07c96d316 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_borders.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_borders.mat.meta new file mode 100644 index 000000000..3f0dad083 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_borders.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7fb159a7bc022514cb0b1e16b613e31c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 1.mat.meta new file mode 100644 index 000000000..918730911 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a43328e2779d45044961d6d998a8735a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 2.mat.meta new file mode 100644 index 000000000..6c669c849 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4d4bfe928bcfa0442adc23a8b975fcd0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 3.mat.meta new file mode 100644 index 000000000..30e14b474 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3d81ea36a6f681f4384ee6aa029da5f9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 4.mat.meta new file mode 100644 index 000000000..06cf53c62 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4574404c647d2f644b57f42d27781692 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 5.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 5.mat.meta new file mode 100644 index 000000000..051505e93 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01 5.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fed765e282df0b441a7acdb14271b6c2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01.mat.meta new file mode 100644 index 000000000..61760d376 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df142ab1558f3434caaa52acb7eb6ebe +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_horizontal 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_horizontal 1.mat.meta new file mode 100644 index 000000000..2527efa3b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_horizontal 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3440af9b02fbd274c9ff7a13b821bc6a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_horizontal.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_horizontal.mat.meta new file mode 100644 index 000000000..376438b5b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signboards_tokyo_horizontal.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8846cd685b122f3408c011b4fcaa9be1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signs_highway.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signs_highway.mat.meta new file mode 100644 index 000000000..c5e52fd9f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signs_highway.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3ccc140bb1b2b404baa6b50611acc6f2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signs_metro.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signs_metro.mat.meta new file mode 100644 index 000000000..4ffe2293c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signs_metro.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ceb251a80a0f3a94bbca4aecb29e305d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_signs_suburbs.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_signs_suburbs.mat.meta new file mode 100644 index 000000000..962a12588 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_signs_suburbs.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 198af684948676c4ab442c96d48f0ce4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_storeboards_traditional.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_storeboards_traditional.mat.meta new file mode 100644 index 000000000..97e014f84 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_storeboards_traditional.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f93569f1e07635d49b0e4002aef516ab +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_storefront_tofu.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_storefront_tofu.mat.meta new file mode 100644 index 000000000..e0fee6805 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_storefront_tofu.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 21f59fe221b6bec4a93cd599405ea169 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_storefront_traditional.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_storefront_traditional.mat.meta new file mode 100644 index 000000000..a95c2a3de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_storefront_traditional.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 507136e9b3f9aa0459cf4a4a675eb81f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01 1.mat.meta new file mode 100644 index 000000000..260a4b09f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 043d4b7c0e8db09418d22aaff2a0bdbe +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01 2.mat.meta new file mode 100644 index 000000000..eb4dce8ae --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 72c908a151e3bd84ba15730154b4fc3e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01.mat.meta new file mode 100644 index 000000000..fea1ea190 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_storefronts_japan_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d3ffbe2b0f9c2ac4c90f04aa18d0f3bd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_streetlamps.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_streetlamps.mat.meta new file mode 100644 index 000000000..668445469 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_streetlamps.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2edabd9ecb5062243a284ad35ce51ca5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_ticketgate.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_ticketgate.mat.meta new file mode 100644 index 000000000..fe244bf37 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_ticketgate.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 11b61bb9dc08b644586dd938863236d5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_base.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_base.mat.meta new file mode 100644 index 000000000..19a52d6f0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_base.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7c5c038d661410b43905a9c6d037ecaf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 1.mat.meta new file mode 100644 index 000000000..373146efe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 28c052f696e1bf64a8ac1793a747a918 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 10.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 10.mat.meta new file mode 100644 index 000000000..93d9aa841 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 10.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 126f94d62fb12d64a94b25a85b4e592b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 11.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 11.mat.meta new file mode 100644 index 000000000..fbe34bde5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 11.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5db2d7851a02a3a459d9325dc1eeedd8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 12.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 12.mat.meta new file mode 100644 index 000000000..dca358264 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 12.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 35e497187b796d64d8ae5da3541315ed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 13.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 13.mat.meta new file mode 100644 index 000000000..c15b7dce9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 13.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 73eeef7e571ff2b4dacea4481285b807 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 14.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 14.mat.meta new file mode 100644 index 000000000..2b816c2e2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 14.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 71370ef30ca432e4f9da3118c1135038 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 15.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 15.mat.meta new file mode 100644 index 000000000..413bad1e7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 15.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a09b9edbfeb26c840a63198fe1279fff +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 16.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 16.mat.meta new file mode 100644 index 000000000..deb6aadca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 16.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e163d97f90e4f2e41b8f106aea1692e3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 17.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 17.mat.meta new file mode 100644 index 000000000..e3cf1aab1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 17.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 55997cbaa9729764daa110db475d78cb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 18.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 18.mat.meta new file mode 100644 index 000000000..244556811 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 18.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f1ddc4ae1ff6a1748a09fcf57a3ac20b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 19.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 19.mat.meta new file mode 100644 index 000000000..7d0f4f6d1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 19.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2840346581d9e76408ad78da657da77c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 2.mat.meta new file mode 100644 index 000000000..e5c83cd14 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 472f01f66589a434d9dcd5fc8123debe +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 20.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 20.mat.meta new file mode 100644 index 000000000..d5e460a46 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 20.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 92d57e6cf35a12246b324b5036121df5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 21.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 21.mat.meta new file mode 100644 index 000000000..46b5844ff --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 21.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a2f9c2c12126f174e911f289e48b80f3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 22.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 22.mat.meta new file mode 100644 index 000000000..2bea0cf1f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 22.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 27f0bb0a1139abc44b1796d1ac0e0863 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 23.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 23.mat.meta new file mode 100644 index 000000000..93731415f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 23.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f46bcf91443849540ab35d06384e68ca +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 24.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 24.mat.meta new file mode 100644 index 000000000..2184f4cce --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 24.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bfa5409ec7095394e9619476cb482e04 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 3.mat.meta new file mode 100644 index 000000000..d3c1357db --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 00d35f02fae922e4b9bda1cad56ada6d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 4.mat.meta new file mode 100644 index 000000000..db2a32597 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 003e2c99ed5fb164f80ae66635eec0d0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 5.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 5.mat.meta new file mode 100644 index 000000000..7f274cc10 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 5.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1c00f497469f34741b5d340eb60846a9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 6.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 6.mat.meta new file mode 100644 index 000000000..cac5d4265 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 6.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 97b215cd8c16a5043af83a006184a32c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 7.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 7.mat.meta new file mode 100644 index 000000000..4ed4f96ca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 7.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1758bc40920c0334aace758f4701d965 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 8.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 8.mat.meta new file mode 100644 index 000000000..c0b5edede --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 8.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f0349d6e2bb6a8f4696eddad38d59ec4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 9.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 9.mat.meta new file mode 100644 index 000000000..cc2ca97c5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard 9.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c8f5e467ddba612439a3454955d0ea0e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard.mat.meta new file mode 100644 index 000000000..112076f3e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_tiles_standard.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8ba9f76f5ae257c46be13bf69565b109 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_toorigate 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_toorigate 1.mat.meta new file mode 100644 index 000000000..049d2e380 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_toorigate 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f93f849d25775a14ab15c58928d563bc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_toorigate 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_toorigate 2.mat.meta new file mode 100644 index 000000000..10b821b57 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_toorigate 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f272c23c7590814bad4535b2c23a2f9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_toorigate.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_toorigate.mat.meta new file mode 100644 index 000000000..9befa66d4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_toorigate.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 48b3444ca1eb0944ca2426daadc977fb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_trafficlights 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_trafficlights 1.mat.meta new file mode 100644 index 000000000..f70c7de00 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_trafficlights 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1dbdd18da455a0d468ccd8e9d49f5943 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_trafficlights.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_trafficlights.mat.meta new file mode 100644 index 000000000..5409103a3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_trafficlights.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ec284bf4fe96f474ea817018cab204b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_trafficpylon.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_trafficpylon.mat.meta new file mode 100644 index 000000000..ec01e9b02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_trafficpylon.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6c36523bf8667b341b74539c87741f86 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_trafficsigns.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_trafficsigns.mat.meta new file mode 100644 index 000000000..34a33c149 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_trafficsigns.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3ebf7d7445ec90246aa9eebcab7a72c2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine 1.mat.meta new file mode 100644 index 000000000..3373d8f2a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1987d99d4fbac7746aac2bb3cd302b14 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine 2.mat.meta new file mode 100644 index 000000000..8c76403de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 538f36e514023a841b2dc63667b22df4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine.mat.meta new file mode 100644 index 000000000..2f14fc2fa --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_vendingmachine.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 921f00be69ace7f41afbc9851e841a2d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_vent.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_vent.mat.meta new file mode 100644 index 000000000..d93778bbe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_vent.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 472afa09b650b314282ff6302d9d2757 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_linepattern.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_linepattern.mat.meta new file mode 100644 index 000000000..ea621f635 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_linepattern.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6d1cdb6f7101ff549941eb2e6c927cca +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_plater 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_plater 1.mat.meta new file mode 100644 index 000000000..0102451ca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_plater 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cf90225f1c236fe45a9b13afbd7d504a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_plater 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_plater 2.mat.meta new file mode 100644 index 000000000..ccd150a5d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_plater 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 63aaad135bf606244b4fae7bfc6b9c51 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_plater.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_plater.mat.meta new file mode 100644 index 000000000..69baa2695 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_plater.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6fbda5ef3760cc44aa1fb054e88d9ae3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 1.mat.meta new file mode 100644 index 000000000..f8a1cedea --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2655a3169723b34499815ec20ace54b1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 2.mat.meta new file mode 100644 index 000000000..e84ed1858 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d2390833ffd5b5e4a959e15c29d4d833 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 3.mat.meta new file mode 100644 index 000000000..0891048eb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 43ebf822d364de14fbdceceaec906aaf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 4.mat.meta new file mode 100644 index 000000000..fb7ce3026 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e346ae2508b304e4c939f1a1e9287355 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wall_stone.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone.mat.meta new file mode 100644 index 000000000..1d993605f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wall_stone.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f6f6209accd603b41b7659f89288839f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wallblocks.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wallblocks.mat.meta new file mode 100644 index 000000000..057b73593 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wallblocks.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 47f57bd919d01b44e948f4d75753b73e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 1.mat.meta new file mode 100644 index 000000000..07cf2a989 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f1e19984917aced49b97c0e3e9a0d76c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 2.mat.meta new file mode 100644 index 000000000..072b12f19 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6add7c7735ff7c640b307241b3c00901 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 3.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 3.mat.meta new file mode 100644 index 000000000..c3e868783 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a6e658daa74484b4f8d50cd144df8e64 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 4.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 4.mat.meta new file mode 100644 index 000000000..b55263139 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01 4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f9674bb508d32d4fbfae95409903c99 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01.mat.meta new file mode 100644 index 000000000..6aeea6046 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_walls_suburbs_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 44dcdc55891fd4940a7e18a3189b7bc3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_warningisngs.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_warningisngs.mat.meta new file mode 100644 index 000000000..7d887b486 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_warningisngs.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 26099ca9dcde9af4e82151074d260f5e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wheels.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wheels.mat.meta new file mode 100644 index 000000000..b8fe8eb39 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wheels.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: edf089747502b8e418781f97f1271526 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_white.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_white.mat.meta new file mode 100644 index 000000000..ccbbf3c27 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_white.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2e806ef623907334aa7c46cd9f19e447 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_window_light.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_window_light.mat.meta new file mode 100644 index 000000000..6c63ff0bb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_window_light.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a510f982e8a7c740a9e9e51f059b5a0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_windows_dark 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_windows_dark 1.mat.meta new file mode 100644 index 000000000..160c2e6d8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_windows_dark 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0c0366f8bbd7ec6468d8ce4773f7bae3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_windows_dark.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_windows_dark.mat.meta new file mode 100644 index 000000000..64dbbcc9c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_windows_dark.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 45689f5311b7b8c47b7cbdfa941faa16 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_windows_residental 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_windows_residental 1.mat.meta new file mode 100644 index 000000000..55c345795 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_windows_residental 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9d9f81a39b3f8c3478b902928eee7f96 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_windows_residental 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_windows_residental 2.mat.meta new file mode 100644 index 000000000..81b71c9d2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_windows_residental 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1f41992fad1c5aa439bea3184e26d0d4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_windows_residental.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_windows_residental.mat.meta new file mode 100644 index 000000000..73e228390 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_windows_residental.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 41de43237fa36e4449813cee61a3ea70 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01 1.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01 1.mat.meta new file mode 100644 index 000000000..12168d3b3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01 1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ed5a348aba48d246b15ea9cd0004ef1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01 2.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01 2.mat.meta new file mode 100644 index 000000000..38b17eb6d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01 2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6aab31443bcbed146b056528c5b3bcc9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01.mat.meta b/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01.mat.meta new file mode 100644 index 000000000..fb0d75336 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/M_wordsigns_01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4260b0443efaa2c45826638189bd3401 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Skybox Materials.meta b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials.meta new file mode 100644 index 000000000..aa438b6af --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a50c87313b07f4440a0a67837d67aab9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Cloudy.mat.meta b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Cloudy.mat.meta new file mode 100644 index 000000000..e9139a161 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Cloudy.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 866557bf5802a684ab539a700ceb2e6d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Daylight.mat.meta b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Daylight.mat.meta new file mode 100644 index 000000000..0302ca4e1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Daylight.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 302cf695b2b5abe4a9581ff5d339b6a4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Night.mat.meta b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Night.mat.meta new file mode 100644 index 000000000..9d6a1f2a9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Night.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0d904fa38bb756041b611e213cd27a20 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Sunset.mat.meta b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Sunset.mat.meta new file mode 100644 index 000000000..ae4ff6099 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Skybox Materials/Skybox Sunset.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1a8130968946512468b2ef495b8023bd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures.meta b/Assets/Arts/Anime Tokyo/Materials/Textures.meta new file mode 100644 index 000000000..b4b63127b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f7965cedadd86fb4c908f7c015deb34a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/Bricks071_1K_NormalDX.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/Bricks071_1K_NormalDX.png.meta new file mode 100644 index 000000000..8a1eb8d04 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/Bricks071_1K_NormalDX.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 0a3ec49c5e4e49c4f9907011e34d4d25 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/CHV.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/CHV.png.meta new file mode 100644 index 000000000..fb3dd6aee --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/CHV.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 081aeb2646d410f48b6923eec9d38913 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_BaseMap.png.meta new file mode 100644 index 000000000..a854fa591 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b585e40a230dafb4e82fa976f9ffb42d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_MaskMap.png.meta new file mode 100644 index 000000000..baaab092a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c8ac00a6dbc9f5c439bde23e5fdb6817 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_Normal.png.meta new file mode 100644 index 000000000..dcb819844 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_TV_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 80eaea0a79ae0db4595dfd77527bf7a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_emmision.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_emmision.png.meta new file mode 100644 index 000000000..5bb312313 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_LED_emmision.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8ed4f3eca9917874c995ddc71de4396e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_adboard_base_normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_adboard_base_normal.png.meta new file mode 100644 index 000000000..374841349 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_adboard_base_normal.png.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 50e96027449cf5d4cbf9b13d98f66be7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_BaseMap.png.meta new file mode 100644 index 000000000..3f91530f2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b47d503212842a2448373d22d1cf6f17 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_MaskMap.png.meta new file mode 100644 index 000000000..8d93667d9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d50d20ca5f432a1429974e4e9b0f072f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_Normal.png.meta new file mode 100644 index 000000000..81db6630b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_aircon_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ad4564f46ffad8944a9dba95296f67cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_asphalt_01_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_asphalt_01_Normal.png.meta new file mode 100644 index 000000000..62d6a1ec4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_asphalt_01_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4c317123b2d90734b85c0c36790c4357 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_asphalt_02_diff.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_asphalt_02_diff.png.meta new file mode 100644 index 000000000..9a092e954 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_asphalt_02_diff.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: aaba07b8516f6f34e97166378131e3e9 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_BaseMap.png.meta new file mode 100644 index 000000000..93778f7d2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4ddd993dac181c142bec88d7663b8bd6 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_Emissive.png.meta new file mode 100644 index 000000000..77867b0bd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f643e7cb478345744b6721ccbfec3afe +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_MaskMap.png.meta new file mode 100644 index 000000000..7df965dfd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4f93a3c3994ef3c4f98778851432f5d3 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_Normal.png.meta new file mode 100644 index 000000000..10885ea42 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_light_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4272fc2131f9ab14e9d03550fb5ed329 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_BaseMap.png.meta new file mode 100644 index 000000000..0f7586103 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: eb9035c22f223c549bfc1dd3eafd8a2a +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_MaskMap.png.meta new file mode 100644 index 000000000..7f34accc3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 17705c2217c041d44b47804b0034cd0f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_Normal.png.meta new file mode 100644 index 000000000..919b38799 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_attachments_residental_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ab48ca886289e5841b2b11cfcc720780 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_bark_01_BaseColor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bark_01_BaseColor.png.meta new file mode 100644 index 000000000..16b839a46 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bark_01_BaseColor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b519816c8d7764c4694e56fc2f0a23cf +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_bark_01_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bark_01_Normal.png.meta new file mode 100644 index 000000000..8ab27b50f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bark_01_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1dcf4469a155d2349ad700821a3da482 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_basetexture_stylized_02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_basetexture_stylized_02.png.meta new file mode 100644 index 000000000..c5fe09daa --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_basetexture_stylized_02.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 97e51c62ad00bd34b935d325c75f5c06 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_Normal.png.meta new file mode 100644 index 000000000..3bead927b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1151ac1e3c6d46a449de72a999374732 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_black_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_black_BaseMap.png.meta new file mode 100644 index 000000000..1e2462d1c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_black_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 40329aa5f0ae39c4381612fd106631c8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_black_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_black_MaskMap.png.meta new file mode 100644 index 000000000..227239314 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_black_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 2d0b1ff1808a9474ba9b21718183deda +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_brown_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_brown_BaseMap.png.meta new file mode 100644 index 000000000..cbda6f7eb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_brown_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8d3c3775acedeb340a8ded97a696aab9 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_metal_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_metal_BaseMap.png.meta new file mode 100644 index 000000000..d02344df1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_metal_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7f6b64dad3d0c9f49946e91abcef76f4 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_metal_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_metal_MaskMap.png.meta new file mode 100644 index 000000000..2d21b3a82 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_metal_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c9a81de7f6b426e4fa6c681cd9de1e7f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_red_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_red_BaseMap.png.meta new file mode 100644 index 000000000..8d646c7e8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_red_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 25b9af2df1c6c8f4ebcc06778c45b380 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_red_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_red_MaskMap.png.meta new file mode 100644 index 000000000..b55bf908c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_red_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1b2363e37ddb94f4dbaa364f1705eb92 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_white_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_white_BaseMap.png.meta new file mode 100644 index 000000000..923e692de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_white_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d2b11a7894498fc48bb4025395d953c7 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_white_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_white_MaskMap.png.meta new file mode 100644 index 000000000..e98e15b92 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_white_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 42df1aaf61b43184a9e060ad225bea63 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_wood_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_wood_BaseMap.png.meta new file mode 100644 index 000000000..234088192 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_wood_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: da34817bb6c6add4dbeb5908896b5437 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_wood_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_wood_Normal.png.meta new file mode 100644 index 000000000..3b30f813d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beams_wood_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 0d7929e0d1cfe57498f6521b16420b30 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_beamsbrown_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beamsbrown_MaskMap.png.meta new file mode 100644 index 000000000..4670bc4fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_beamsbrown_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f9efd968cf5b2f34f80085313b3a75b8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_billboard_bookstore.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_billboard_bookstore.png.meta new file mode 100644 index 000000000..b77f7a8ad --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_billboard_bookstore.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: f6b1a8857294d514fbc465a58c414ce2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/M_billgoard_videogame_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_billgoard_videogame_01.png.meta new file mode 100644 index 000000000..88ae1eecf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_billgoard_videogame_01.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 204058911901c7f4796e1f3e14e7d0e4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/M_billgoard_videogame_02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_billgoard_videogame_02.png.meta new file mode 100644 index 000000000..930ff1913 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_billgoard_videogame_02.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: a81d3e5912629a24db27d3108521fbd1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_BaseMap.png.meta new file mode 100644 index 000000000..da8e63170 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ad35aa13e72a5c24fa65fe8572f52f93 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_MaskMap.png.meta new file mode 100644 index 000000000..6c581d566 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 11212cd479e44fb4fa3ed870f6a7e176 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_Normal.png.meta new file mode 100644 index 000000000..5ee9c6fe2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_blindguidance_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7ae38d154ea779446b98ec9b47075c5c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_border_walls_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_border_walls_BaseMap.png.meta new file mode 100644 index 000000000..6c20c22fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_border_walls_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6fad2d93ef0698040acd9e380a887578 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_border_walls_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_border_walls_Normal.png.meta new file mode 100644 index 000000000..6f57a96db --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_border_walls_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: daa65873e52c16f4eba5b68ed8155c9a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_BaseMap.png.meta new file mode 100644 index 000000000..0806be014 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b3355c84f3b292349ae9e7f777e8831e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_MaskMap.png.meta new file mode 100644 index 000000000..089cdb14a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 80a61343d56e13642b79e453b0f378b7 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_Normal.png.meta new file mode 100644 index 000000000..8ba2ccb3f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bottles_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a7dca0c049c34cf4c8c8df4479a44fb5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_03_BaseColor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_03_BaseColor.png.meta new file mode 100644 index 000000000..1d6bd40c9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_03_BaseColor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5fb609d49375b1f4c94103592e8cf034 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_03_roughness.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_03_roughness.png.meta new file mode 100644 index 000000000..a3ce2f20f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_03_roughness.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 36b7092749f35ba41bbe42d6d44c9043 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_red_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_red_Normal.png.meta new file mode 100644 index 000000000..5ce137fae --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_bricks_wall_red_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 26fe6c6800bc81d43b74747183ba4fa8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_BaseMap.png.meta new file mode 100644 index 000000000..07562ac49 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5654642203b3f29458dd0fdfc72f83cc +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_MaskMap.png.meta new file mode 100644 index 000000000..ad2500448 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f9d2089a70fb1db4090d321c656fa3bf +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_Normal.png.meta new file mode 100644 index 000000000..6702add25 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_attachments_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a45fadca468247346980714fda329507 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_BaseMap.png.meta new file mode 100644 index 000000000..843b3df7a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 69829025ebd142a43887f6175f117682 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_MaskMap.png.meta new file mode 100644 index 000000000..578b7fd30 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c662e704859d77e4c96d970770902e21 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_Normal 1.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_Normal 1.png.meta new file mode 100644 index 000000000..ebb777da1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_Normal 1.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a8d186edb7f84104d896d85091218c45 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_Normal.png.meta new file mode 100644 index 000000000..cf15df2c1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 10ee0732430967c4184028616e021dc7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varBaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varBaseMap.png.meta new file mode 100644 index 000000000..26a00ae3e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varBaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 02e0c036aa30a0045b61db8339cfd0fd +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varMaskMap 1.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varMaskMap 1.png.meta new file mode 100644 index 000000000..7213793c9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varMaskMap 1.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6581f12188562f84ebd5c392dcea1bb0 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varMaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varMaskMap.png.meta new file mode 100644 index 000000000..7e7e13433 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_car_sport_base_varMaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e1a06aa78182cf74591fd825d76bafe0 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_BaseMap.png.meta new file mode 100644 index 000000000..cc22b80a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 85972da18a0684d479e90e248754d5b8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_MaskMap.png.meta new file mode 100644 index 000000000..7f3901c58 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 43d15819a0a5e4e4b99ec6e87b5ff414 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_Normal.png.meta new file mode 100644 index 000000000..034dca4db --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_coil_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3838cb4417404fd40821f0220e93404a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_cosmeticstore_wordsign_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_cosmeticstore_wordsign_BaseMap.png.meta new file mode 100644 index 000000000..124534bdc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_cosmeticstore_wordsign_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: fa8db8449607a894784ca47e396902ad +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_BaseMap.png.meta new file mode 100644 index 000000000..f3be7fe11 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6eecb28b32f1a0f4f837d0765ac008ee +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_MaskMap.png.meta new file mode 100644 index 000000000..a61625495 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7299412eafaafd04db39a21e4398161e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_Normal.png.meta new file mode 100644 index 000000000..43b02da9e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_curbstones_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a71f0d58ec10c894d83273d174460cf8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_01.png.meta new file mode 100644 index 000000000..f7792bd61 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_01.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: de5188c28a933f24ab12600fc64d5ec0 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_30.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_30.png.meta new file mode 100644 index 000000000..aea5900a6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_30.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 618fad859bc60a141a8ac7bfc82f8003 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_arrow_right.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_arrow_right.png.meta new file mode 100644 index 000000000..7a66c4236 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_arrow_right.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a15516e7dfdd9bf45adb699e45fe6ab4 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_arrow_straight.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_arrow_straight.png.meta new file mode 100644 index 000000000..7fee6b4f1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_arrow_straight.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a5f87d8e46493f44e952c29c5e83d998 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_noparking.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_noparking.png.meta new file mode 100644 index 000000000..0e9d186c4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_noparking.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 07d551a4e4e58a14ea6ef57978d89d33 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_parking.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_parking.png.meta new file mode 100644 index 000000000..9e4694aa8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_parking.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 58e733f3b185433459da2dde60cfd260 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_slowdown.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_slowdown.png.meta new file mode 100644 index 000000000..a0dac96dd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_slowdown.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: accc078265687b44080402be33e07404 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_stripes.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_stripes.png.meta new file mode 100644 index 000000000..37c1acd7b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_decal_stripes.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4f75dce58e0b9fa46b2bfba6fee92b98 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_02BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_02BaseMap.png.meta new file mode 100644 index 000000000..9dc22066e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_02BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b70a45f27316340498e37d9f4d48a1de +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_02MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_02MaskMap.png.meta new file mode 100644 index 000000000..21f92c99c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_02MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b92bee0a19979e144a41587d73e27f34 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_BaseMap.png.meta new file mode 100644 index 000000000..fde7da0c8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c9d42370638420043bf66af1a729d9fd +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_MaskMap.png.meta new file mode 100644 index 000000000..c30dc4865 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a986f0f3c9d682d4f9ba2820ff7224e2 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_Normal.png.meta new file mode 100644 index 000000000..fe4d64b27 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_doors_residental_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1a1317fa9bd41df47b28953f37bc213d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_BaseMap.png.meta new file mode 100644 index 000000000..f69943107 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 655b2bf9f33db554d9c8e76a3f86669e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_Emissive.png.meta new file mode 100644 index 000000000..448eddfad --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 670d5b80564f0ca4086edcac8f824f93 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_MaskMap.png.meta new file mode 100644 index 000000000..a523b1780 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6ed818452e0c87f46adf764476875a04 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_Normal.png.meta new file mode 100644 index 000000000..54bb29e09 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_emergencysigns_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c25ca616a3f1c6b409ba898545958b33 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fence_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fence_Normal.png.meta new file mode 100644 index 000000000..6058272b8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fence_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 41476ad7074d13d45a7a7cea96998430 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fence_basecolor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fence_basecolor.png.meta new file mode 100644 index 000000000..9b66b1af2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fence_basecolor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 40570192e6abd9145bb859650caae4e3 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_BaseMap.png.meta new file mode 100644 index 000000000..4a81eda0f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8028e7d0d4063c94d9d7c712be932525 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_MaskMap.png.meta new file mode 100644 index 000000000..ff9cfd161 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a202cde170e742e41bb85e25c4fd2a36 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_Normal.png.meta new file mode 100644 index 000000000..0b1f96b6d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_01_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b3f0470c0e22f9944afc7e5602257a5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_BaseMap.png.meta new file mode 100644 index 000000000..db9b3353c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 276ffda14354aa748b94cf7f02feab36 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_MaskMap.png.meta new file mode 100644 index 000000000..3a475e6f3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d664aa8847e5e0a46b3d96fb51197f1d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_Normal.png.meta new file mode 100644 index 000000000..5ba5ea638 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fences_suburbs_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3689bed776fe6d54dbd56f73c7291b8a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_floortiles.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_floortiles.png.meta new file mode 100644 index 000000000..1c52ae687 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_floortiles.png.meta @@ -0,0 +1,94 @@ +fileFormatVersion: 2 +guid: 5fd55516610f807438376dae2a407b49 +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_floortiles_nrm.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_floortiles_nrm.png.meta new file mode 100644 index 000000000..29679075c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_floortiles_nrm.png.meta @@ -0,0 +1,94 @@ +fileFormatVersion: 2 +guid: c4be11768400d7c48841f907f90dfe78 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_flower_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flower_01.png.meta new file mode 100644 index 000000000..f89b4e8e9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flower_01.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1024c83f981a4d64e83d05e07d42b698 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_flower_02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flower_02.png.meta new file mode 100644 index 000000000..1315cc3a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flower_02.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 35fbb9ce5ef6bfe4d94b82b2b48e8ec8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_BaseMap.png.meta new file mode 100644 index 000000000..19e4632cb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 42e62b824fa5d644a97907d7a50d650e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_MaskMap.png.meta new file mode 100644 index 000000000..0a164a62b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: bb3c426b84c13b943892bb64100880b8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_Normal.png.meta new file mode 100644 index 000000000..3c8f71ef2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_flowerpots_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 07c86af8b643d8e4a87863952a32ecfb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_BaseMap.png.meta new file mode 100644 index 000000000..f68a7e260 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d39304ada8310b445a5a31dceee6aaa7 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_MaskMap.png.meta new file mode 100644 index 000000000..34003f7ff --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b7c3e1c85085db747a973ce44a623800 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_Normal.png.meta new file mode 100644 index 000000000..c66741d28 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_fuseboxes_01_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 9fe6e2c10a5fb784a909976029754747 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_BaseMap.png.meta new file mode 100644 index 000000000..065c44ffc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d57bc4bd5e1f01345890c9969201c828 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_MaskMap.png.meta new file mode 100644 index 000000000..1ef0c467c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 77fccc4b1a0903743a29c1cad02d385e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_Normal.png.meta new file mode 100644 index 000000000..81981ebb8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_garagedoor_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d528c38903fd5674987e2b53cad11a01 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_BaseMap.png.meta new file mode 100644 index 000000000..46ade69c8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 2a2c3f3275dd4844ab5dd5e54dcd4e98 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_Emissive.png.meta new file mode 100644 index 000000000..5341a35d4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 53e615843eaee3143b75d0930c02ec94 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_MaskMap.png.meta new file mode 100644 index 000000000..396bf46b9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8bab912a99e7e664c9caddb0b65d084c +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_Normal.png.meta new file mode 100644 index 000000000..8be14c3f4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_gate_citycenter_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 012d0564c1c6afd40ab68491b0beb164 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_grungemap_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_grungemap_01.png.meta new file mode 100644 index 000000000..0d9d26c4c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_grungemap_01.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d88eb80cdcebb314bbad6fe8111ec0c8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_BaseMap.png.meta new file mode 100644 index 000000000..105ecd61c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 63bc2cc92a31cda4cbf7583d770c4565 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_MaskMap.png.meta new file mode 100644 index 000000000..0c7d5de24 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c20a510094d15ca43835c21c9677cbcc +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_Normal.png.meta new file mode 100644 index 000000000..e0f3e25e5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_guardrails_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 00890be401532e644a6279bd56b4cb13 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_2_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_2_BaseMap.png.meta new file mode 100644 index 000000000..0c8bc7c7d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_2_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 39c7c5700b2f5434b8f0d4679d5322df +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_BaseMap.png.meta new file mode 100644 index 000000000..509454100 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: bf8ef90ae833e7f4ba328e5d6ef81aa9 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_MaskMap.png.meta new file mode 100644 index 000000000..85d66d912 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7c09f524f45ab4243845e7eac72e6cfe +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_Normal.png.meta new file mode 100644 index 000000000..b748f771f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_konbinientrance_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 54009db2f28d8f44aba95b3f35e19576 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_BaseMap.png.meta new file mode 100644 index 000000000..e993848e6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e3b52bd25af45df40abb8cc729a21dd7 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_MaskMap.png.meta new file mode 100644 index 000000000..93aea62b2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 08626fc3e9c3c2b40ab6b714091d992d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_Normal.png.meta new file mode 100644 index 000000000..f2564f35f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lamppole_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d985780675afd3e44a935b50c0d223b5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_BaseMap.png.meta new file mode 100644 index 000000000..86a165d3e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a610a3547133310448679ddd35de10b4 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_MaskMap.png.meta new file mode 100644 index 000000000..87f56483d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5fbb8bf090c772c4b8bf935b4b35a8e9 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_Normal.png.meta new file mode 100644 index 000000000..c5cb8e48e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lanterns_extra_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f3c6dda08bddcbc4ca3d166832aeb34a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_leaf_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_leaf_01.png.meta new file mode 100644 index 000000000..36afe7e4a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_leaf_01.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e74a1bb85f5418440a695b82fc0f8427 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_leaves_tree.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_leaves_tree.png.meta new file mode 100644 index 000000000..39154d3d2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_leaves_tree.png.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 002d92adf3aaf8f4e94004d074d213bd +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 + vTOnly: 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: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 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: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_BaseMap.png.meta new file mode 100644 index 000000000..7d9829011 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: cfe6d3e610f057f41a5e36b81f418653 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_MaskMap.png.meta new file mode 100644 index 000000000..a2944f3c4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: cb6be784a0e2aa64ab0d0ef1a304c161 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_Normal.png.meta new file mode 100644 index 000000000..8c14d4572 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_licenseplate_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 9eabddbd209155e448ab86223f44b1b6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_BaseMap.png.meta new file mode 100644 index 000000000..33e553fb6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b16a584a2279e7048aa254df007caac9 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_Emissive.png.meta new file mode 100644 index 000000000..eea557474 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d3b0b8e534472e24293b20b636a9f9ac +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_MaskMap.png.meta new file mode 100644 index 000000000..421d64b13 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 9b9ec42a0a47ed24f891eb413b1c4642 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_Normal.png.meta new file mode 100644 index 000000000..9af9f7a9a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lights_billboard_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6429fa8e90714be48a6ce1bf95c95e07 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_line_decal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_line_decal.png.meta new file mode 100644 index 000000000..c58fbb4a6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_line_decal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7ee8de57135d1fd42a9011b64ac082f8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_line_decal_02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_line_decal_02.png.meta new file mode 100644 index 000000000..1be0af86f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_line_decal_02.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 47dc27a8f2074d445ad5666ac984705f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lines_vertical_Diff.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lines_vertical_Diff.png.meta new file mode 100644 index 000000000..bb8dada8e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lines_vertical_Diff.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 239d050b82a59dd49b7804310cd398bf +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_lines_vertical_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lines_vertical_Normal.png.meta new file mode 100644 index 000000000..aa0728675 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_lines_vertical_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 2b65d071ed45c6949b56c0e75811d092 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_BaseMap.png.meta new file mode 100644 index 000000000..320292a7d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 730858286d2e1ef4cb89709d2ae04db3 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_Emissive.png.meta new file mode 100644 index 000000000..f3f116b7b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 88fb6e7d7e6e5bd40b27d1888bc6044b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_MaskMap.png.meta new file mode 100644 index 000000000..a8e158e18 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_metroentrance_sign_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 0ca3fdfe34b6593448be6faea4c8ca6d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_BaseMap.png.meta new file mode 100644 index 000000000..60f764b05 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: bbc31edda96876748862488c684e4abc +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_Emissive.png.meta new file mode 100644 index 000000000..357b78a69 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c68a3697036b43f42b4feacb3b7f624f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_Normal.png.meta new file mode 100644 index 000000000..1d3e39d4b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_neonsigns_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6a9f038022d7fc74bb9ce85e20ca8f35 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_BaseMap.png.meta new file mode 100644 index 000000000..ebf5d3fd0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b6d1e19c1f3a56d42ad3d53cc429348f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_MaskMap.png.meta new file mode 100644 index 000000000..8b5cd03a1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 44d256980fc27b649b674a4bb904906b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_Normal.png.meta new file mode 100644 index 000000000..0f0b25a3f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_parasols_storefront_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 0f3b4108f0f826e448f05c050664e84f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_01_Basecolor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_01_Basecolor.png.meta new file mode 100644 index 000000000..83ee3da39 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_01_Basecolor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a47aed59ca9724041b2364d4598511ca +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_01_Normal.png.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_01_Normal.png.png.meta new file mode 100644 index 000000000..9e88870e1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_01_Normal.png.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7500c43c0a222eb4ca546ad8c5576645 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_02_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_02_Normal.png.meta new file mode 100644 index 000000000..edf901011 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_02_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 097814ffd7b01da458b79cbc5b3d6267 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_BaseColor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_BaseColor.png.meta new file mode 100644 index 000000000..65b0de9a4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_BaseColor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6b139527904d7304cacb3415971cff31 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_Normal.png.meta new file mode 100644 index 000000000..e93c8d8eb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b79c0ebd70f58034d86a40bacd2a31e3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_color.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_color.png.meta new file mode 100644 index 000000000..0bf9e38c1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pavingstones_03_color.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5b671279ab9787a48a6287d180ed842c +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing.png.meta new file mode 100644 index 000000000..74ae6ed37 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4908a33cbfb766b4b98d4a6531c54b26 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing2.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing2.png.meta new file mode 100644 index 000000000..e200fdb67 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing2.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6db8630dbce0f7442ad3ae761508dfce +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing3.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing3.png.meta new file mode 100644 index 000000000..6a5016265 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing3.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 9603ba655f50ffe4c951d26097898a34 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing4.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing4.png.meta new file mode 100644 index 000000000..8ce851c59 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pedestriancrossing4.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: fa4ca296c5ca6af4aa4226d08ac39ebc +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_BaseMap.png.meta new file mode 100644 index 000000000..506c32620 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 22cd6e62c045c264fbe50a58151345b6 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_MaskMap.png.meta new file mode 100644 index 000000000..94a29d051 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 310ff40211bf83748ba4468e54317504 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_Normal.png.meta new file mode 100644 index 000000000..5d875c965 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_edges_metro_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ab1d87dceef71e7478cb7562eb1ff66a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_BaseMap.png.meta new file mode 100644 index 000000000..3692ebda8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b080e73634f650f4fa07e7e6c4d1df4f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_MaskMap.png.meta new file mode 100644 index 000000000..d7d4f64af --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: bec41fe2f7c9849458127e9c8c06d275 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_Normal.png.meta new file mode 100644 index 000000000..e360d797d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pillar_metal_metro_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5ec11c5778fa93d46ba5b70e02d64c58 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_BaseMap.png.meta new file mode 100644 index 000000000..4107be328 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 49709b29f46b168479e7f4a04b6863ba +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_MaskMap.png.meta new file mode 100644 index 000000000..4eac70591 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1316ba9bcb9be46488f8b8c64084df47 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_Normal.png.meta new file mode 100644 index 000000000..458670870 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_pipes_01_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8cd8709e6e7b4e34c9f9d860386eddef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_plaster_01_BaseColor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_plaster_01_BaseColor.png.meta new file mode 100644 index 000000000..039847a4e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_plaster_01_BaseColor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 64c1edf75ef980b4b9983915188d7891 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_plaster_01_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_plaster_01_Normal.png.meta new file mode 100644 index 000000000..9a41700dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_plaster_01_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5a8b94635736e14468dd3b9d43552346 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_plastic_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_plastic_Normal.png.meta new file mode 100644 index 000000000..239c2820c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_plastic_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 022b5ab86937a3a41844dd5831f29147 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_plastic_roughness.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_plastic_roughness.png.meta new file mode 100644 index 000000000..fac506ac1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_plastic_roughness.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7a2a9cd391fca1f4f80de2477dd95b8a +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall2_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall2_BaseMap.png.meta new file mode 100644 index 000000000..db53a3f87 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall2_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7e684c6e2d688a7468d5b30a8f73e5db +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_03_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_03_BaseMap.png.meta new file mode 100644 index 000000000..7d5312523 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_03_BaseMap.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: e5bbc6c5b60a18d418370b9280a60a32 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_BaseMap.png.meta new file mode 100644 index 000000000..f165c8d89 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_BaseMap.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: a44619fd54e331a4b8c10c88f5f1b239 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_MaskMap.png.meta new file mode 100644 index 000000000..36bf05ba5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e5ca8f987cba2a94dbc05d3515996690 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_Normal.png.meta new file mode 100644 index 000000000..9a32e353f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_posters_wall_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 98529c740dd8cc249b460d6514509f5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_BaseMap.png.meta new file mode 100644 index 000000000..cc7e9af64 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ec8bc25411dcfb846a96b698a2601cf8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_MaskMap.png.meta new file mode 100644 index 000000000..d14122c92 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a20d287ff9c94f549b05326c50230c55 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_Normal.png.meta new file mode 100644 index 000000000..d97082fd2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_powerpole_extras_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c750305c04a0c5b4384c0a1f6abad503 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_BaseMap.png.meta new file mode 100644 index 000000000..01ff9db60 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5e4c29580cfa61045a33a1791c17574e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_MaskMap.png.meta new file mode 100644 index 000000000..3a26c956a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 47896a865514731459072aacea94a386 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_Normal.png.meta new file mode 100644 index 000000000..6d9ebd9e3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_props_street_01_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5aa54c8b09fbee4498feb1fc6d963ee9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_BaseMap.png.meta new file mode 100644 index 000000000..650482add --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8ef26aba9fcfd16409264e1f48cb8153 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_MaskMap.png.meta new file mode 100644 index 000000000..77aae8764 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 874b373fff698d347b20280f6e6b5e32 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_Normal.png.meta new file mode 100644 index 000000000..708ebac6d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_recyclingbin_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4cb4591967831f545a484847f986760f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_road_decal_BaseColor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_road_decal_BaseColor.png.meta new file mode 100644 index 000000000..f4bffabf0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_road_decal_BaseColor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 2b912d7d4d288fe4681ad981e16d2bad +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_road_decal_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_road_decal_Normal.png.meta new file mode 100644 index 000000000..061877bd5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_road_decal_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7ea4cc7f849e80a4c908f6dc23525ebd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_rooftiles_01_BaseColor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_rooftiles_01_BaseColor.png.meta new file mode 100644 index 000000000..09c053d96 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_rooftiles_01_BaseColor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c7b8c950f58eff3448125ad1444d10ff +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_rooftiles_01_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_rooftiles_01_Normal.png.meta new file mode 100644 index 000000000..c23ef2c2e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_rooftiles_01_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 47909a5e4bcd8024498ba6ec0b84cd85 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_02BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_02BaseMap.png.meta new file mode 100644 index 000000000..1db0669f7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_02BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6314dcbca46eb904b9216ee6e6f37d5e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_BaseMap.png.meta new file mode 100644 index 000000000..96eb74188 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 2aca8bdde51dc7c4da054ac09a4c4c20 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_MaskMap.png.meta new file mode 100644 index 000000000..4cfd38628 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b0c3cdf8575fea445bf41db1fbccf473 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_Normal.png.meta new file mode 100644 index 000000000..7bd7da562 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_roundmirror_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: df5563b1dac3a5d45830ea8c78e91bc9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_BaseMap.png.meta new file mode 100644 index 000000000..347b77ed7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 25706c1bcd9d7a14f8e8154f1479a21b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_MaskMap.png.meta new file mode 100644 index 000000000..7e283205f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 2be9e0a86adf22948b3d0340af069047 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_Normal.png.meta new file mode 100644 index 000000000..1ea645396 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_firehydrant_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8bd0d13d6b0fef6438dba3203c79812a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_satsupirisu_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_satsupirisu_BaseMap.png.meta new file mode 100644 index 000000000..d7417f559 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_sign_satsupirisu_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7d19e9e3612873e4fb001a9932289c77 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_BaseMap.png.meta new file mode 100644 index 000000000..ef7b86a5e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d2f188b461aec3f4ab7a0e1b98428985 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_MaskMap.png.meta new file mode 100644 index 000000000..1bdd39267 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 84911ab95111f0942921f4f3020794bb +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_Normal.png.meta new file mode 100644 index 000000000..c30a439f1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_borders_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3b8f1742672379e45a753ceabd28a38a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront2_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront2_BaseMap.png.meta new file mode 100644 index 000000000..de4ba59a6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront2_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3a3f714276555804ca91d7de1ce4a504 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_BaseMap.png.meta new file mode 100644 index 000000000..70c4d6e34 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 325536eb004734b4581e111fc0ecbf0d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_MaskMap.png.meta new file mode 100644 index 000000000..11e6a15c4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c322ee7024d39384a9989d5df86b7db6 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_Normal.png.meta new file mode 100644 index 000000000..55f5ba41d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboard_storefront_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 00bfe33cd20387d45b78c4e8d392c0b8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_02_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_02_BaseMap.png.meta new file mode 100644 index 000000000..3ded0f38d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_02_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 85ddff1adf2712845820c015fbb90211 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_02_BaseMap_var.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_02_BaseMap_var.png.meta new file mode 100644 index 000000000..93a109e2c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_02_BaseMap_var.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d1a7f6d8acf5f8445b7b7f3ed2e71313 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_03_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_03_BaseMap.png.meta new file mode 100644 index 000000000..6da9d6c3d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_03_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 2580ba3f252f40e42b6d5d02546788e1 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_04_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_04_BaseMap.png.meta new file mode 100644 index 000000000..2ad463af4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_04_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3dd4748ccae16514cb0dc84db040391b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_05_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_05_BaseMap.png.meta new file mode 100644 index 000000000..5f1549f6d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_05_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7c63c5028a84cda4c905b6850a727e50 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_BaseMap.png.meta new file mode 100644 index 000000000..d982d1f5e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 087ad851d31fac74882fc4e62dbfa502 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_MaskMap.png.meta new file mode 100644 index 000000000..419eba75d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: fe54191f7ebe96646b1e2a2fa7255fc0 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_horiyontal2BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_horiyontal2BaseMap.png.meta new file mode 100644 index 000000000..cc328a6a9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_horiyontal2BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7d724504cfc2fd14da543655cf8c8e69 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_horizontalBaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_horizontalBaseMap.png.meta new file mode 100644 index 000000000..8ab620c89 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signboards_tokyo_horizontalBaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a5950c6927236df459765809e5215090 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_highway_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_highway_BaseMap.png.meta new file mode 100644 index 000000000..53209b6d8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_highway_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6a36ee4c618c9374db49193225185e8a +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_highway_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_highway_MaskMap.png.meta new file mode 100644 index 000000000..e883e9301 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_highway_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 9d114b4115b91ad4ab6d9df906ccbeed +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_metro_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_metro_BaseMap.png.meta new file mode 100644 index 000000000..267366e09 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_metro_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 817821c3fb10ebf488be5172c86f858d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_metro_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_metro_MaskMap.png.meta new file mode 100644 index 000000000..3295d5ef8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_metro_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3ef2fe23bd761354891e67181e49b605 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_BaseMap.png.meta new file mode 100644 index 000000000..e9d393576 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c3643db4245a72b45b7685c35068568f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_MaskMap.png.meta new file mode 100644 index 000000000..c0afa6955 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: fb48fd6b8677c184c81cb93d0d7bc59b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_Normal.png.meta new file mode 100644 index 000000000..61f771417 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_signs_suburbs_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 62cf05791731d5744b7f763cd70a5271 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_clouds.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_clouds.png.meta new file mode 100644 index 000000000..288deb142 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_clouds.png.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: e59b1fdf6ba2a7a45a86f1031bd2bd72 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 1 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 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: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_cloudy.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_cloudy.png.meta new file mode 100644 index 000000000..b2807ae81 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_cloudy.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 88cc3b8d6d9d899478115f0104b9a157 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_sunset.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_sunset.png.meta new file mode 100644 index 000000000..558a477fe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_skybox_sunset.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 095a698ca1648344f8146a20fc98a1f8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_BaseMap.png.meta new file mode 100644 index 000000000..557522a48 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 41fb8f8c94957314bb507807b7af4964 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_MaskMap.png.meta new file mode 100644 index 000000000..62e873ae3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d9c705b0f0b351b4289b5f1f0ecaa8e4 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_Normal.png.meta new file mode 100644 index 000000000..485900644 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storeboards_traditional_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1ce58f445b4b85f4192caacf787866a9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_BaseMap.png.meta new file mode 100644 index 000000000..52e7bf0c1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 670845d2a003e4c41abfdaeb2353c31a +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_MaskMap.png.meta new file mode 100644 index 000000000..e5451fb63 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1792e3148e566f24f99d230ea6ad8dec +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_Normal.png.meta new file mode 100644 index 000000000..408b7bf0d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_tofu_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1c10af7dfd4ab914d813007e1f1c031e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_BaseMap.png.meta new file mode 100644 index 000000000..f74855ce2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 9ab070e5fc5178846bf89a44ae761867 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_MaskMap.png.meta new file mode 100644 index 000000000..2d683d88c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8a050b36035e45743ba9b638d32041bc +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_Normal.png.meta new file mode 100644 index 000000000..404003151 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefront_traditional_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f2f922bbe4ad7214c9bddaea1cb7f6c9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_02_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_02_BaseMap.png.meta new file mode 100644 index 000000000..15ea7693b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_02_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 20565da2fa1c8584fb22ec87bd972731 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_02_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_02_MaskMap.png.meta new file mode 100644 index 000000000..2b30c4d4b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_02_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 05cd4797a7969584e81df484aaa8b320 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_BaseMap.png.meta new file mode 100644 index 000000000..776775ef5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a2f189831809f564383734329e203b86 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_MaskMap.png.meta new file mode 100644 index 000000000..1467bbe9a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c8bce9333ff45ba48bca8f068359145b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_Normal.png.meta new file mode 100644 index 000000000..8c708591a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_storefronts_japan_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5819a30478edbcf45a54d1e6e3f586fa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_BaseMap.png.meta new file mode 100644 index 000000000..5088f819a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e452642dd214a824084afe9796a53412 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_MaskMap.png.meta new file mode 100644 index 000000000..a316f2fba --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: eeeb2493dbbb30743bdd7a46794fd997 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_Normal.png.meta new file mode 100644 index 000000000..3d9c16723 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_streetlamp_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 99fabe69da4128d4fa710b57fd22d352 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_BaseMap.png.meta new file mode 100644 index 000000000..18939517a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 55ac2f5a3d5e8ea4f92205d801668d45 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_Emissive.png.meta new file mode 100644 index 000000000..eb0505572 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 22449f7b7cb316046867887a8cf75424 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_MaskMap.png.meta new file mode 100644 index 000000000..a061c8521 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6032ae5d4fe23c84b9be7bab65fe0646 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_Normal.png.meta new file mode 100644 index 000000000..7c13fcd23 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_ticketgate_japan_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 24e8d4b0496f552468f7ac65ac808c5b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_tiles_large_Base.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_tiles_large_Base.png.meta new file mode 100644 index 000000000..75b8ba74d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_tiles_large_Base.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8606f7b75d623c74180b0e4f0b7864ed +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_tiles_large_nrm.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_tiles_large_nrm.png.meta new file mode 100644 index 000000000..fbeda317c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_tiles_large_nrm.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8e7111826fdfab14fba79bfd8a19724a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_tomare_decal 1.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_tomare_decal 1.png.meta new file mode 100644 index 000000000..2ed9be96a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_tomare_decal 1.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 201e269550c7a2640bf1d910c41e2a3c +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_tomare_decal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_tomare_decal.png.meta new file mode 100644 index 000000000..bcef2c68b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_tomare_decal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 893683687f8f6ec419a23defb9c1749d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_BaseMap.png.meta new file mode 100644 index 000000000..bc9348495 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f11cc78218a49c1499e752cd28ed8433 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_MaskMap.png.meta new file mode 100644 index 000000000..a46b4f4be --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3c0d49670a7d1704eae37cee22dacb3f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_Normal.png.meta new file mode 100644 index 000000000..9f187a311 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e86ddf8530d2373458f7ba0215cb5c44 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneBaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneBaseMap.png.meta new file mode 100644 index 000000000..594d97616 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneBaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ae8d839d02d62334c8d4e8eef734ecc0 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneMaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneMaskMap.png.meta new file mode 100644 index 000000000..1f30b066b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneMaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5d43ecd4239704f428e5b96c950b9a69 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneNormal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneNormal.png.meta new file mode 100644 index 000000000..d18a3cf02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_stoneNormal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 07773dac2265d8c409686462b9000acc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodBaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodBaseMap.png.meta new file mode 100644 index 000000000..25892bee0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodBaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6c6e17e9e2dae9c49a554e256e177d3a +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodMaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodMaskMap.png.meta new file mode 100644 index 000000000..923be644e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodMaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c66c5e6d4daa8484babbaa659791f5fa +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodNormal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodNormal.png.meta new file mode 100644 index 000000000..7988dc3cc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_toorigate_woodNormal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4b1820ca0b9a99d4ab93da3704898598 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_BaseMap.png.meta new file mode 100644 index 000000000..26fc90bf4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 49d65ea529766644c96f74231a163042 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_Emissive.png.meta new file mode 100644 index 000000000..4b52834ff --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a90c6c5f2b0e1f343abdbd91afc18a86 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_MaskMap.png.meta new file mode 100644 index 000000000..d4cf77bc6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights2_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: dec2a9a044d8a7549ae4131263234a49 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_BaseMap.png.meta new file mode 100644 index 000000000..57d2e8837 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a5e8a214c8e29f34eb4ed8084e829bbf +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_Emissive.png.meta new file mode 100644 index 000000000..531f49bbe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 18468d8aa69f7854b9fbd9c77f0e9e20 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_MaskMap.png.meta new file mode 100644 index 000000000..6f5903d70 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ebc324161dff7e84b8be3b7d2fc0ebcd +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_Normal.png.meta new file mode 100644 index 000000000..e950a9dfb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficlights_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6be859a03a2b43a45aac33e144e6c398 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_BaseMap.png.meta new file mode 100644 index 000000000..637e5faa1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: bf8b3aa51bcc5834cb69f39d03987d13 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_MaskMap.png.meta new file mode 100644 index 000000000..732026f05 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b9d1530b4204f6547bff97d84f756117 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_Normal.png.meta new file mode 100644 index 000000000..3fe01809e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficpylons_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 31728c645228f5f459ed59af01b4c1cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_BaseMap.png.meta new file mode 100644 index 000000000..28a94c8c5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f12a515b7237c13468123cf192d6c836 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_MaskMap.png.meta new file mode 100644 index 000000000..3609ad3ed --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 1aea3e5603d43d94fbb4f6bbd5f7e7a0 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_Normal.png.meta new file mode 100644 index 000000000..6ac8156ac --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_trafficsigns_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a68dd7f7c1b7d7e4e80896b66b1027d7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_02_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_02_BaseMap.png.meta new file mode 100644 index 000000000..f19b26e3e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_02_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 81d06f21855504d4ab8b574382df01e2 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_03_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_03_BaseMap.png.meta new file mode 100644 index 000000000..08a52dff5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_03_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b766a33daf18fed449d0cc6a03865468 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_BaseMap.png.meta new file mode 100644 index 000000000..fe51f65dd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b74318abba6f3d745b6a10da0ca26f54 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_Emissive.png.meta new file mode 100644 index 000000000..e87e36173 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e1c03630ac90a50469bb1419b09d2b74 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_MaskMap.png.meta new file mode 100644 index 000000000..61e4d6c53 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c9dbd55c85450d943abe1bccf723099a +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_Normal.png.meta new file mode 100644 index 000000000..682baeb60 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vendingmachine_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: dd3d8134b0f7e6b41838f0bbe84657f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_BaseMap.png.meta new file mode 100644 index 000000000..ed8afb144 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 093dde7f07793ce4da70f0cd30876def +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_MaskMap.png.meta new file mode 100644 index 000000000..d1d2d96f8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b3b56719d6688b54fb1fcd57075b26fe +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_Normal.png.meta new file mode 100644 index 000000000..e7f17b658 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_vent_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 543d738ea7d37734181d8e0492d16e87 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern2_diff.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern2_diff.png.meta new file mode 100644 index 000000000..5e8d9fb24 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern2_diff.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: cb3ed47232149ab4bbeec44adb366187 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_02.png.meta new file mode 100644 index 000000000..7cbccafb8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_02.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 45abdc1baf1b0d640912ba8223d471c8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_02_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_02_Normal.png.meta new file mode 100644 index 000000000..bb462d0c5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_02_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f45ba2f052bd63449974569e9d24eef5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_nrm.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_nrm.png.meta new file mode 100644 index 000000000..3ba240d1c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_linepattern_nrm.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: fdf03a9863814f34b985f5ffc15b2819 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_plaster_BaseColor.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_plaster_BaseColor.png.meta new file mode 100644 index 000000000..6bff53fb4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_plaster_BaseColor.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: a29496df8364eb746bb613480d71cbc5 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_plaster_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_plaster_Normal.png.meta new file mode 100644 index 000000000..4b75b8a3f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wall_plaster_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: bb957e8bf469a284b9c5b6e76a910334 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_BaseMap.png.meta new file mode 100644 index 000000000..4e9157609 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 12f7258d9a2b2bf40adb4071a68a1ab6 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_MaskMap.png.meta new file mode 100644 index 000000000..610c99caf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: dc7a360ce219e654096bd0ea46a0bc95 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_Normal.png.meta new file mode 100644 index 000000000..a028de73b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wallblocks_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b14f06ab654751a468eaf553e093c1b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_01_suburbsNormal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_01_suburbsNormal.png.meta new file mode 100644 index 000000000..cc33b528a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_01_suburbsNormal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: d6da2c8e0be21924e8f3e34abd107d37 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_01_suburbs_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_01_suburbs_BaseMap.png.meta new file mode 100644 index 000000000..99936da58 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_01_suburbs_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 0c235121c784ead47b013df0b4d4507f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_02_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_02_BaseMap.png.meta new file mode 100644 index 000000000..93878cc63 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_02_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 00b21e978deaf2844856df13fd3f9eb0 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_02_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_02_Normal.png.meta new file mode 100644 index 000000000..0ae78e3a1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_02_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 5eaa43ac59af9974c80ab82482fca11c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_03Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_03Normal.png.meta new file mode 100644 index 000000000..326894573 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_03Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 9d8a5154bb8ddd34e8a486938b85fc09 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_03_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_03_BaseMap.png.meta new file mode 100644 index 000000000..45468c026 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_walls_suburbs_03_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 18b5c6391cdd9484783fbf84cb2a00f8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_BaseMap.png.meta new file mode 100644 index 000000000..fd0714000 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 91e1e164a37f5e94e948b98632163a6f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_MaskMap.png.meta new file mode 100644 index 000000000..f6610664d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e625a3f2cecc1ca48b69737b0711862c +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_Normal.png.meta new file mode 100644 index 000000000..97e62c6e1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_warningsigns_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 161b6a1ee9fbbe84d866ae460755fcd4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_BaseMap.png.meta new file mode 100644 index 000000000..ab637f414 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 0feee4e0436ebe3498a09da8f7805ab1 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_MaskMap.png.meta new file mode 100644 index 000000000..15036a2b3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 27e6b533fbb68954091f2a2baf9bff8b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_Normal.png.meta new file mode 100644 index 000000000..f1313b315 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wheel_car_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 9c588b17ded80d7458a2f066f648a272 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_BaseMap.png.meta new file mode 100644 index 000000000..7f6bf8692 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 96c787e057ffccc40a08e47d7285f11b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_MaskMap.png.meta new file mode 100644 index 000000000..c139cf161 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 4c9fe80881c568d488521f9da0d49d08 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_Normal.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_Normal.png.meta new file mode 100644 index 000000000..61e27a974 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_Normal.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 313878c3a7452374689c683a7db15d4a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_white_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_white_BaseMap.png.meta new file mode 100644 index 000000000..55a5df697 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_white_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 89068f4e2753ca149a33a74a595f416e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_white_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_white_MaskMap.png.meta new file mode 100644 index 000000000..8f7a69b90 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_white_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 543285a3e4755a7448677b59673f15a3 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_wood_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_wood_BaseMap.png.meta new file mode 100644 index 000000000..ee60364e3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_wood_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 89966b1997a644949bffd1d9e0c13065 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_wood_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_wood_MaskMap.png.meta new file mode 100644 index 000000000..d50658516 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_windows_residential_wood_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: b1ba58beac4687648b9b17feb446978f +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_01_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_01_BaseMap.png.meta new file mode 100644 index 000000000..6dd7eb994 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_01_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ff2c4b8934bf843478ed88f1b17ed75e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_01_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_01_MaskMap.png.meta new file mode 100644 index 000000000..8ce7c95c8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_01_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e03a2d4e568ef4e4880170f229889f29 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_BaseMap.png.meta new file mode 100644 index 000000000..9ce77e9ea --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 70362cfc3733e5d4b9133168078f7a43 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_Emissive.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_Emissive.png.meta new file mode 100644 index 000000000..ec5a41350 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_Emissive.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 36ad20549f7cf864083d2af6c3b7a234 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_MaskMap.png.meta new file mode 100644 index 000000000..a3637d090 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_02_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 795653eb682fc9f40b45353fc171eeae +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_03_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_03_BaseMap.png.meta new file mode 100644 index 000000000..1c822540b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_03_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 27765fc2e10aaa44e9cf0ecedfaf905d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_03_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_03_MaskMap.png.meta new file mode 100644 index 000000000..e4601fbc1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_03_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3d489206e1512c141a24857836bb1973 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_04_BaseMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_04_BaseMap.png.meta new file mode 100644 index 000000000..e50e2254c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_04_BaseMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 106e85706bee6104bb5425bc786d6064 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_04_MaskMap.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_04_MaskMap.png.meta new file mode 100644 index 000000000..c9a16b0a5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/M_wordsigns_04_MaskMap.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 060bcd4ed6ea7e64484cb7bc169ed237 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_airline.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_airline.png.meta new file mode 100644 index 000000000..d09641253 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_airline.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: f0e2ccd20e5e6a946a64012ea7ca9878 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_arcadecenter.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_arcadecenter.png.meta new file mode 100644 index 000000000..feee2b910 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_arcadecenter.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: f8dfd558af70260488e2facef2a315b8 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_baristacoffee.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_baristacoffee.png.meta new file mode 100644 index 000000000..87bc1e5a9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_baristacoffee.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 2fcd84b4e490d954bb105551f062828b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_beer_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_beer_01.png.meta new file mode 100644 index 000000000..50d6c36bd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_beer_01.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: c3b1f7c0ef369d64a869d0dcf4edad1b +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_beer_02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_beer_02.png.meta new file mode 100644 index 000000000..1c2cb4bc0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_beer_02.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: ea6093fa9f228554e8ef2af7185170ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_cosmetics_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_cosmetics_01.png.meta new file mode 100644 index 000000000..6e7bb1f3b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_cosmetics_01.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 3d4ce7c5e916308468a6e0034ce147ed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl.png.meta new file mode 100644 index 000000000..32d3bca1c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 59add83626c72f34ba19b219b2829d83 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl_03.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl_03.png.meta new file mode 100644 index 000000000..03c731b83 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl_03.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: c4db47427c32bb647a56a5d08aad8680 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl_04.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl_04.png.meta new file mode 100644 index 000000000..870cd8e00 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_girl_04.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: df511a29170eb8f47961056937339ead +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_hostclub_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_hostclub_01.png.meta new file mode 100644 index 000000000..de6a0a771 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_hostclub_01.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: bdf8d79c669cceb44b0069f36f203ab6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_inforcenter.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_inforcenter.png.meta new file mode 100644 index 000000000..7cd779718 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_inforcenter.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 7cd65c3039944ca438cb6659da088c9e +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_izakaya.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_izakaya.png.meta new file mode 100644 index 000000000..28d070df9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_izakaya.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: e178dd401c2e8a04e884abd5bfd16d09 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_izakaya_02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_izakaya_02.png.meta new file mode 100644 index 000000000..cad3693f3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_izakaya_02.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: ff863bdb1412d784dbf9f7653769f4ff +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_kimane.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_kimane.png.meta new file mode 100644 index 000000000..985d4b3dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_kimane.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 2fe13518cd229d841a3f4c2a404f8bf6 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_kotososervices.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_kotososervices.png.meta new file mode 100644 index 000000000..77c104669 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_kotososervices.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 3736b29bcb4ddc74484d0d5dae46dc11 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_man_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_man_01.png.meta new file mode 100644 index 000000000..5a1e0c6c9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_man_01.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 9a70e829bdb3cd040a37caf01ef0bbf4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_monja.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_monja.png.meta new file mode 100644 index 000000000..8bfbd6c48 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_monja.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 3d33fb5fa865eda4b9caebe2ea166cf9 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_phone.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_phone.png.meta new file mode 100644 index 000000000..20a8e9698 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_phone.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 5dfbdea9b35b1b842a25de267120dc75 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_realestate_01.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_realestate_01.png.meta new file mode 100644 index 000000000..7d1f8db5f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_realestate_01.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: df5642737c44dfe43b8ff9567735b874 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_realestate_02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_realestate_02.png.meta new file mode 100644 index 000000000..180523430 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_realestate_02.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 1cef488478f87dc4b82adbde149c871d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_sushi.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_sushi.png.meta new file mode 100644 index 000000000..deb32646a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_sushi.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: b25532375cacb0d4ab3156b5ccce16b0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_videogamecenter.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_videogamecenter.png.meta new file mode 100644 index 000000000..1cc4eaa02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_videogamecenter.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: 064e5e04f732e9241aafd27cdf2b18c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_videogamecenter02.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_videogamecenter02.png.meta new file mode 100644 index 000000000..4c0d0bee7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_videogamecenter02.png.meta @@ -0,0 +1,124 @@ +fileFormatVersion: 2 +guid: cbaf06c231b78d64084fbc12fd72005f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_water.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_water.png.meta new file mode 100644 index 000000000..b08cb9a0e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_water.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 6df28293b23b69745906cd8e8ad1c1ad +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_wifi.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_wifi.png.meta new file mode 100644 index 000000000..394df7778 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/billboard_wifi.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 8add395530ba8b643b7daf8af39396e7 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/echowavekaraoke.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/echowavekaraoke.png.meta new file mode 100644 index 000000000..32d06a339 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/echowavekaraoke.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 600ae05d5d39f7445b33b7489c701742 +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Materials/Textures/echowavekaraoke2.png.meta b/Assets/Arts/Anime Tokyo/Materials/Textures/echowavekaraoke2.png.meta new file mode 100644 index 000000000..461366a78 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Materials/Textures/echowavekaraoke2.png.meta @@ -0,0 +1,96 @@ +fileFormatVersion: 2 +guid: 23eac5eb7c62e5642b82ffc32586920d +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 + vTOnly: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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/Assets/Arts/Anime Tokyo/Meshes.meta b/Assets/Arts/Anime Tokyo/Meshes.meta new file mode 100644 index 000000000..67bef5669 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d614355632455fa439d86b431e764311 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings.meta new file mode 100644 index 000000000..62b7f0c91 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 81d794749ea241e49a1defe9fc656629 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_01.fbx.meta new file mode 100644 index 000000000..ac60e63bf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 68e3b22b29626424da862743936aaa2b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_02.fbx.meta new file mode 100644 index 000000000..e85cb4648 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5dd9b5bdab50bc74f837d2c5822511e1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_03.fbx.meta new file mode 100644 index 000000000..0b7467942 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_apartment_building_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 09ba148b9a72e8d4e93b6ac4b1bf445c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_01.fbx.meta new file mode 100644 index 000000000..a06a6252c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7d3634d426382134a99d8e9dfc3acf27 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_02.fbx.meta new file mode 100644 index 000000000..02ea0fee1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3e055a0d0207821418d07da6ea5a4ee4 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_03.fbx.meta new file mode 100644 index 000000000..2b4b770e7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_corner_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 40285480e25b5fc48aa528bd77a2d02f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_cylindrical_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_cylindrical_01.fbx.meta new file mode 100644 index 000000000..0d096661b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_cylindrical_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 15646b60464c41f45aaba28e7827f23e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_cylindrical_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_cylindrical_02.fbx.meta new file mode 100644 index 000000000..743b40293 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_cylindrical_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: aa5d8580b04270942b20b366eae361e7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_glass_large_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_glass_large_01.fbx.meta new file mode 100644 index 000000000..9741e20f5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_glass_large_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 03f3cfbb3c477f444bb6a22de0ad876f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_glass_large_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_glass_large_02.fbx.meta new file mode 100644 index 000000000..00154d18d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_glass_large_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 692e76ffca212c94fb146ebbc92ea909 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_konbini.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_konbini.fbx.meta new file mode 100644 index 000000000..395109e14 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_konbini.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0b3b32a14f187f54d94767051fc6dfc1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_mall.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_mall.fbx.meta new file mode 100644 index 000000000..2e6d6e667 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_mall.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ec1cebe4431494342bf8b8046fdde6a6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_metro.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_metro.fbx.meta new file mode 100644 index 000000000..9e0cfa4f5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_metro.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a0c97ce86ad44a44bb89ee3fae959fce +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_01.fbx.meta new file mode 100644 index 000000000..8c9a5ffaf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7bd5f57978e468f4d94d547458c6cd90 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_02.fbx.meta new file mode 100644 index 000000000..b346156e5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dd004b66329db5f4481fbf0c93b32259 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_03.fbx.meta new file mode 100644 index 000000000..03e2c6b90 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0b18d6d687842b14088b72d176de08bc +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_04.fbx.meta new file mode 100644 index 000000000..d67c2ad77 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_residental_suburbs_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2900bce655d8c4d41a2dbedc7531945a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_restaurant.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_restaurant.fbx.meta new file mode 100644 index 000000000..75ccf592b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_restaurant.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ef0ad23f8558063438bcdb2d7a818a66 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_rounded_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_rounded_01.fbx.meta new file mode 100644 index 000000000..07b69568a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_rounded_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1ee435326055a8243babd02dc551758a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_rounded_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_rounded_02.fbx.meta new file mode 100644 index 000000000..b5ab38cf8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_rounded_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 458776a5df747754aa5d098c37c00080 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_skyscraper_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_skyscraper_01.fbx.meta new file mode 100644 index 000000000..a279469fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_skyscraper_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 968978581c8a32e47aa44372ec867fe0 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_01.fbx.meta new file mode 100644 index 000000000..879d78196 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5bb93d391fe4a3145b63e12b20decc28 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_02.fbx.meta new file mode 100644 index 000000000..55a4ca651 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: c7b3f13e19791394b9ac36c3d0fd17d1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_03.fbx.meta new file mode 100644 index 000000000..4c901e344 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5297115f271643e43a64b64d5ce56c5b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_04.fbx.meta new file mode 100644 index 000000000..741fe6307 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: bea0295ee4e192048a2aaf9b7274ada8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_05.fbx.meta new file mode 100644 index 000000000..45cf29491 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 60574b4b80addfc4d8e60f13f23c11f1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_06.fbx.meta new file mode 100644 index 000000000..86d3e61de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 89488470b547a4d4897e6fdada68fc16 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_07.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_07.fbx.meta new file mode 100644 index 000000000..968f53ecf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_standard_07.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dff5a4f034677d649bff130a2a52acf1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_traditional_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_traditional_01.fbx.meta new file mode 100644 index 000000000..cad3218e1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_traditional_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3146687f2cd5bcb46b18a9de77e95a12 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_traditional_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_traditional_02.fbx.meta new file mode 100644 index 000000000..f5b9ab97a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_building_traditional_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ebd1359a6064a5c4a89c2ce7f150016b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_gate_mainstreet.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_gate_mainstreet.fbx.meta new file mode 100644 index 000000000..5e9a5e6f6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_gate_mainstreet.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7d152ee508be58744955778159331e01 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_skytree.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_skytree.fbx.meta new file mode 100644 index 000000000..569640580 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_skytree.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0f63f1cc4a9c9ba44b005fb6fe2a27ba +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate.fbx.meta new file mode 100644 index 000000000..c7519fed8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: eca013a71b4dd6441a27e7670efa605a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate_small.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate_small.fbx.meta new file mode 100644 index 000000000..61aaeb3f3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate_small.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 11a38c0b708a3944e80fc81dd0b076fc +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate_stone.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate_stone.fbx.meta new file mode 100644 index 000000000..92b8eeff3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_toorigate_stone.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 278469b0d8f9b19498f82ce77a135b77 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_wall_attachable.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_wall_attachable.fbx.meta new file mode 100644 index 000000000..02c1567e2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_wall_attachable.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f2e4e18b161d46d44884ac23ee5e2b35 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_01.fbx.meta new file mode 100644 index 000000000..13e19a4b7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: aa8897573d19e864ca40e908bdfb9a7b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_02.fbx.meta new file mode 100644 index 000000000..9b739e58e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9861b39beeaf7a048a7900311dfaa5e3 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_03.fbx.meta new file mode 100644 index 000000000..3d147c0aa --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Buildings/SM_walls_building_suburbs_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1cbefa6ec8fcd984488468990a3ecdd0 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets.meta new file mode 100644 index 000000000..1f33d3f86 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b237bc46ad1bc8b468bfc305c5342679 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_entrance_metro.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_entrance_metro.fbx.meta new file mode 100644 index 000000000..b8a80d45d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_entrance_metro.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5de17c31615992e44aa50a4313f22c82 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_01.fbx.meta new file mode 100644 index 000000000..20cd0095e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0cd4c61471a059147bbdf59cddb21b48 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_02.fbx.meta new file mode 100644 index 000000000..b1b7ed36a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b4954c01d17020244863248a792ed339 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_long.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_long.fbx.meta new file mode 100644 index 000000000..0f7dd55d4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_guidance_sidewalk_long.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a14e0dc2db0ecac4a9b3946f34db4d53 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_01.fbx.meta new file mode 100644 index 000000000..99bacc918 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f6712a3008efff247b0a0b775973717b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_02.fbx.meta new file mode 100644 index 000000000..c149245aa --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a369bc6d96d5aa1448b35633d3e4b0aa +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_03.fbx.meta new file mode 100644 index 000000000..8242a2643 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 742ed0c02c5f8ec42a82f0dcac1d1914 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_04.fbx.meta new file mode 100644 index 000000000..d75709647 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b797cff3515eed9418321be474903417 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_05.fbx.meta new file mode 100644 index 000000000..9d9d9c3f8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_infosign_metro_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2bc1f9cdcad903e49802e8935f326cb5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_01.fbx.meta new file mode 100644 index 000000000..d5b9e002f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 78efdd4ec194af4459371a5eaed038f1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_02.fbx.meta new file mode 100644 index 000000000..ca8f0f9eb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 083567d909d173d40b0af635759046dd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_03.fbx.meta new file mode 100644 index 000000000..65b5e5ce6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_pillar_metro_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 009e48bb7e0a29641b6b781cbbda60da +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_ticketgate_metro.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_ticketgate_metro.fbx.meta new file mode 100644 index 000000000..e46b8dc7c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Metro Assets/SM_ticketgate_metro.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: da558c10fdc758146b0355e1bcdcb029 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props.meta new file mode 100644 index 000000000..d69b53a77 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4740805cce538ec459a20ad7873d851c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_airconditioner_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_airconditioner_01.fbx.meta new file mode 100644 index 000000000..a3030b4ca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_airconditioner_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6992a6a7acefe934aa00e9e8ede504ae +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_airconditioner_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_airconditioner_02.fbx.meta new file mode 100644 index 000000000..8d05d4fb3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_airconditioner_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 32c439bb2ca20924896cb72535425b66 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_antenna_TV_wall.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_antenna_TV_wall.fbx.meta new file mode 100644 index 000000000..bbde17f24 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_antenna_TV_wall.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1bf68121d54fea844823b62b2335d33a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_antenna_roof_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_antenna_roof_01.fbx.meta new file mode 100644 index 000000000..232d4b8ae --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_antenna_roof_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 144692a81479e144f83fc4050813da50 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barell_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barell_01.fbx.meta new file mode 100644 index 000000000..c6d60f945 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barell_01.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 231f59fd0a5bae0459ed43768af58879 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_01.fbx.meta new file mode 100644 index 000000000..1f9eddd58 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: bea05777f4718c74ea96c797f1b6416d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_02.fbx.meta new file mode 100644 index 000000000..029ac1372 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d3ee25a0467a31e4ba9149646d94316d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_03.fbx.meta new file mode 100644 index 000000000..5a9d06849 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_barrier_warning_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d6a2ce9d76cd46042afe198ede0ccee1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_beam_metal.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_beam_metal.fbx.meta new file mode 100644 index 000000000..4b6f0014b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_beam_metal.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b837278b1637b804795cd88a895056ce +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_beercrate.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_beercrate.fbx.meta new file mode 100644 index 000000000..ca5575ae0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_beercrate.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7fcf3a93a0562cb448c2d669b84f9c6a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_01.fbx.meta new file mode 100644 index 000000000..5598bb68b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0d80fd0187e0a434cbe7830f72a5ca93 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_02.fbx.meta new file mode 100644 index 000000000..ff1cce8f2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9c24ce490e8aa3647a8555a17456b8ca +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_03.fbx.meta new file mode 100644 index 000000000..5819219ff --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_cables_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 57be0d2635882f14ea032521832cbc60 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_construction_framework_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_construction_framework_01.fbx.meta new file mode 100644 index 000000000..90e81ce13 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_construction_framework_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 07db8af92f508f543841baffcb756105 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_constructionsite_fence.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_constructionsite_fence.fbx.meta new file mode 100644 index 000000000..6a1ba4c88 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_constructionsite_fence.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: fd8ad3a6146fb534fa1110705dad375b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_crane_construction_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_crane_construction_01.fbx.meta new file mode 100644 index 000000000..466374e63 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_crane_construction_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: c3d3960d96278864faf6aea0633e57b9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_crane_construction_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_crane_construction_02.fbx.meta new file mode 100644 index 000000000..e8acb5754 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_crane_construction_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a28ae0e44999e8e468fd6785194c202e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_garage.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_garage.fbx.meta new file mode 100644 index 000000000..a319d88e6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_garage.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5ba2e236010a14941bc3a32825f852f1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_01.fbx.meta new file mode 100644 index 000000000..4497dba25 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1614b78bff56f6948942c97750917930 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_02.fbx.meta new file mode 100644 index 000000000..d8cde8826 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3db542854ce40f242bf6a0d53b6f3a4b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_03.fbx.meta new file mode 100644 index 000000000..88407b852 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_home_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 28f6c46a1ce01e24aa5c786815517544 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_traditional_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_traditional_01.fbx.meta new file mode 100644 index 000000000..41a0f3edd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_traditional_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f55d1594525bf2b48bf9ce6e83b30449 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_traditional_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_traditional_02.fbx.meta new file mode 100644 index 000000000..525869083 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_door_traditional_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a0959ca66b5a81940b6ceae039cd5b9f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_01.fbx.meta new file mode 100644 index 000000000..ec63b1d49 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: fbb75cfee53b3774ebe5fe76f5bf8af5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_02.fbx.meta new file mode 100644 index 000000000..9116d5907 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: aba7c023884ec80449425dfdd99bacdf +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_03.fbx.meta new file mode 100644 index 000000000..4f43729b5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: fca339691c2eab44085b9081165d9d35 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_04.fbx.meta new file mode 100644 index 000000000..f74e56809 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e3347876c7b86a04fa7e7a7301b6337c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_05.fbx.meta new file mode 100644 index 000000000..fcace80ae --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1c2b44406885e2c42a7fc5daeff35954 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_06.fbx.meta new file mode 100644 index 000000000..14ef1c3bb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_drink_bottle_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 76ad5f4e60633784eb5525c94087bd1e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_01.fbx.meta new file mode 100644 index 000000000..bd7a27d53 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b284c490816b33342b9707b5a986597a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_02.fbx.meta new file mode 100644 index 000000000..704e4f055 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e94be8277b06ac444ada2b7ffc8880e0 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_03.fbx.meta new file mode 100644 index 000000000..ee4c12727 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 68247e4117d9a6747a6d3aaa170839bf +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_04.fbx.meta new file mode 100644 index 000000000..62d17d049 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7e15e769e09944f46be561451fc12d9b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_chainlink.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_chainlink.fbx.meta new file mode 100644 index 000000000..7d6f182fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_chainlink.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7546b4cf0d985754a8c023030b863d9b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_01.fbx.meta new file mode 100644 index 000000000..d80242e69 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3787aeaa517aeed498cee870bb7924d7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_02suburbs_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_02suburbs_02.fbx.meta new file mode 100644 index 000000000..0e7c72ece --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_02suburbs_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8781c5fc4089fbb4196468a508b4c0d9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_suburbs_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_suburbs_01.fbx.meta new file mode 100644 index 000000000..fe40d4bf6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_gate_suburbs_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3b1182f5ff30d614b9e0286b95f343fa +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_pillar_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_pillar_01.fbx.meta new file mode 100644 index 000000000..afdd1bed7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_pillar_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0e4867b0159adb449bc57fde4d8f85ce +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburbs_pillar.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburbs_pillar.fbx.meta new file mode 100644 index 000000000..78e7cc0c9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburbs_pillar.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4b869e2a7914b744799c2c3c00aff28b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburubs_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburubs_03.fbx.meta new file mode 100644 index 000000000..1f93ecc30 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburubs_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0b8f4fe23e484b34e8f9b89778512cd5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburubs_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburubs_04.fbx.meta new file mode 100644 index 000000000..94ec026b1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fence_suburubs_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9a8c987423882274c9899c6132462471 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fireextinquisher.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fireextinquisher.fbx.meta new file mode 100644 index 000000000..bdc07fbe6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fireextinquisher.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 79810b2a9d272b545a8c8ea51519d999 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_firehydrant_sign.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_firehydrant_sign.fbx.meta new file mode 100644 index 000000000..7ade4c8d9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_firehydrant_sign.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: c81412fc7825dae4d91067d6239efacd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_01.fbx.meta new file mode 100644 index 000000000..9c7776133 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a5bfe03a0cde06a4e97e4c7ef03cca8b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_02.fbx.meta new file mode 100644 index 000000000..7cbe79802 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8559e9f73738a7e459df08d39d083ffc +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_03.fbx.meta new file mode 100644 index 000000000..177bd46e6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e78b11b304837734ba4e5f3d4a44fe8d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_04.fbx.meta new file mode 100644 index 000000000..8976f5391 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 928b44d78c6570046a05bc26baca5aea +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_05.fbx.meta new file mode 100644 index 000000000..53cc25f3b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dddbbc2a238cab34d9eb4f7c3ed063dd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_01.fbx.meta new file mode 100644 index 000000000..fe233819f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 562c1939adc7c6148adc278cff1452ac +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_02.fbx.meta new file mode 100644 index 000000000..136d66f4a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 606b1cb02f3568841acc0318b35fb1d7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_03.fbx.meta new file mode 100644 index 000000000..0bddf1968 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e07c8fc7ab193b84b8242e9e4e9039b9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_04.fbx.meta new file mode 100644 index 000000000..a62cde751 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a2eb1d29cbded01419ec0b1d07147849 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_05.fbx.meta new file mode 100644 index 000000000..09a089ddb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_flowerpot_empty_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 34e6123f81323c74db560b30d4dfef0b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_01.fbx.meta new file mode 100644 index 000000000..46abdbe88 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f8a4d434dd79b5740ab87f102c24a9dd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_02.fbx.meta new file mode 100644 index 000000000..646cfa445 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dcc706c274473b3478b38a064c2a5b17 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_03.fbx.meta new file mode 100644 index 000000000..565e9562d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 062e745a75d76934986ab0625e7c3941 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_04.fbx.meta new file mode 100644 index 000000000..67e5a49d5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ca21ac2e66e9e8e498805d8f5d1ab12a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_05.fbx.meta new file mode 100644 index 000000000..d42f60f44 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b9d853ecc6bfc4e49a97c10b0398ba95 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_06.fbx.meta new file mode 100644 index 000000000..607c2cb65 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3bcec53a1db69004eae85b732ed819ac +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_07.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_07.fbx.meta new file mode 100644 index 000000000..a14b3dfe9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_fusebox_07.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7377d2758d9b24241b5a34ce27cd2444 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_01.fbx.meta new file mode 100644 index 000000000..3c9749b48 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_01.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 3b9909f172897c247b8bb664f972078c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_02.fbx.meta new file mode 100644 index 000000000..76e7690a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_02.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 449bd7153776fee44b350e5a043b5fad +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_03.fbx.meta new file mode 100644 index 000000000..1fc3a1056 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ladder_03.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: b39ad082c07c9f442bd71559f33187fc +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_celing.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_celing.fbx.meta new file mode 100644 index 000000000..3602cf67f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_celing.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1bfa682badbf5574c95ac963c3522e62 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_doorfront_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_doorfront_01.fbx.meta new file mode 100644 index 000000000..3a7e1f2f2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_doorfront_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 39865a1ac1b98014fa13050f91e23976 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_a_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_a_01.fbx.meta new file mode 100644 index 000000000..3edd0a34f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_a_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ae740630c2f0b3e4798dbb6b7b506519 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_a_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_a_02.fbx.meta new file mode 100644 index 000000000..63d6468b7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_a_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a6a904e4c4ab03441bd02149a3bafc44 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_b_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_b_01.fbx.meta new file mode 100644 index 000000000..048ffc839 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_b_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ebd19419d2ef3614db4f66d836696860 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_b_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_b_02.fbx.meta new file mode 100644 index 000000000..7ad41c26e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_b_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e09d7dfe3109dd444b0f53259edf6e04 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_c_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_c_01.fbx.meta new file mode 100644 index 000000000..d81656337 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_c_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: eadeff87e06f91e4ebe892b76f03e59b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_d_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_d_01.fbx.meta new file mode 100644 index 000000000..f2dd4c652 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_d_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d280cf75ee3dac64d8dd37ece0fc8a4f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_e_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_e_01.fbx.meta new file mode 100644 index 000000000..9ffe36582 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_e_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 128d11f855200954db2e471f34dc3786 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_f_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_f_01.fbx.meta new file mode 100644 index 000000000..345a36cc5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_f_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b203c67d5eacf4e46be4a1bb7d5c343e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_g.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_g.fbx.meta new file mode 100644 index 000000000..83917bc72 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_g.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6f840061389fbc545b9b1fd7b09221cd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_highway.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_highway.fbx.meta new file mode 100644 index 000000000..3fbe28420 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_street_highway.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3a8ac4bf7e62dd04c9946fde93052a4a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_01.fbx.meta new file mode 100644 index 000000000..c19cbb722 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b4b685809a2923c4cba45cc1dd0d1062 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_02.fbx.meta new file mode 100644 index 000000000..9cc874b06 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6ebada0ccefd26d4da24c347d3aee179 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_03.fbx.meta new file mode 100644 index 000000000..2613ac502 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5f9db65818663e549a2eb3ecfea4c279 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_01.fbx.meta new file mode 100644 index 000000000..31be65f23 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: fcd715a35b28fc44d8fc18eab1302209 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_02.fbx.meta new file mode 100644 index 000000000..366e55b32 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: bb18738c98d3c7d49a31609b3a3172ea +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_03.fbx.meta new file mode 100644 index 000000000..9ae81b993 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_preset_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7680e72a3e07b974ba4b856025886b21 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_01.fbx.meta new file mode 100644 index 000000000..a19adf101 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dea9a466ac780e44789d05f019760d17 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_02.fbx.meta new file mode 100644 index 000000000..4e4126cca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 73332e299a5e21749b54951d16cf77bf +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_03.fbx.meta new file mode 100644 index 000000000..f003489f7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8ef6b4e3c006819499cfb5c5187d59dd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_04.fbx.meta new file mode 100644 index 000000000..c1bb834a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lamp_wall_small_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d44ddc9a1e483424c9539573bcae8fee +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lantern_traditional_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lantern_traditional_01.fbx.meta new file mode 100644 index 000000000..b92983a8c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lantern_traditional_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a878595284babc84689c3dc2a08eb929 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lantern_traditional_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lantern_traditional_02.fbx.meta new file mode 100644 index 000000000..cd0a00867 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_lantern_traditional_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9731b29cb218cbb409a2f7eca2f56db0 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_01.fbx.meta new file mode 100644 index 000000000..8d38d5298 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_01.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 873e8e198c3bde648a7273b079fa2f91 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_02.fbx.meta new file mode 100644 index 000000000..31185f57f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_02.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 5929a0b6f4c6dae4ca390470b3c6a617 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_03.fbx.meta new file mode 100644 index 000000000..8e63383c7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_leaves_ground_03.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 8ba60625ab330ac409bf3896d704c0fd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_mailbox_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_mailbox_01.fbx.meta new file mode 100644 index 000000000..f4a22a949 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_mailbox_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9833303e29fa1aa428f482661befb2d2 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_mailbox_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_mailbox_02.fbx.meta new file mode 100644 index 000000000..188323ae1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_mailbox_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4e3610ced6abe7244b395b3e6d161e6b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_metalframe_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_metalframe_01.fbx.meta new file mode 100644 index 000000000..5da22991f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_metalframe_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e77fc6e90227df5428e4513cac1a08e7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_01.fbx.meta new file mode 100644 index 000000000..55ed3cfa8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 28fd3ae72ef96d4418c0fadf7759225c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_02.fbx.meta new file mode 100644 index 000000000..6c9330f76 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: eade5a18b5bb9d54194822ece25efe03 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_03.fbx.meta new file mode 100644 index 000000000..67f676a40 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_namesign_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d0fcedcb9490be34490978c0ebe2f1bd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_01.fbx.meta new file mode 100644 index 000000000..57c70bd49 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: fcfeaf389017ab144981c9fb6a5bbf96 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_02.fbx.meta new file mode 100644 index 000000000..6e766fc63 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5252209487352b146a7096966320525a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_03.fbx.meta new file mode 100644 index 000000000..14ee0f5a5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pipes_preset_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2b25e143a93b3574e81a5c17c0cf6267 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pylon_traffic_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pylon_traffic_01.fbx.meta new file mode 100644 index 000000000..aa757e7d6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_pylon_traffic_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ab7bd2102485387479feef4bf7cd05cd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_01.fbx.meta new file mode 100644 index 000000000..e53e26974 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2c83a1f4592fa6b4a8fc78f3d68b305e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_02.fbx.meta new file mode 100644 index 000000000..2a751b50a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b8a6f9597ec1c6948a6fb2fcc7afddcb +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_03.fbx.meta new file mode 100644 index 000000000..bc70dd462 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_recycling_bin_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8e5f71b91ff00504ba172b983e5dee85 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_roofattachment_traditional.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_roofattachment_traditional.fbx.meta new file mode 100644 index 000000000..1aed7c3d6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_roofattachment_traditional.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 43853c6c2c90d334db74593be6e007c5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_small_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_small_01.fbx.meta new file mode 100644 index 000000000..c7e0e9182 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_small_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 42fa7de664de6db4bb72b46150cc8769 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_utilitypole_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_utilitypole_01.fbx.meta new file mode 100644 index 000000000..645ad9dec --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_utilitypole_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: da9fd7bf558778e45a95544c4e70f9ea +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_utilitypole_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_utilitypole_02.fbx.meta new file mode 100644 index 000000000..a1383de29 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_sign_utilitypole_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 324db87afd574e5479fb942516a56a9b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_stool.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_stool.fbx.meta new file mode 100644 index 000000000..ebbcb6e0a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_stool.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 53108ad0b699b1e46847f5e04ea42887 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_tofu.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_tofu.fbx.meta new file mode 100644 index 000000000..d0744dbb7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_tofu.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 78c003815b748e645b642e9b1c0f627b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_traditional_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_traditional_01.fbx.meta new file mode 100644 index 000000000..856779095 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_traditional_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: bdd4103fada3da7439bc3b1f711a75a8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_traditional_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_traditional_02.fbx.meta new file mode 100644 index 000000000..58607e3c4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_storefront_traditional_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 38427437e8dd8074cba67e1ff2b05912 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_01.fbx.meta new file mode 100644 index 000000000..35f415557 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d1ab0bb7ef14c1c4c8c25b9e25a4232e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_02.fbx.meta new file mode 100644 index 000000000..7512f17b8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9b0b25d8657aba24bb6561b1e9788427 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_03.fbx.meta new file mode 100644 index 000000000..b2278c88a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6a55a16dd1a054e449feeaf62c15c19c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_preset.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_preset.fbx.meta new file mode 100644 index 000000000..4cef60342 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_utilitypole_preset.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 800f7c6eb7c02c2489b6d262162ced41 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_vendingmachine_tokyo.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_vendingmachine_tokyo.fbx.meta new file mode 100644 index 000000000..87ef16d6e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_vendingmachine_tokyo.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3b60acf9ec218494e831ff27654e986b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ventilation_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ventilation_01.fbx.meta new file mode 100644 index 000000000..7ea48d8d2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ventilation_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d2dc468982904e74f950636dc4bfcec1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ventilation_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ventilation_02.fbx.meta new file mode 100644 index 000000000..6a123dcc4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_ventilation_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 011a226e638ca0e40a227ad78ede5064 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_base_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_base_01.fbx.meta new file mode 100644 index 000000000..b10b97d14 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_base_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d38411d1e662d62419507514cd46e51c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_01.fbx.meta new file mode 100644 index 000000000..d52dd1543 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 279b57070066efa43800b250ff5129c0 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_02.fbx.meta new file mode 100644 index 000000000..5b0a87a72 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 70361ba9d7b237345b1069f946f5a92b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_corner.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_corner.fbx.meta new file mode 100644 index 000000000..a2629c57e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_stoneblocks_corner.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: cc7cfa012b1a7cf4caf6c1a3534bd14f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_01.fbx.meta new file mode 100644 index 000000000..9706d5a18 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8cfd55cefb345b749b92d73c476c2ac8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_02.fbx.meta new file mode 100644 index 000000000..810814e3f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dedf55e8e1677234d8813669256d4626 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_corner_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_corner_01.fbx.meta new file mode 100644 index 000000000..decbd4210 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_corner_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 163857e85e7473347b565abbc4248fec +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_corner_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_corner_02.fbx.meta new file mode 100644 index 000000000..1dea98e15 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_corner_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b61f8653b780a7543bab69add765e614 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_pillar_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_pillar_01.fbx.meta new file mode 100644 index 000000000..10cc29007 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_pillar_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 99cb9c1fef4458f4c9db687b088e0fce +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_pillar_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_pillar_02.fbx.meta new file mode 100644 index 000000000..8852db7df --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wall_suburbs_pillar_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 04b5ce9f85c508d43a5567a385c03639 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_01.fbx.meta new file mode 100644 index 000000000..819f51f83 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: db21c697a2af4244bbb2185e4e7d410e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_02.fbx.meta new file mode 100644 index 000000000..09712009c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7b374f511101abe4d8822edfb063c72e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_03.fbx.meta new file mode 100644 index 000000000..bb0ae0815 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a19b2b6c59b2cd2489edd7ea06fae421 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_04.fbx.meta new file mode 100644 index 000000000..a35da8fd0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9c91f756f2133774fb0400079dc29ee8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_05.fbx.meta new file mode 100644 index 000000000..758914ace --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6cac8576be62f064e98660680df0705c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_06.fbx.meta new file mode 100644 index 000000000..f9011564d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_wallpaper_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 65f83a57ccfda1e4c95eaa3cdc9c9280 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warning_sign_plastic.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warning_sign_plastic.fbx.meta new file mode 100644 index 000000000..28b1f2673 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warning_sign_plastic.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e7b92eff81a21054e94369328f193f8e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_01.fbx.meta new file mode 100644 index 000000000..cbdab787e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d3fbdfe085b6a544db0919eb0400db3c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_02.fbx.meta new file mode 100644 index 000000000..07e710470 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b2b5c7f05021c4e4396f9794b0e637b6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_03.fbx.meta new file mode 100644 index 000000000..3fd936df3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: c33539e88511d1740aa25bd9946b3588 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_04.fbx.meta new file mode 100644 index 000000000..71f81743b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f2723b55f0c181b4a9ea984bb5931566 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_05.fbx.meta new file mode 100644 index 000000000..bb548ef50 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6c7878d8b1736f84e9b01d96f99e98c1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_06.fbx.meta new file mode 100644 index 000000000..718d90c80 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_warningsign_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 49c04209ed92e5b41a456b63f2320932 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_window_traditional.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_window_traditional.fbx.meta new file mode 100644 index 000000000..894d1f235 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Modular Props/SM_window_traditional.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2339e7cc634814941858c0d98840d7c7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Nature.meta b/Assets/Arts/Anime Tokyo/Meshes/Nature.meta new file mode 100644 index 000000000..643456299 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Nature.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 01015009d12ab4a4e80cb5fb6a2799dd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_bush_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_bush_01.fbx.meta new file mode 100644 index 000000000..4d27c7bb3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_bush_01.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 917b835fd15c87643acaed34d1fe12a5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_01.fbx.meta new file mode 100644 index 000000000..ee999878a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_01.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 91feb499660a8f34188447ead4d7de76 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_02.fbx.meta new file mode 100644 index 000000000..8be4eac30 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_02.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: f79593145e3753948b60975ae960f3eb +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_03.fbx.meta new file mode 100644 index 000000000..26bf99add --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_03.fbx.meta @@ -0,0 +1,112 @@ +fileFormatVersion: 2 +guid: 995ced62758344a438fb0855af4c5fc9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_large.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_large.fbx.meta new file mode 100644 index 000000000..5847d1dca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Nature/SM_tree_large.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8f565a28b46f16a45a401b1dfeee167b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards.meta new file mode 100644 index 000000000..3de5a1c2b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca5bdde228b34c5439cb9343f11e9296 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_010.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_010.fbx.meta new file mode 100644 index 000000000..e50833dad --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_010.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 28e2799bbb6b9324eaf0251e25934f8f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_011.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_011.fbx.meta new file mode 100644 index 000000000..2628af8f4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_011.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1a51d7b9b7720854e9023e8b251a17c4 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_012.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_012.fbx.meta new file mode 100644 index 000000000..76a860a9e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_012.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8dade8bacdb0c13478df421de9228973 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_013.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_013.fbx.meta new file mode 100644 index 000000000..12acafb5f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_013.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7ad8ee57b8df55544bf81b63490b7344 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_014.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_014.fbx.meta new file mode 100644 index 000000000..49a505872 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_014.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 22f42b756330c8047ab60edd4a6c2f49 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_015.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_015.fbx.meta new file mode 100644 index 000000000..173d356bd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_015.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3303f4d6a1b1b584ba0e7b5686401928 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_017.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_017.fbx.meta new file mode 100644 index 000000000..9140ba620 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_017.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2cab48967c5822440b6fad6aaf05afcd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_02.fbx.meta new file mode 100644 index 000000000..5851d88a0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 48ea763a8235c5843a5e23611060eb3e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_03.fbx.meta new file mode 100644 index 000000000..f57dfc088 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 717b200c5f5fb66418779dba5bacc687 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_05.fbx.meta new file mode 100644 index 000000000..44e8a0f29 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f700308e202fda94299f2910544a406c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_06.fbx.meta new file mode 100644 index 000000000..37362d578 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8ecaf25e39fdd5f4a8f74257d046f164 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_07.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_07.fbx.meta new file mode 100644 index 000000000..6b8027d68 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_07.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8741c86c9567b9f44be9e1fc1d5a3bc6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_08.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_08.fbx.meta new file mode 100644 index 000000000..8a0b84c91 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_08.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: c69f72bfef7f3c944889c457ac02e77b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_09.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_09.fbx.meta new file mode 100644 index 000000000..f3fec0553 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_09.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5025b21fa2f5ce340a2ad441e2ed8364 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_01.fbx.meta new file mode 100644 index 000000000..11821b926 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ee4c78a64ff33264bad66101f105770c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_03.fbx.meta new file mode 100644 index 000000000..533d155f3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b4530ddb5cdad3741a6f9e13048f98f6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_04.fbx.meta new file mode 100644 index 000000000..5ecfd7092 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_LED_curved_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4c861feeccb82d3409b6eb853b7e1fa2 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_curved_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_curved_02.fbx.meta new file mode 100644 index 000000000..d1088b096 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_curved_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4cd577357c9fd1d4586cadbcc978b4c0 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_insurance.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_insurance.fbx.meta new file mode 100644 index 000000000..4394cb486 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_insurance.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4d8b3206994602c45aee45068d02d7ac +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_soretoku.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_soretoku.fbx.meta new file mode 100644 index 000000000..acec4cae5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_billboard_soretoku.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 59235c52e2fd4a84d8a6fc44ec530c30 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_01.fbx.meta new file mode 100644 index 000000000..914ad22ec --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 210096479a2fb274fbbfbe566ce4ed40 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_02.fbx.meta new file mode 100644 index 000000000..3dc379aa0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0dcad1715ac722b42b3daf991ceb9483 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_03.fbx.meta new file mode 100644 index 000000000..9ae6b732a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1d25ad4dbbb3f6142a5d81accaa407c4 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_04.fbx.meta new file mode 100644 index 000000000..dc42950ab --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_canopy_storefront_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 863dc27705c20a54e8c80414b170b582 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_bar.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_bar.fbx.meta new file mode 100644 index 000000000..253c5efd1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_bar.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6f3ae81b8f68c3c4290f2864ecfdd229 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_chinesefood.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_chinesefood.fbx.meta new file mode 100644 index 000000000..6690c4536 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_chinesefood.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: be5a2486373825b428b27afb2106eead +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_hostclub.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_hostclub.fbx.meta new file mode 100644 index 000000000..fa55b0edf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_hostclub.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dfd2919bfc0670d48b8f919dd8494c20 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_hotel.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_hotel.fbx.meta new file mode 100644 index 000000000..19cb31cb5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_hotel.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: c2e3378ae7903954fbace1bfa00c47f9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_noodles.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_noodles.fbx.meta new file mode 100644 index 000000000..1d4fd2d53 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_noodles.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8534d8c891314d4469494962a59abdbe +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_ramen.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_ramen.fbx.meta new file mode 100644 index 000000000..aae6b2fe0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_ramen.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6c7ff840d2dc19c499c80bbf6bff8a01 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_sashimi.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_sashimi.fbx.meta new file mode 100644 index 000000000..e52a61866 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_sashimi.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f2e3a8cd6762b924897cd4bd948e2b18 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_tempura.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_tempura.fbx.meta new file mode 100644 index 000000000..eb30805e7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_neonsign_tempura.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 184d218f96e51d54a8e7bb833f450f97 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_01.fbx.meta new file mode 100644 index 000000000..f36ba52b9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b833eb4649ff468428f512417634d9e4 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_02.fbx.meta new file mode 100644 index 000000000..d330149d6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8003bbdfdca1c024f9fbb3a4feee1de8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_03.fbx.meta new file mode 100644 index 000000000..52b35252a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_screen_building_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a588e5d521f16064584a594c00d02d88 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_105tokyo.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_105tokyo.fbx.meta new file mode 100644 index 000000000..cb47f1227 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_105tokyo.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: efd7d95d79dbcfc4c8ef587a63e8f801 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_Parasoric.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_Parasoric.fbx.meta new file mode 100644 index 000000000..23d247620 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_Parasoric.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 30b6b686935564744991af8e397d7f59 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_anokotosa.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_anokotosa.fbx.meta new file mode 100644 index 000000000..1608b44fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_anokotosa.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6399080fe1b9e564e8404fe9a2f26c7b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_baristacoffee.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_baristacoffee.fbx.meta new file mode 100644 index 000000000..1f8905b2d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_baristacoffee.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d2d12dc2f4fbdfa4f96aead03f3c6dd5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cinema.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cinema.fbx.meta new file mode 100644 index 000000000..3ad48a4ca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cinema.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 68979343d99ac0d468e55c44a8a04939 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cosmetics.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cosmetics.fbx.meta new file mode 100644 index 000000000..cc1023c84 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cosmetics.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 93aaba6bf3cf36b4b9900f93526af380 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cosmetics_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cosmetics_02.fbx.meta new file mode 100644 index 000000000..0bc4baa64 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_cosmetics_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 283d3313cef61d645b17f02dacdf5c4c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_gamecenter_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_gamecenter_01.fbx.meta new file mode 100644 index 000000000..2ba848496 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_gamecenter_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 69c971dc7d33ae048b9a99a6ed760e72 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_gamecenter_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_gamecenter_02.fbx.meta new file mode 100644 index 000000000..9d921ecb8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_gamecenter_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dee0000508c820c4fbb5e24c8777fb34 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_healthinsurance.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_healthinsurance.fbx.meta new file mode 100644 index 000000000..df68b4da9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_healthinsurance.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: affdd8a3c075c464aa41f64e4da5e845 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_izakaya.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_izakaya.fbx.meta new file mode 100644 index 000000000..8b9f3e533 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_izakaya.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: cc30c9b630699f149a6e5b606c9104da +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_karaoke.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_karaoke.fbx.meta new file mode 100644 index 000000000..9f8994edc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_karaoke.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: bf04199c2ed93ab4b933c9ec56e1fc06 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_keitsu.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_keitsu.fbx.meta new file mode 100644 index 000000000..85fcfe1f3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_keitsu.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 277b5233dbd123847bc2d883f1cd07d9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_musukara.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_musukara.fbx.meta new file mode 100644 index 000000000..e18e6d87e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_musukara.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 84d707d543b7f3244b82bb2c13365e21 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_oshuuya.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_oshuuya.fbx.meta new file mode 100644 index 000000000..53602e9bb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_oshuuya.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a9720bd764fa37f4ba60f76621b10e3a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_pachinko.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_pachinko.fbx.meta new file mode 100644 index 000000000..ecaf1aa00 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_pachinko.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 73b1c84234a578e43a59ed5979e8d5a4 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_round.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_round.fbx.meta new file mode 100644 index 000000000..c885424bc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_round.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 13a1cab7774b84943963cda3b48a3a55 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_subuchienterprise.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_subuchienterprise.fbx.meta new file mode 100644 index 000000000..3e1ca1b77 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_subuchienterprise.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d69d594f318ac7048ba1b6accafb9b77 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_sutowa.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_sutowa.fbx.meta new file mode 100644 index 000000000..d106ce842 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_sutowa.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b26c485099b04114e896f289e12edd4a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_teketa.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_teketa.fbx.meta new file mode 100644 index 000000000..649f42215 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_teketa.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5b57190199bed0d42b3cf02c14d40f56 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_trainstation.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_trainstation.fbx.meta new file mode 100644 index 000000000..fd50f2764 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_trainstation.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4c1ecb9fc3ca1ee41aa6ed13e8e5d836 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_videocamera.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_videocamera.fbx.meta new file mode 100644 index 000000000..6c1a07b23 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_3d_videocamera.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ddbfdd424d63a8e41a8d294faf2abc7d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_01.fbx.meta new file mode 100644 index 000000000..cba9d1b36 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5b2abc42d33770a49bc1a05745c15009 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_02.fbx.meta new file mode 100644 index 000000000..471b6e86b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: efc2a453b3860b244af1dc367741ff98 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_03.fbx.meta new file mode 100644 index 000000000..260cc43e7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_sign_emergency_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e689a8ffcd6452141af1d0b8f1d54626 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_cube_creditcard.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_cube_creditcard.fbx.meta new file mode 100644 index 000000000..6e0ff08a9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_cube_creditcard.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7ed8b56f31525d741aea3f2b4d509d67 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_01.fbx.meta new file mode 100644 index 000000000..e02b58696 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: c611286e609db82469beee11deaea287 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_02.fbx.meta new file mode 100644 index 000000000..2d1897e1d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 547cc6d056cabd344a7de7adc15ef285 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_03.fbx.meta new file mode 100644 index 000000000..09b461660 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 74c8462da0a4cb547bbc9b421313f9eb +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_04.fbx.meta new file mode 100644 index 000000000..b8d219c3f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 15e50bd6c8f95cd4eb3adf076e68666e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_05.fbx.meta new file mode 100644 index 000000000..1fd15b1ca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_horizontal_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3ddc934da5875534d8cd0a38bc7ac6c1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_karaoke.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_karaoke.fbx.meta new file mode 100644 index 000000000..bb116903a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_karaoke.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 10c5b25411efaa643a5c7dd5fac00920 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_karaoke2.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_karaoke2.fbx.meta new file mode 100644 index 000000000..88a251d3c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_karaoke2.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dc85d9629fafcd0468a617985c0e762d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_satsupirisu.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_satsupirisu.fbx.meta new file mode 100644 index 000000000..cf5c0c1a0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_satsupirisu.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 13895440d1b660d4e9db89de70f3ef82 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_01.fbx.meta new file mode 100644 index 000000000..05e415e1e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f10998145abe75e4b9ea3e11700685eb +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_02.fbx.meta new file mode 100644 index 000000000..e644b6bd1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 565694512275c5040af00c80cdeddbf1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_03.fbx.meta new file mode 100644 index 000000000..cbe5d81f1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b51736da827bc984093f688bc03c9378 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_04.fbx.meta new file mode 100644 index 000000000..a4951a948 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_storefront_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dc2b95b9f379f1f4a81434df88e1a4b5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_01.fbx.meta new file mode 100644 index 000000000..e95a2cd69 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5cef1080a5275b144b76824408074ac8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_02.fbx.meta new file mode 100644 index 000000000..588c3f460 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e7bf75590dc1c0446ae0f6113145f9b6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_03.fbx.meta new file mode 100644 index 000000000..0ff01c113 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: decd81b11be7517428228d864720af60 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_04.fbx.meta new file mode 100644 index 000000000..35df4d4e0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8fdd75ef09b4fee4c8ddfde34d4637ff +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_05.fbx.meta new file mode 100644 index 000000000..f1fb2a669 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1451961ff16d1624f8392600ed5c122e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_06.fbx.meta new file mode 100644 index 000000000..5652b70f6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b4100d1f6871bed4f95540f7f8c66ccb +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_07.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_07.fbx.meta new file mode 100644 index 000000000..2d6248c80 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_07.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8484ea12d55d30c47ab3a614da4713f6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_08.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_08.fbx.meta new file mode 100644 index 000000000..0a19edbe5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_signboard_vertical_08.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b60c6d883a8694b40b2e2c96f95a5140 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_01.fbx.meta new file mode 100644 index 000000000..67c588f31 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a91decdb0b1598f4ca108c26914c5942 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_02.fbx.meta new file mode 100644 index 000000000..2e81f98aa --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3da6903aa87c4f44f921ed82ee2372f5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_03.fbx.meta new file mode 100644 index 000000000..c00556d5d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: c05638bd115b0ec46919143dd7f705f3 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_04.fbx.meta new file mode 100644 index 000000000..f352215ba --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 478e8d3c71fcdd848b53cee79e58de22 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_05.fbx.meta new file mode 100644 index 000000000..ad6e8e858 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Shopsigns and Billboards/SM_storeboard_traditional_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 21a687f0df9e75d4dbd6ec121904f511 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets.meta new file mode 100644 index 000000000..4723f90cf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e79865570ed39ee4e99094de85ccfa09 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_pipes.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_pipes.fbx.meta new file mode 100644 index 000000000..f98160b24 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_pipes.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: aad593f27cf8e7f47b76c5409d577bc9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_10.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_10.fbx.meta new file mode 100644 index 000000000..120a161c3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_10.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: f29aae2bf2fa03d44a6dde333c77f37f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_45.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_45.fbx.meta new file mode 100644 index 000000000..e9afb4307 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_45.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dfd42dab22737664ca6d45770695965e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_5.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_5.fbx.meta new file mode 100644 index 000000000..c53d742ea --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_5.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 25ed575f98f14ce4893a44d8a8afb398 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_60.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_60.fbx.meta new file mode 100644 index 000000000..6285a22f6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_curve_60.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 90164d0b460f396488b340a7740399d2 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_straight.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_straight.fbx.meta new file mode 100644 index 000000000..555059120 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_platform_straight.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 61dc274c80e42dd4ba11ac8b4b4a1d09 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_10.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_10.fbx.meta new file mode 100644 index 000000000..4eabca75c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_10.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: eda69bd271699f746bdd66f723c5fbb8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_45.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_45.fbx.meta new file mode 100644 index 000000000..1af650522 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_45.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 64e400d43d5a5b448b1cf4c35d091eda +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_5.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_5.fbx.meta new file mode 100644 index 000000000..312882b92 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_5.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9b4a2fc7d4257b14bbcff554855f792d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_60.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_60.fbx.meta new file mode 100644 index 000000000..3aab3268b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_curve_60.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7e78e50f4d778454dab1b4a78e7b6dda +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_straight.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_straight.fbx.meta new file mode 100644 index 000000000..a6abdff7f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_road_straight.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d4463d8173c6b48408dc7d432a549c7a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_01.fbx.meta new file mode 100644 index 000000000..a0545588b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4bca3e29b6282bd4e9749576914a5b6b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_02.fbx.meta new file mode 100644 index 000000000..76b441a66 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 688214c100d617942844d69fdeb588ef +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_03.fbx.meta new file mode 100644 index 000000000..52aaba574 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_highway_signs_preset_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 011c4bc24c2aef14fbf9fdedfc9c075d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_01.fbx.meta new file mode 100644 index 000000000..dcf315508 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3b0b79567a8a0514b8abed1d0d73448d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_02.fbx.meta new file mode 100644 index 000000000..811b136cb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 31669dd766dfda7489436a6a6ad3fc50 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_03.fbx.meta new file mode 100644 index 000000000..cc78a8470 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_highway_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5a76d3df026f5944d88d17b0db5a116c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_overhead.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_overhead.fbx.meta new file mode 100644 index 000000000..6d51307dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_pillar_overhead.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5acee5b75afa5d649a3120ca4a90fbf4 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_01.fbx.meta new file mode 100644 index 000000000..5acc7fbc8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 84af11c29cd08244aa70f701c0db3518 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_02.fbx.meta new file mode 100644 index 000000000..4b8302612 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3a6983c2944b05044befa79fa4b206db +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_03.fbx.meta new file mode 100644 index 000000000..bb63503c2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 33cb893302efd5943915497c7581c9d7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_04.fbx.meta new file mode 100644 index 000000000..1454b792f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_roundmirror_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 00ca8baeebd42804a9cd9a00dc9cff9a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_01.fbx.meta new file mode 100644 index 000000000..b5ad2314d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dac7c8a12591fe549a43693982d7e47a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_02.fbx.meta new file mode 100644 index 000000000..3be86839d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 90f270bc0bca2b9499344c7dc02e97a2 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_03.fbx.meta new file mode 100644 index 000000000..0f9c2842a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 05abbe5506fca3a4f9f2b99ebc142230 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_04.fbx.meta new file mode 100644 index 000000000..d496ff67a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 46f5466feb7e44245b64a4cb0b9dfa8b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_05.fbx.meta new file mode 100644 index 000000000..0550d52cb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 346cf8e6297f1d9468b6cb705bb7220d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_06.fbx.meta new file mode 100644 index 000000000..464382204 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 370b06b7b636cf148871e2e1798608e1 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_07.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_07.fbx.meta new file mode 100644 index 000000000..f0991682c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_07.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0447d130fe1917847a6454d9c1d30234 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_08.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_08.fbx.meta new file mode 100644 index 000000000..6f1fe1fcd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_sign_highway_08.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d3674ab68dabfd94495b657e47a53339 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_curve_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_curve_01.fbx.meta new file mode 100644 index 000000000..68cadf531 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_curve_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 001fd8ee6c3db6f40b82ccb1f120e3d5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_curve_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_curve_02.fbx.meta new file mode 100644 index 000000000..f510e398c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_curve_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 17a224ea28be56844925f395de429b6a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_decal.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_decal.fbx.meta new file mode 100644 index 000000000..e6d8e4163 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_decal.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: df6847e7db8143541848f7dccb44b1df +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_narrow.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_narrow.fbx.meta new file mode 100644 index 000000000..c44a2f3ff --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_narrow.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6795e6efed10cf94181079ee1b091286 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_01.fbx.meta new file mode 100644 index 000000000..0b39093a0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: fb7f5bb3ef3aa1d44a4e946bac42b431 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_02.fbx.meta new file mode 100644 index 000000000..73d71c28b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b968eaa578ae36d4bbad464240ebd920 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_03.fbx.meta new file mode 100644 index 000000000..14f844b45 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6671ce6c621c05e498a7e75f5d8df142 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_04.fbx.meta new file mode 100644 index 000000000..cf129f2f4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_overlay_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4e3e4a3e97861fb4bab53941a8352bce +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_01.fbx.meta new file mode 100644 index 000000000..8960394fe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a327519b7861622458a7acc8cc35be87 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_02.fbx.meta new file mode 100644 index 000000000..8ca243513 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0c3bb213b1070c845a7d669104c9208b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_03.fbx.meta new file mode 100644 index 000000000..457fe4aeb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 865a0db8b2e02b44a92310c161956d12 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_05.fbx.meta new file mode 100644 index 000000000..1bed4a2c4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_preset_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: b5cb07e75f4741c4bb8e5ff3f88ee345 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_roundedcorners.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_roundedcorners.fbx.meta new file mode 100644 index 000000000..a145e37ba --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_roundedcorners.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d8e6f02ef35f38d4381522a508c41e30 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_square.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_square.fbx.meta new file mode 100644 index 000000000..6d13c7c1c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_square.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 16841f17ecb23b34eacb1e729916fbdd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_straight_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_straight_01.fbx.meta new file mode 100644 index 000000000..de08ebf10 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_street_straight_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 4ccb1409c0a71c3409a93f480d6b126d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_cars_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_cars_01.fbx.meta new file mode 100644 index 000000000..ce63f6287 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_cars_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ecef1b437a2cbe749a71995251be8966 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_cars_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_cars_02.fbx.meta new file mode 100644 index 000000000..f8e4f56e6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_cars_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 9e852b6e673515d43b927be00d682b94 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_01.fbx.meta new file mode 100644 index 000000000..937ae4850 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ef204e740ef2e2140a078630d79ad25e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_02.fbx.meta new file mode 100644 index 000000000..5572a8d34 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0691213a647a98943aa12ff374e257d7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_03.fbx.meta new file mode 100644 index 000000000..4dcf0f7ec --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlight_pedestrian_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: ac23e947550f2244a9251c0ad127ef64 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlights_suburbs.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlights_suburbs.fbx.meta new file mode 100644 index 000000000..f9dd7df2f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficlights_suburbs.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 28087972277497d47a3e6adf253c9344 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_01 1.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_01 1.fbx.meta new file mode 100644 index 000000000..203c44db9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_01 1.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3d441ec33718c0a44a5558a8116e492e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_02 1.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_02 1.fbx.meta new file mode 100644 index 000000000..74c05fb01 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_02 1.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 393b39d9b722bc64c97b5d43778b916f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_03 1.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_03 1.fbx.meta new file mode 100644 index 000000000..ef55b1290 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_03 1.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: e45078f6554bccd4caa45ee2617dcaa9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_04 1.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_04 1.fbx.meta new file mode 100644 index 000000000..5f3e12ad3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_04 1.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 8fd0ecc76b862394ba0f2ca3c03960ca +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_05.fbx.meta new file mode 100644 index 000000000..f7ec7b406 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: cce6c4f1028358c46943b6c4dec16e96 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_06.fbx.meta new file mode 100644 index 000000000..4dece09ce --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 83d983eb73d25ed4cb1618e38b8eab6c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_07.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_07.fbx.meta new file mode 100644 index 000000000..6293d792b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_07.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0dcfcebad4c87764d9c998df29c86218 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_01.fbx.meta new file mode 100644 index 000000000..64a0c7d79 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6046d0cb47be94649970e2e99e517fae +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_02.fbx.meta new file mode 100644 index 000000000..423d5b795 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 7577ef15a76edbc4598293ee6856648f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_03.fbx.meta new file mode 100644 index 000000000..042e8b7ed --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 626f6ca3746a0b74f9023f395f60fa53 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_04.fbx.meta new file mode 100644 index 000000000..07ebefe25 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_preset_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0fc7c96152b12b743a5ecf9d6f042845 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_01.fbx.meta new file mode 100644 index 000000000..34e06af89 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 493c510987f703747a058550e86b2669 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_02.fbx.meta new file mode 100644 index 000000000..7a489f9e5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d7e2e21912a7130439e0979036d07ec2 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_03.fbx.meta new file mode 100644 index 000000000..d591ed8f4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 2115f40accb63be439ce8f8b0fbdee80 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_04.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_04.fbx.meta new file mode 100644 index 000000000..115b33451 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_04.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 6324c4c49abef2a4780ae83920a4088a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_05.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_05.fbx.meta new file mode 100644 index 000000000..3dd7c3d2b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_05.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 38c829cd42936ef4db805e37f7aa1340 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_06.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_06.fbx.meta new file mode 100644 index 000000000..655534844 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Traffic Assets/SM_trafficsign_suburbs_06.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 5438e819ba422814f9fd0a578fa954e0 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Vehicles.meta b/Assets/Arts/Anime Tokyo/Meshes/Vehicles.meta new file mode 100644 index 000000000..79d4bdb27 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Vehicles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1c7a087d4ccc0624ba9c2158f4b430c4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_01.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_01.fbx.meta new file mode 100644 index 000000000..c86b5359a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_01.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: a7496d926bcaeb14da4feae9222506f9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_02.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_02.fbx.meta new file mode 100644 index 000000000..a9e3a23f1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_02.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: dbc981f52e49a12459778d1b63382121 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_03.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_03.fbx.meta new file mode 100644 index 000000000..6f4dfaa81 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_car_japan_03.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: d252e833a26bc9d408a2bec7d7553e9f +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_wheel_car.fbx.meta b/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_wheel_car.fbx.meta new file mode 100644 index 000000000..271774f7f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Meshes/Vehicles/SM_wheel_car.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 1320a31802805f7488e6415d9ec2443d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs.meta b/Assets/Arts/Anime Tokyo/Prefabs.meta new file mode 100644 index 000000000..33c93a7c6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6b6fc7c38029d5c4eb3ff02fb6cb050e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings.meta new file mode 100644 index 000000000..be8ae8346 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e5fb0d40d1a13d4d88eeee7ea2d5a88 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_01 (1).prefab.meta new file mode 100644 index 000000000..e7b1cf46a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 86f52ead497402540a65abcac424fe38 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_01.prefab.meta new file mode 100644 index 000000000..7fae6ca93 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9c448f19c6bf8dd469bfc7df50f66109 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_02 (1).prefab.meta new file mode 100644 index 000000000..cea931fae --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 52aee542db874fe409b2488126d69e32 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_02.prefab.meta new file mode 100644 index 000000000..2e165ff44 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1770049d60eea7748a1ce645f35860f5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_03 (1).prefab.meta new file mode 100644 index 000000000..d03eb6f79 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c45407a6bfa9e164ba32ee10ff37cb2d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_03.prefab.meta new file mode 100644 index 000000000..3d9791c30 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_apartment_building_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 779e7e63f9f6d2346b28114b3287e709 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_01.prefab.meta new file mode 100644 index 000000000..ebfbfe93b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: eb207b4c8e74d0b4ca304768a8081870 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_02.prefab.meta new file mode 100644 index 000000000..ee9c96d60 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bfd84f102fad7724b844e5e7c1b88529 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_03.prefab.meta new file mode 100644 index 000000000..3c3932407 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_corner_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 700ef07aff9a25a42940fbe6554975e4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_cylindrical_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_cylindrical_01.prefab.meta new file mode 100644 index 000000000..a33034132 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_cylindrical_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7e3f9a8aa627d22489d7914b14ad90db +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_cylindrical_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_cylindrical_02.prefab.meta new file mode 100644 index 000000000..70d1fc0d0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_cylindrical_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ca4f4cfd3bc93564bb888448dcce8330 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_glass_large_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_glass_large_01.prefab.meta new file mode 100644 index 000000000..e93846599 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_glass_large_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 72a3ee97433fe184b891fddb36a5c779 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_glass_large_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_glass_large_02.prefab.meta new file mode 100644 index 000000000..ecd163ac7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_glass_large_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2bade0f2edf2c214c8e7533f03b666f9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_konbini 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_konbini 1.prefab.meta new file mode 100644 index 000000000..917955da9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_konbini 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f54b12d51a78b4642aeffbea9a99cd81 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_mall.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_mall.prefab.meta new file mode 100644 index 000000000..fe22934dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_mall.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 82711e1f0db84cc41a1b3759deca198e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_mall_rounded_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_mall_rounded_01.prefab.meta new file mode 100644 index 000000000..6b24d9176 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_mall_rounded_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1329f7194315bdd43b088123c1b6ffca +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_metro.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_metro.prefab.meta new file mode 100644 index 000000000..07cffc804 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_metro.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: adc9ae681d753f64189f3d1bfa453208 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (1).prefab.meta new file mode 100644 index 000000000..4734b2d55 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 941a43ad476ea444d84c8b3c5f9a095c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (2).prefab.meta new file mode 100644 index 000000000..6dda32a31 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: af7ec8d03b366c14593d0a02c8386a29 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (3).prefab.meta new file mode 100644 index 000000000..4c6668aa8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c4c3673f064f0d94495183a4b93c02e7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01.prefab.meta new file mode 100644 index 000000000..2f40b6672 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f1ff9421da114cd41a3e9dd4f4845a6e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02 (1).prefab.meta new file mode 100644 index 000000000..f66639338 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4eeea6c9a689c6b41805d659470e837b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02 (2).prefab.meta new file mode 100644 index 000000000..ad3d9d023 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0e75e41d1a8ebed4e84ea8671509a876 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02.prefab.meta new file mode 100644 index 000000000..cfd54058c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 83b0c053777cf584498bd18448622825 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03 (1).prefab.meta new file mode 100644 index 000000000..30a04575a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6aec21b1e099a8a4ba33e00668a4d997 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03 (2).prefab.meta new file mode 100644 index 000000000..1ffdac9d5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0ad8e471107066f4f91a1f80be7d7aaf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03.prefab.meta new file mode 100644 index 000000000..8339bdc02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5d32e7d192a5f8e46869866ccb25b166 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04 (1).prefab.meta new file mode 100644 index 000000000..cf992797e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8529c3b9ba5926949b2354c721f56b90 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04 (2).prefab.meta new file mode 100644 index 000000000..eb3791b49 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7a53b0e788373ba4a97cb259bf57bec5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04.prefab.meta new file mode 100644 index 000000000..8da38ee89 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_residental_suburbs_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 05ff3aea2deadf4438719c07ba0cfa63 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_restaurant (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_restaurant (2).prefab.meta new file mode 100644 index 000000000..5f15e49e6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_restaurant (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 551475779b21edb469fefb31aaff8cf8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_restaurant.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_restaurant.prefab.meta new file mode 100644 index 000000000..a001cc78c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_restaurant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 93123c3433f86cd47aa9f3e1d5f28ccd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_rounded_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_rounded_02.prefab.meta new file mode 100644 index 000000000..1c01ce7fe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_rounded_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 744744d67a94e0148b8bacaabafbc2e8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_skyscraper_01 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_skyscraper_01 1.prefab.meta new file mode 100644 index 000000000..e84f3d6e5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_skyscraper_01 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 621396ca03792684e8df9485b8d4d46d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_01 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_01 1.prefab.meta new file mode 100644 index 000000000..12ad9a53c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_01 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e66ab916008a97040b5865dcd206aea0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_02 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_02 1.prefab.meta new file mode 100644 index 000000000..8ad23cd64 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_02 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 215d412a7cdcc2c44992c97402d84b52 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_03 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_03 1.prefab.meta new file mode 100644 index 000000000..e230be78f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_03 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3b0b19a4f6c46564cbdb126ada2a2440 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_03.prefab.meta new file mode 100644 index 000000000..a3aabb4d1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9155e4ed1546406498c281205c3d9360 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_04.prefab.meta new file mode 100644 index 000000000..5343f7211 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 900cf07b86a605c48a80bb0034be3a5e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_05 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_05 1.prefab.meta new file mode 100644 index 000000000..75e774120 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_05 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3ce9932223fb94848ba26cdaa5cce13b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_05.prefab.meta new file mode 100644 index 000000000..8b2fc7194 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a867620c28284d846a2fc9f37f1927cb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_06.prefab.meta new file mode 100644 index 000000000..4fbaeacde --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: eb6bda5329834104ab5101695b341db4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_07.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_07.prefab.meta new file mode 100644 index 000000000..71ca83dbe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_standard_07.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bdec8f67f11007a4ea01c5f07ed1fe5e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_traditional_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_traditional_01.prefab.meta new file mode 100644 index 000000000..793c35e9e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_traditional_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6db2855ab84c37141a85430d2ebba78d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_traditional_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_traditional_02.prefab.meta new file mode 100644 index 000000000..c699cf44c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_building_traditional_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4bc4e8f2d1c478f438f8666aa9ea3073 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_gate_mainstreet.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_gate_mainstreet.prefab.meta new file mode 100644 index 000000000..c217a6ef8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_gate_mainstreet.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ad479c91daa9f11458b56602a8a4c0d2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_skytree.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_skytree.prefab.meta new file mode 100644 index 000000000..6befdba18 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_skytree.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3145d6686c53e8a48a8a1ef4309ed0a1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_storefront_traditional_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_storefront_traditional_01.prefab.meta new file mode 100644 index 000000000..b249f0e02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_storefront_traditional_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7048797bfdd403341aa73901437b5124 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_storefront_traditional_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_storefront_traditional_02.prefab.meta new file mode 100644 index 000000000..fca5cbb23 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_storefront_traditional_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 707fe5d0802e35b4f9a4ac74880f88b0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate (1).prefab.meta new file mode 100644 index 000000000..8d377b35a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e7ffdceac51201f40b5bedc8603b55dc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate.prefab.meta new file mode 100644 index 000000000..56413eb10 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 125c68b1bd349d748a7369f04203fca0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small (1).prefab.meta new file mode 100644 index 000000000..368d6fe74 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d33ef2be0fa3a444a99bba02c1dae889 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small (2).prefab.meta new file mode 100644 index 000000000..03d5faf88 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b5876d5aa5892ee4295ce570376e713f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small.prefab.meta new file mode 100644 index 000000000..5d061ea03 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_small.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9620bd253e142dd42a5daf8837612485 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_stone (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_stone (1).prefab.meta new file mode 100644 index 000000000..723d9b7fa --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_stone (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c93a5bc3e46b98847a7e8cd27db2c5b0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_stone.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_stone.prefab.meta new file mode 100644 index 000000000..225aaf000 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_toorigate_stone.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f1b2c773b44005f44bd2dd2dfce7d4c0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_wall_attachable.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_wall_attachable.prefab.meta new file mode 100644 index 000000000..d00c9c2c5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_wall_attachable.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b886d13cd024b434785b63f7248391fb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_walls_building_suburbs_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_walls_building_suburbs_01 (1).prefab.meta new file mode 100644 index 000000000..05e2bba02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Buildings/SM_walls_building_suburbs_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a00198001ee3eda47881a0408fa48b36 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets.meta new file mode 100644 index 000000000..186acd2ab --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 558d6db8b8fdb0c42b40e48fff80c1aa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_entrance_metro.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_entrance_metro.prefab.meta new file mode 100644 index 000000000..49b941ca7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_entrance_metro.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6ec39d5e5da8d37488b7254d63c3d408 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_01.prefab.meta new file mode 100644 index 000000000..6f10f1dcc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2a8e36ff0db3f6a418b7aed75501a8c8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_02.prefab.meta new file mode 100644 index 000000000..3222dc3d0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1f80231663d527c40975fa44ead4b35d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_long.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_long.prefab.meta new file mode 100644 index 000000000..279aff35f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_guidance_sidewalk_long.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dc64f4d9d8dd4b94d8fd8959d32aab2b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_01.prefab.meta new file mode 100644 index 000000000..db5eb6d1b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9e25070d72715bd46bd117cb175cb63c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_02.prefab.meta new file mode 100644 index 000000000..8a5b9a502 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5cd1c4af7756bc742ba27db1c7cfd678 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_03.prefab.meta new file mode 100644 index 000000000..3bc386c8a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 04bb4d23c67e5a94d8874f1cc4062a1c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_04.prefab.meta new file mode 100644 index 000000000..7ec57bbb3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 08909277ad7de694db3787b852753792 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_05.prefab.meta new file mode 100644 index 000000000..de4572c50 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_infosign_metro_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8a39f072abd6af6459c2720a4e333716 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_01.prefab.meta new file mode 100644 index 000000000..eddf374e1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 973d7f57382513e4faba565135d3dbb8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_02.prefab.meta new file mode 100644 index 000000000..618c8cf62 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 67ffed523b1830540b487feba70e9683 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_03.prefab.meta new file mode 100644 index 000000000..2a07015f6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_pillar_metro_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 984e027b526f2d74b81fb486f36b6b83 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_ticketgate_metro.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_ticketgate_metro.prefab.meta new file mode 100644 index 000000000..509db75b0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Metro Assets/SM_ticketgate_metro.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e51ab3ddd89f7ef40b3600e32402d7b7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature.meta new file mode 100644 index 000000000..dafd24084 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 74877ad76c70ba746ac03ac35a0d54df +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_bush_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_bush_01.prefab.meta new file mode 100644 index 000000000..a77d8d66b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_bush_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f13ef88532c0806489018f21e33377ac +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_bush_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_bush_02.prefab.meta new file mode 100644 index 000000000..c73021da4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_bush_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 050586296b162064c96d1526c7076afb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_01.prefab.meta new file mode 100644 index 000000000..e1fac57a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7fd70c122a3c11a4f925454e8a6ff643 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_02.prefab.meta new file mode 100644 index 000000000..500ef7f00 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9bcaa7a1e3a5817409c94b0a8eff7a15 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_03.prefab.meta new file mode 100644 index 000000000..3abe1b1ac --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_leaves_ground_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4b8e722b1d534124fab002c65922b79d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01 (1).prefab.meta new file mode 100644 index 000000000..2e7091ddf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e1796310609ba2a459c157b9c0850d58 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01 (2).prefab.meta new file mode 100644 index 000000000..6b3126fcf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cc901cbce80228841b683de6168e3f55 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01.prefab.meta new file mode 100644 index 000000000..862fdfd1d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e394a11d507633146a3dc95b64594064 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02 (2).prefab.meta new file mode 100644 index 000000000..3cbadf8ce --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0b18b6b175b35734996ffdd740e11175 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02 (3).prefab.meta new file mode 100644 index 000000000..3af720c3d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9e71db0cdf4c10d4c825fea61764d3d8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02.prefab.meta new file mode 100644 index 000000000..149465e5b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b3dc0eeeaa0929741b9e8e4cfd45b151 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03 (1).prefab.meta new file mode 100644 index 000000000..d2ecb298e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9a707ce2fa2d8e144b4bff3954f55d06 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03 (2).prefab.meta new file mode 100644 index 000000000..a666f2ae2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f33f93c7f502de244bad45034121f3cb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03.prefab.meta new file mode 100644 index 000000000..52996a87c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0e791274c5281d74a8ca97e9e883d60c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large (1).prefab.meta new file mode 100644 index 000000000..af81d5ae7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 21b772cdfe16e814181ee83f00427a70 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large (2).prefab.meta new file mode 100644 index 000000000..7d1269ac3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 834b711cd57b43547a583ecf4be757d4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large.prefab.meta new file mode 100644 index 000000000..5edad933c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Nature/SM_tree_large.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: db580c1d99baf9745982e9e0ccf33ed5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular.meta new file mode 100644 index 000000000..8743be786 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 00736fd83c605c943997bbec8a5a3f92 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_airconditioner_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_airconditioner_01.prefab.meta new file mode 100644 index 000000000..efb4588c9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_airconditioner_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7d7fcdd6d6f37bb48afcaab00aa9aaf5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_airconditioner_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_airconditioner_02.prefab.meta new file mode 100644 index 000000000..d707220e8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_airconditioner_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 36f4003729a21824f9dee43f8c843170 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_antenna_TV_wall.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_antenna_TV_wall.prefab.meta new file mode 100644 index 000000000..b09a91f61 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_antenna_TV_wall.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 164c8f63bdf82e24db0ac98a3319b299 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_antenna_roof_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_antenna_roof_01.prefab.meta new file mode 100644 index 000000000..f8d4f4e16 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_antenna_roof_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 36fd7cc6b828c4d48ae27ba3c5dc119e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barell_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barell_01.prefab.meta new file mode 100644 index 000000000..cd6fc7117 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barell_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 104122f3f2f69fd439c957cf274c53b5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_01.prefab.meta new file mode 100644 index 000000000..1c300f790 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c963dc9feabf1634eb8d5f70cced21f9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_02.prefab.meta new file mode 100644 index 000000000..fdaa1881a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 90142cd5f49f67149b738b30675d8c3e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_03.prefab.meta new file mode 100644 index 000000000..a7f78e203 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_barrier_warning_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 272b73afdbb741a498cb5367214fdc20 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (1).prefab.meta new file mode 100644 index 000000000..184014d04 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2151d1cbfa429404a9ed013ad228f46e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (2).prefab.meta new file mode 100644 index 000000000..980ed683e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b92c7f14917802742963df517669727e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (3).prefab.meta new file mode 100644 index 000000000..f5e65ed7c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b44ab0e1d545a1f409d36650e8f36434 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal.prefab.meta new file mode 100644 index 000000000..70f7d1e60 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beam_metal.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: feca3a83f27314642b6868d45e1df178 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beercrate.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beercrate.prefab.meta new file mode 100644 index 000000000..e8446063a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_beercrate.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ad59fe36454ec3242a145c2b90aca8da +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_01.prefab.meta new file mode 100644 index 000000000..9a3491dd9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 31eb851665d57b040949f0878309718e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_02.prefab.meta new file mode 100644 index 000000000..a1a107675 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8eaefc73cc9e0704cb06e7b7e52cffab +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_03.prefab.meta new file mode 100644 index 000000000..23143078a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_cables_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2ff27fe76960f7f48a86d74b01695041 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_construction_framework_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_construction_framework_01.prefab.meta new file mode 100644 index 000000000..96c7607c2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_construction_framework_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 13dbf1089cf115a429e8f1e06c1ca311 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_constructionsite_fence.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_constructionsite_fence.prefab.meta new file mode 100644 index 000000000..cec7798ce --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_constructionsite_fence.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4156fe61ae444d64d891aea5736575e5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_crane_construction_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_crane_construction_01.prefab.meta new file mode 100644 index 000000000..3334f62df --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_crane_construction_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4ddb1cdd334ea634ebbada5d18909251 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_crane_construction_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_crane_construction_02.prefab.meta new file mode 100644 index 000000000..39897d686 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_crane_construction_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fa7c2ce03b362db48a904c46c0f4d0ff +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_garage 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_garage 1.prefab.meta new file mode 100644 index 000000000..58743a8a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_garage 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b70c958681562a145a82768fee6914a6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_garage.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_garage.prefab.meta new file mode 100644 index 000000000..e2fc1ed12 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_garage.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d12766b2cad717647adca29bd2b14d2a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_01 (1).prefab.meta new file mode 100644 index 000000000..c6ee72f23 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7ab056a428c358d46b672d7f79d65f02 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_01.prefab.meta new file mode 100644 index 000000000..00aaeafa6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3bf124f0fa489934caa9e2e1e02c2f5a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_02 (1).prefab.meta new file mode 100644 index 000000000..efa0c9271 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5a953ebdfb82cc94caee11fb7e3a14ff +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_02.prefab.meta new file mode 100644 index 000000000..2cc32e360 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8603e83c0ddadac45b74180feaa5a3e5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_03 (1).prefab.meta new file mode 100644 index 000000000..120037536 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a74a6c3d347e3f245b30f9af8662e54c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_03.prefab.meta new file mode 100644 index 000000000..44022b248 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_home_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 908704b964713ab45a85b2962fa712ac +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_traditional_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_traditional_01.prefab.meta new file mode 100644 index 000000000..55b5316be --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_traditional_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3a0cba2c78a2f7b4c9b3bde4b0b88895 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_traditional_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_traditional_02.prefab.meta new file mode 100644 index 000000000..8284647dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_door_traditional_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8bc2c8580ac7e34428efaa105307258c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_01.prefab.meta new file mode 100644 index 000000000..c0f8f1bdf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7c7d0efa23219034888cf9c6563e80f7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_02.prefab.meta new file mode 100644 index 000000000..c3e3774db --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 481e67a6f98d66f4a960050ede77e01b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_03.prefab.meta new file mode 100644 index 000000000..709679631 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4b6d73c3e96abfe4e858c4f6dfbd108d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_04.prefab.meta new file mode 100644 index 000000000..42011992e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b26a411326b597d43918863fd624a300 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_05.prefab.meta new file mode 100644 index 000000000..fe7f618a4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a95ae1e8f1b66514b8ac72c85fe709d3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_06.prefab.meta new file mode 100644 index 000000000..290882bea --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_drink_bottle_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7f0077fbd269b2e47ae39260380e8566 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_01.prefab.meta new file mode 100644 index 000000000..0ecec9db4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 41563a34cef49c741a3270fae6bc69cb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_02.prefab.meta new file mode 100644 index 000000000..e8fdbfc17 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5f45a09ed90398b4c9aaabcc547d3313 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_03.prefab.meta new file mode 100644 index 000000000..0698436ba --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 139f77ced97e3024a8e22a51705e23ce +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_04 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_04 (1).prefab.meta new file mode 100644 index 000000000..f3c6a01b4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_04 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 51d48856cfdc62a4296543171817590d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_04.prefab.meta new file mode 100644 index 000000000..96b6c9f62 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8718ba7de873eb54598851dda01a244d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_chainlink.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_chainlink.prefab.meta new file mode 100644 index 000000000..73befef38 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_chainlink.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e1d5f0a118693f54d944ac19ab128ffe +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_01.prefab.meta new file mode 100644 index 000000000..f20bf8177 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8f618582a078c88459274dc1c94a0076 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_02suburbs_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_02suburbs_02.prefab.meta new file mode 100644 index 000000000..91444c561 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_02suburbs_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f939d52e436c2e94381447074ad076e7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_suburbs_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_suburbs_01.prefab.meta new file mode 100644 index 000000000..38a771b5f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_gate_suburbs_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 70d12bc9ad10e0a4d86ad59b2da8e27f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_pillar_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_pillar_01.prefab.meta new file mode 100644 index 000000000..cda6cf7ab --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_pillar_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ca4b992b732dac24c9aa796ec1549047 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburbs_pillar.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburbs_pillar.prefab.meta new file mode 100644 index 000000000..885127a02 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburbs_pillar.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: df7e6809e7b21d54c97f121455aa41f0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburubs_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburubs_03.prefab.meta new file mode 100644 index 000000000..cde8a1301 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburubs_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 837dc17005723c0469bb3494c1968246 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburubs_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburubs_04.prefab.meta new file mode 100644 index 000000000..8ccc454dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fence_suburubs_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 31323a6bcad3e134d976e3c9d8c7ad71 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fireextinquisher (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fireextinquisher (1).prefab.meta new file mode 100644 index 000000000..efcc269b0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fireextinquisher (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 822a3fd8be3f9d844b134144954b6d8a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fireextinquisher.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fireextinquisher.prefab.meta new file mode 100644 index 000000000..d85ec8da6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fireextinquisher.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c614f9f5494ef1a48a074b777d1e61f9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_firehydrant_sign.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_firehydrant_sign.prefab.meta new file mode 100644 index 000000000..bb911b072 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_firehydrant_sign.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b89384132ba6c604ab9c793928eff2de +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_01.prefab.meta new file mode 100644 index 000000000..0f897eb23 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9ab362e45d2901141b3ada04afd2dba4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_02.prefab.meta new file mode 100644 index 000000000..8a6aac208 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 93e0885f27d69304a8167e09a0f2c549 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_03.prefab.meta new file mode 100644 index 000000000..fad7b70d2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6fe349486163a5a41aad776ce4cac1c1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04 (1) 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04 (1) 1.prefab.meta new file mode 100644 index 000000000..113e0ffdf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04 (1) 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: df33d912183a95443926eee871451264 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04 (1).prefab.meta new file mode 100644 index 000000000..e1c0b1075 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 66f35f430f1654b4794dc5d3653e14e1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04.prefab.meta new file mode 100644 index 000000000..ee79c23a3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: eba588322e9746147833a630a6351ee0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_05.prefab.meta new file mode 100644 index 000000000..f085a5b5a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2b49043e111f39a44aedf55c1f9d5cff +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_01.prefab.meta new file mode 100644 index 000000000..2057d7d55 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5e8ff2edf5d51954eb4dc58564c0e403 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_02.prefab.meta new file mode 100644 index 000000000..c777c5143 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ca8ee9eb3ec2bee4d856727940219450 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_03.prefab.meta new file mode 100644 index 000000000..792032560 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a9815e14204deb4428246932bb9428c5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_04.prefab.meta new file mode 100644 index 000000000..e49a2a23f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3a43adee4d247854b862467617bbfe83 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_05.prefab.meta new file mode 100644 index 000000000..ed5c6e928 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_flowerpot_empty_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 77040a261adcd7f4cac61b3262431617 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_01.prefab.meta new file mode 100644 index 000000000..1ed786b06 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 324f7647813f0824c807366fa8a75d4d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_02.prefab.meta new file mode 100644 index 000000000..ac9dc51ba --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f8b2a60a84ea44e45a757d42bf19a8d9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_03.prefab.meta new file mode 100644 index 000000000..914cf7a8e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e22b60be7d1afc541bc41c5f0c49410c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_04.prefab.meta new file mode 100644 index 000000000..21f09447c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 966207d3d67f2f54db7b7f6999b98545 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_05.prefab.meta new file mode 100644 index 000000000..928b08135 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ede168c4e558d3e49816b824e1126fdd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_06.prefab.meta new file mode 100644 index 000000000..de3d3e4ef --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 64768635826d563479738e3105b971e7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_07.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_07.prefab.meta new file mode 100644 index 000000000..882adeeca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_fusebox_07.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c37cf428aa92c3346ab31d6e2ec05b40 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_01.prefab.meta new file mode 100644 index 000000000..5d993f180 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a091d539b1a69464cbff9874654d1fb6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_02.prefab.meta new file mode 100644 index 000000000..07c30f5f9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ecfcedd81a1e3774eb722a2435c1b6af +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_03.prefab.meta new file mode 100644 index 000000000..c29e15add --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ladder_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 96fa5fa9815a7094f8ad04cba3ae46a8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_celing.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_celing.prefab.meta new file mode 100644 index 000000000..08f03b035 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_celing.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 95bcca2a7abfd3440998b2f3ed98ffdd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_doorfront_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_doorfront_01.prefab.meta new file mode 100644 index 000000000..974b9f949 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_doorfront_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 20ce7a1cce94f5e46beaa7871b192ca8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_a_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_a_01.prefab.meta new file mode 100644 index 000000000..9456ac176 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_a_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e3b707312804f614bad2d231a098bfa2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_a_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_a_02.prefab.meta new file mode 100644 index 000000000..235e7c0dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_a_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9503c10d07a19124a847c9e24440bf00 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_b_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_b_01.prefab.meta new file mode 100644 index 000000000..5d4ec00f6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_b_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a72a3512da54b7748bd729d8c273b905 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_b_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_b_02.prefab.meta new file mode 100644 index 000000000..d7f93bf20 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_b_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a290ab0aa35a4d543a9f0a67e7e3cc3f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_c_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_c_01.prefab.meta new file mode 100644 index 000000000..17d80eae1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_c_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 77e5c41bee476f94ca1762ee2de5912f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_d_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_d_01.prefab.meta new file mode 100644 index 000000000..e70e8eb85 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_d_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 803dad7ad50e6d84c9ac40e9188e9a61 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_e_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_e_01.prefab.meta new file mode 100644 index 000000000..1400915af --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_e_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d199e539e3c68eb4285b8f80d28fdecc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_f_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_f_01 (1).prefab.meta new file mode 100644 index 000000000..0f4b4bf88 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_f_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8ea1b69baeb6a1744ae18f0dc696ff37 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_g.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_g.prefab.meta new file mode 100644 index 000000000..3b0bb9cca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_g.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 097e025b7e271f6468720a6dc934e82d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_highway.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_highway.prefab.meta new file mode 100644 index 000000000..3945bf471 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_street_highway.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d9177f8f0e1879a47bc2b6bc2cee7865 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_01.prefab.meta new file mode 100644 index 000000000..e98668bf0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a45d6ca19dfac48409cd68de3f4e5f38 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_02.prefab.meta new file mode 100644 index 000000000..bf049beb7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b5ad885aa8b5e564f942e4a6b259406f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_03.prefab.meta new file mode 100644 index 000000000..828ba2d67 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 06006455aa4d1284e9d7892b2365e770 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_01.prefab.meta new file mode 100644 index 000000000..54e3de615 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c32fc5555559bf24db31248485a954df +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_02.prefab.meta new file mode 100644 index 000000000..e93a552c1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ff0cb94b8398e214fb3eda2e55d34aac +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_03.prefab.meta new file mode 100644 index 000000000..7eb7f3854 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_preset_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2dea05b5ab6fc9842bf23553dc7f27fb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_01.prefab.meta new file mode 100644 index 000000000..423684b86 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ee0c490a64a17d74995806d4892feacc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_02.prefab.meta new file mode 100644 index 000000000..73bfac431 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0be706a7b3ca19e4eaa6871f07b6f8ec +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_03.prefab.meta new file mode 100644 index 000000000..71444a263 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: febfd00f04e308b4ab84991bc81860bc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_04.prefab.meta new file mode 100644 index 000000000..f010ebe22 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lamp_wall_small_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8ba8cd7d578fe7d47a99c36da8caa192 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lantern_traditional_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lantern_traditional_01.prefab.meta new file mode 100644 index 000000000..8b86e8ded --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lantern_traditional_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6390a96c645e6564a8e01465979d3e9d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lantern_traditional_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lantern_traditional_02.prefab.meta new file mode 100644 index 000000000..753821617 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_lantern_traditional_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d00ee7c22cb520c4f9b57dc87462f82e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_mailbox_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_mailbox_01.prefab.meta new file mode 100644 index 000000000..a440a2067 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_mailbox_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7f8659ecbf5f3b3479cc2540aab2c012 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_mailbox_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_mailbox_02.prefab.meta new file mode 100644 index 000000000..2daf00a4f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_mailbox_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8b31f65c2046feb44971802ced990d55 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_metalframe_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_metalframe_01.prefab.meta new file mode 100644 index 000000000..302334fcd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_metalframe_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9e2648080cb9ed74c961bfbe6a27a46c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_01.prefab.meta new file mode 100644 index 000000000..9db4ea786 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ba2932566bd6e69488b1be08332ef5ad +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_02.prefab.meta new file mode 100644 index 000000000..46a33b7df --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a80505b99aaf7e64589c94df8c224cd8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_03.prefab.meta new file mode 100644 index 000000000..5b998b6b9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_namesign_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 78c87a24b85578445bfb5a3e0c9cf80f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_01.prefab.meta new file mode 100644 index 000000000..6b03778f1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8bd3bb035fd43314ea95a3772e453f18 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_02.prefab.meta new file mode 100644 index 000000000..d6170fbf0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f71ab078c7427814bbf506a76af16b3a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_03.prefab.meta new file mode 100644 index 000000000..edcb1f15c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pipes_preset_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 75913ac22d1aed246baae54f7612d9c9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pylon_traffic_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pylon_traffic_01.prefab.meta new file mode 100644 index 000000000..da09a7e5e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_pylon_traffic_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4e87f85fb98a20d488b7cca92b3bad25 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_01.prefab.meta new file mode 100644 index 000000000..4187b68de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 89495c01978b0694bac4b834e67eb56f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_02.prefab.meta new file mode 100644 index 000000000..e2a3b466f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f1d241ddfeb8635459b1c7527a19c80e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_03.prefab.meta new file mode 100644 index 000000000..5be81f254 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_recycling_bin_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a3c2587d94a19b6499439334675aa7d1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_roofattachment_traditional.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_roofattachment_traditional.prefab.meta new file mode 100644 index 000000000..07309fe58 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_roofattachment_traditional.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 32c901658a5241346a767ea42d7058d2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_01.prefab.meta new file mode 100644 index 000000000..f7a8fd8b9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 663783d7bd0db824b8ccf32d6c8144c3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_02.prefab.meta new file mode 100644 index 000000000..1a8e0c0ef --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3b77545caa184d2439fb3731cc04607b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_03.prefab.meta new file mode 100644 index 000000000..0c34a7513 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_emergency_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7dbe83e94f715be479c8ed60190f294b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_small_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_small_01.prefab.meta new file mode 100644 index 000000000..42c724b8a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_small_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c41bc42972da09e42af5e6c3bcfca53b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_utilitypole_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_utilitypole_01.prefab.meta new file mode 100644 index 000000000..a262af55f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_utilitypole_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 56d90c59d4a14154fa6d2cda00221475 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_utilitypole_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_utilitypole_02.prefab.meta new file mode 100644 index 000000000..a8afb2472 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_sign_utilitypole_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ecf4c4abd93da1549b9a66f9fa6be58a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_stool.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_stool.prefab.meta new file mode 100644 index 000000000..e24d1d333 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_stool.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bbc720e8d9d0d144095b30c6b76c776c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_storefront_tofu.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_storefront_tofu.prefab.meta new file mode 100644 index 000000000..4d5f7fdaf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_storefront_tofu.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 32de06ee16a3742419ad567ee40b9182 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_01.prefab.meta new file mode 100644 index 000000000..f1057255d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b22cca3cdacaf6e49a00212124faefc3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_02.prefab.meta new file mode 100644 index 000000000..5e8c74aac --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 292605e2156788747872947e3657e0e4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_03.prefab.meta new file mode 100644 index 000000000..1cc58c02c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b3d3becfb6be3ef41b0b5b8c10964d4d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_preset.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_preset.prefab.meta new file mode 100644 index 000000000..50adc2adb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_utilitypole_preset.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1afb121627115eb40b572156d7f8e34b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo (1).prefab.meta new file mode 100644 index 000000000..2a0c39482 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 69eb67dd465e20c499c94cb59df05f1e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo (2).prefab.meta new file mode 100644 index 000000000..76b3737cf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 04a122351bf6b37449b00a4b87c72a23 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo.prefab.meta new file mode 100644 index 000000000..a6a3af756 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_vendingmachine_tokyo.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2a6790d6d1e88f94d8b63a02c065f838 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ventilation_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ventilation_01.prefab.meta new file mode 100644 index 000000000..1f2b09786 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ventilation_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2f8e12868c2e99a45a73fe8e9c1fb6d0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ventilation_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ventilation_02.prefab.meta new file mode 100644 index 000000000..d2291aa9a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_ventilation_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9a34e35e76a2d1a428304feeb6c0df60 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01 (1).prefab.meta new file mode 100644 index 000000000..1129f8702 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 11f54fe0dc469a14ba1c2aefccbc6f41 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01 (2).prefab.meta new file mode 100644 index 000000000..73120d148 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 893b49c864b75bf4ead62037c79c4df1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01.prefab.meta new file mode 100644 index 000000000..abccac6fd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_base_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e615f30f0e0604d49afc426c52061c41 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_01.prefab.meta new file mode 100644 index 000000000..9c11e7d45 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4327e5a63a8ee0f4e9555a8302d1df4c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_02.prefab.meta new file mode 100644 index 000000000..fc9a2fb95 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9b09f8e526b891a439f05394b60990b9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_corner.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_corner.prefab.meta new file mode 100644 index 000000000..d5445e0ef --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_stoneblocks_corner.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cb7d684af0b2b7742986c2fdbc9e9d58 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (1).prefab.meta new file mode 100644 index 000000000..e32871748 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1350acf714040874d928ae95e77b7707 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (2).prefab.meta new file mode 100644 index 000000000..7d787c90c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3c372d72b8cfb9740badceb3b56846c7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (3).prefab.meta new file mode 100644 index 000000000..90607fdb6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dd645cee64d19d14093975f9028ea4a9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01.prefab.meta new file mode 100644 index 000000000..a98b184f4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 30d73e75c81960645a7aaa4b100f84e0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (1).prefab.meta new file mode 100644 index 000000000..53b72c326 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f5185fcbf8e22194fb25a08cb2143d99 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (2).prefab.meta new file mode 100644 index 000000000..cc221c3ff --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8cbc44b328091994c8aaa9abc3b3ebeb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (3).prefab.meta new file mode 100644 index 000000000..46be0a920 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e7ddeaebada07e6489f6e9a205d1cb78 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02.prefab.meta new file mode 100644 index 000000000..24015e616 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2ebae5cf092b4b040aed429327ff9c1b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (1).prefab.meta new file mode 100644 index 000000000..def4f300f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bc3bcd712249da14a9bff9edb49eb1ed +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (2).prefab.meta new file mode 100644 index 000000000..03f577c39 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a80d67577fef86c4bb306738a3e0af01 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (3).prefab.meta new file mode 100644 index 000000000..3faf40e08 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 981b4d8c174603546b1f159901162a86 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01.prefab.meta new file mode 100644 index 000000000..8d3075d98 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a762cbb6f3c30064abf797818ffd3921 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (1).prefab.meta new file mode 100644 index 000000000..901aec548 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2705ca08bab740140a9de41dec6ac6de +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (2).prefab.meta new file mode 100644 index 000000000..3b4b84a5e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9a705ca01f9281447832df5adf325431 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (3).prefab.meta new file mode 100644 index 000000000..6f664b481 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ea6ac80f6d127404cbbfaa91b4c54120 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02.prefab.meta new file mode 100644 index 000000000..ae83f60a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_corner_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7403909aa6ee47e44bdfa40159fc1137 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (1).prefab.meta new file mode 100644 index 000000000..8cbbc5f5f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 25f43441d35cf9f4e8a71514ee06f7c5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (2).prefab.meta new file mode 100644 index 000000000..525aaad92 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a556ba7cae1f6bd4b9073d45face4be4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (3).prefab.meta new file mode 100644 index 000000000..516c6e2d1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cb81e1f963f9d8c4696034b6662c830f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01.prefab.meta new file mode 100644 index 000000000..91b8b0a81 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 36bebbe9f54b3fd45af36e0198bbf625 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (1).prefab.meta new file mode 100644 index 000000000..a58414a98 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2ef15723da81015459c32921b275e98d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (2).prefab.meta new file mode 100644 index 000000000..eead5dd41 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 252bbf1127380d94aa81f9f03e273a5c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (3).prefab.meta new file mode 100644 index 000000000..262641626 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1055778f00e3c554fb10ecf2ab5525a7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02.prefab.meta new file mode 100644 index 000000000..de18b13a8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_wall_suburbs_pillar_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f0c2d452313513940bacc27daa913230 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_01 (2).prefab.meta new file mode 100644 index 000000000..bf7c4f08c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dd71b0f10d0899a4495162fb3b640249 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_01.prefab.meta new file mode 100644 index 000000000..b54676bdc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 99ca786eddaa17345a1d2772bf5776a1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_02 (1).prefab.meta new file mode 100644 index 000000000..8f538f958 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 95be374f158fcf646afbe0bac43bdfd7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_02.prefab.meta new file mode 100644 index 000000000..199e6a681 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0a2711fbf15e26e42ad56c6c1772bcaf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_03 (1).prefab.meta new file mode 100644 index 000000000..82f6f7bb5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 19dfa3a7a09aa5343899cd12d9664aa7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_03.prefab.meta new file mode 100644 index 000000000..0b9a16b9b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_walls_building_suburbs_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 66512c764e0f5b8488d3f2247b477162 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warning_sign_plastic.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warning_sign_plastic.prefab.meta new file mode 100644 index 000000000..ac2dcacf9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warning_sign_plastic.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: df85c81eac7fa014683ee76f50ed94ab +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_01.prefab.meta new file mode 100644 index 000000000..169160e5e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e39aef41f2f185941abca459d7f03657 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_02.prefab.meta new file mode 100644 index 000000000..537ffc001 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: badc3a61be46ff04fa60f8de5e37dff5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_03.prefab.meta new file mode 100644 index 000000000..e6783189e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fad3ba138f5025644a3aeaa1b5951da4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_04.prefab.meta new file mode 100644 index 000000000..2c163af9c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b228147f3403cfd4fb19f9099095bd4b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_05.prefab.meta new file mode 100644 index 000000000..35ccd2981 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2bb6696d269ef7d429bf2ad08d8ed478 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_06.prefab.meta new file mode 100644 index 000000000..e7666aaba --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_warningsign_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0ddd125d8f6462045be2d8a11dcda2cc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_window_traditional.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_window_traditional.prefab.meta new file mode 100644 index 000000000..8eeb9963a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Props Modular/SM_window_traditional.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a12ea1aec2760dc4ab14005f479061f9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards.meta new file mode 100644 index 000000000..5b2f376ca --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 53a38261fb1e8e34fbaefeaa65ce71a9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_010 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_010 (1).prefab.meta new file mode 100644 index 000000000..c0722c81c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_010 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5169954babf51eb4dac5037ebe5e0405 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_010.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_010.prefab.meta new file mode 100644 index 000000000..f2a22821f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_010.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 27ff06f6ed94597488e002a7e5d89342 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_011 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_011 (2).prefab.meta new file mode 100644 index 000000000..31126032d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_011 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7b83883dd2023db43b5d1affbc31a36d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_011.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_011.prefab.meta new file mode 100644 index 000000000..300d57255 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_011.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 202fe1d26b14e6b4e98023db4f9d7652 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_012 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_012 (1).prefab.meta new file mode 100644 index 000000000..a8b1f1709 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_012 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3bbbe2064f2f9e943834e509dd60e678 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_012.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_012.prefab.meta new file mode 100644 index 000000000..a014d30cb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_012.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: abb0a0b09bdc7d241843495d10ca54a9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_013 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_013 (1).prefab.meta new file mode 100644 index 000000000..0cf6e5487 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_013 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f3b4f53e86f7dbc418f98e6ba88d2bae +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_013.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_013.prefab.meta new file mode 100644 index 000000000..54aa07f26 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_013.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: aacce0ccfed474240a2b18a7888860a4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_014 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_014 (1).prefab.meta new file mode 100644 index 000000000..6ca9c9dbf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_014 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5b1ce028f791a074b93071a516e2d9ca +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_014.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_014.prefab.meta new file mode 100644 index 000000000..e7ff951ce --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_014.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 48e09fa40dcc2c9469b376f04c5625e8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015 (1).prefab.meta new file mode 100644 index 000000000..a7a328cf2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a31c7754f02a0c94da5491ddf1c076dd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015 (2).prefab.meta new file mode 100644 index 000000000..651a75e86 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a61fb29f432d50240a3e15c08382b991 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015.prefab.meta new file mode 100644 index 000000000..6787a4ec7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_015.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 61dd1e19d3a8081489166fa3a887b5b4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_017.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_017.prefab.meta new file mode 100644 index 000000000..680ab5fc6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_017.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c9fdede937b36154baba73827e596004 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02 (1).prefab.meta new file mode 100644 index 000000000..b67dadda7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b09420cc0aa70d944bf19e273327bc30 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02 (2).prefab.meta new file mode 100644 index 000000000..978f98914 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e641cd0564c076641894a7ac3ab4a4cb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02.prefab.meta new file mode 100644 index 000000000..381723c54 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 45c60353d90b4254ba4cceded6557e33 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (1).prefab.meta new file mode 100644 index 000000000..bec27ad33 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 82287d93b6cfb8949865e95bcb605ab8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (2).prefab.meta new file mode 100644 index 000000000..1053ca5d7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 621c0f107ce88464d9ab25cf8f49c8ef +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (3).prefab.meta new file mode 100644 index 000000000..e6c8a40f5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0da791e8d5c14e245ae3a4c3087bf69d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03.prefab.meta new file mode 100644 index 000000000..d4f961fd1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 54441691b7192ea458196c90c5214ec8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_05.prefab.meta new file mode 100644 index 000000000..f46014b27 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3e0fcaf798e5e294c8f74f08487e337c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_06.prefab.meta new file mode 100644 index 000000000..68c20edcf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 390820ac781e4064c860478a25ac1049 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_07.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_07.prefab.meta new file mode 100644 index 000000000..24e4b5f69 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_07.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 14499d0a6a1b4014f9262b0512f61eac +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_08.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_08.prefab.meta new file mode 100644 index 000000000..3cef1505f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_08.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 329084e769bf7ba4face4a3a99bd0592 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_09.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_09.prefab.meta new file mode 100644 index 000000000..69f9436f4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_09.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 004ec594d8c00f14f90e290f893685bb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_01 (1).prefab.meta new file mode 100644 index 000000000..46f56f9f7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0b945e975d49c784985a890cb1c810b8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_01.prefab.meta new file mode 100644 index 000000000..f21d7fdfb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dab735e8ead60e049a09486298b52a34 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_03.prefab.meta new file mode 100644 index 000000000..aa0f7b269 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2d9ea56d90866ca46bc3ad14f547e6b4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_04.prefab.meta new file mode 100644 index 000000000..be7e75d7f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_LED_curved_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 259533d30a5b5fd428da9642a2baf283 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_curved_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_curved_02.prefab.meta new file mode 100644 index 000000000..043c38867 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_curved_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6f1349f0c2a3f10489572ac96fd53ee7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_insurance.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_insurance.prefab.meta new file mode 100644 index 000000000..1fb2d8610 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_insurance.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e3f942809cba65b4f9a7d8f55b43f52c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_soretoku.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_soretoku.prefab.meta new file mode 100644 index 000000000..7587c3fa7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_billboard_soretoku.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 296fabebcc25e8f42a9e3e4969d98284 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_01.prefab.meta new file mode 100644 index 000000000..b8c7d0c81 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9f4859dbc54cc7a4c914d8e24bdd59bd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_02.prefab.meta new file mode 100644 index 000000000..b7e8df76d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1dcb7891601f3c143958f9ff55dd7ae9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_03.prefab.meta new file mode 100644 index 000000000..5cbfb7565 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fd09445fd1e09cc4c8aee3b6ed7a31d1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_04.prefab.meta new file mode 100644 index 000000000..b4afb55cc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_canopy_storefront_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 96ac7e850c97d2b4a8ec94ec6a94d6d3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_bar.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_bar.prefab.meta new file mode 100644 index 000000000..69991ec94 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_bar.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 20d78d54598179f4e9a8e7aab801f7c1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_chinesefood.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_chinesefood.prefab.meta new file mode 100644 index 000000000..fcef9b46d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_chinesefood.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dd58c2d385596464bb5c140e09a85eb5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_hostclub.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_hostclub.prefab.meta new file mode 100644 index 000000000..39197c795 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_hostclub.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4fb34e4c9b938e741a56fb73647144f0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_hotel.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_hotel.prefab.meta new file mode 100644 index 000000000..8c7f57330 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_hotel.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8b083301aeb70fe4083f7ce0488c9dd7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_noodles.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_noodles.prefab.meta new file mode 100644 index 000000000..b809e9067 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_noodles.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 36cab4f642b239840abd20bb60f49c98 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_ramen.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_ramen.prefab.meta new file mode 100644 index 000000000..dd9d4934b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_ramen.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 87677083bcb7a4e449f66372576115a7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_sashimi.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_sashimi.prefab.meta new file mode 100644 index 000000000..fe4f3fc03 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_sashimi.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1ace10781e575964fb8d0f87410ce61f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_tempura.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_tempura.prefab.meta new file mode 100644 index 000000000..459296607 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_neonsign_tempura.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ebe1ecd2a4e225047989666aa63df4e5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_01.prefab.meta new file mode 100644 index 000000000..c06b46b60 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 24f2f211dea3c874abc5294426349db5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_02.prefab.meta new file mode 100644 index 000000000..94c290cce --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 704d8ac8911ae774183581f7abae6ea6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_03.prefab.meta new file mode 100644 index 000000000..a0e7508a1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_screen_building_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b7a3ce63dc1832a459b7397b15b71a9a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_105tokyo.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_105tokyo.prefab.meta new file mode 100644 index 000000000..ac5d312ea --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_105tokyo.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c7bdae4e87977e14b8f59ff446508576 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_Parasoric.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_Parasoric.prefab.meta new file mode 100644 index 000000000..7e28d7135 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_Parasoric.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e476a3318550ed74eb0764ba4372b4d1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_anokotosa.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_anokotosa.prefab.meta new file mode 100644 index 000000000..a9a12f8f6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_anokotosa.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b7e99fc89f74f53469478136bad793e1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_baristacoffee.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_baristacoffee.prefab.meta new file mode 100644 index 000000000..f64bf6e13 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_baristacoffee.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 34cbe5c17f52f8b4d8f8a58f6b6b2afd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cinema.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cinema.prefab.meta new file mode 100644 index 000000000..e89537928 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cinema.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 42263c7d6ce3bb94cb090577df7a9f40 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cosmetics.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cosmetics.prefab.meta new file mode 100644 index 000000000..bb2c8ccae --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cosmetics.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6218961dcbc33164ba61b6ad25c2e69c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cosmetics_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cosmetics_02.prefab.meta new file mode 100644 index 000000000..5261a7036 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_cosmetics_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3dc9a6824e7b8354abaf554ccce16008 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_gamecenter_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_gamecenter_01.prefab.meta new file mode 100644 index 000000000..87222a727 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_gamecenter_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fa062aa26149e4a438c87fb46dd20c4a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_gamecenter_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_gamecenter_02.prefab.meta new file mode 100644 index 000000000..94e692be0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_gamecenter_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b1ab45c55b3f4644eaa0b5e81709e36a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_healthinsurance.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_healthinsurance.prefab.meta new file mode 100644 index 000000000..27f0e255e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_healthinsurance.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4264e568a927aec4b9a56d631eee8483 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_izakaya.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_izakaya.prefab.meta new file mode 100644 index 000000000..f8478622c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_izakaya.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8c3284e4a0a767842ab2db31aaf7dd7f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_karaoke.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_karaoke.prefab.meta new file mode 100644 index 000000000..ae86d693a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_karaoke.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c808aa0fc1ade31429b2b8275bd15209 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_keitsu.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_keitsu.prefab.meta new file mode 100644 index 000000000..436c245f9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_keitsu.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6468337facd05ff4aa2cd5fdb7302bb4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_musukara.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_musukara.prefab.meta new file mode 100644 index 000000000..9d38e0826 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_musukara.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bf14f6cf622c57d4eb40e0336f957f79 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_oshuuya.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_oshuuya.prefab.meta new file mode 100644 index 000000000..e209504f2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_oshuuya.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 791bd5077cf44fd4687f9aefdaf5109f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_pachinko.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_pachinko.prefab.meta new file mode 100644 index 000000000..c43a85c8f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_pachinko.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1385d21e372eb6340b7fdc6a5e78eb1c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_round.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_round.prefab.meta new file mode 100644 index 000000000..492c83dc8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_round.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3527a150993fbbd41abec1d5f449afcf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_subuchienterprise.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_subuchienterprise.prefab.meta new file mode 100644 index 000000000..c2911bd65 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_subuchienterprise.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c9bcce42d33a67947af10406157129b4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_sutowa.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_sutowa.prefab.meta new file mode 100644 index 000000000..49d3e19b7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_sutowa.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 22cf2023e223bf4428f045b54e3b2070 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_teketa.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_teketa.prefab.meta new file mode 100644 index 000000000..644efe8c9 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_teketa.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0adcbb4e647f32949bdfafc860f9cef8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_trainstation.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_trainstation.prefab.meta new file mode 100644 index 000000000..2ee0cbfbe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_trainstation.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1656efa0724e32540b5e877bc1a3de3d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_videocamera.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_videocamera.prefab.meta new file mode 100644 index 000000000..32cfe0ceb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_sign_3d_videocamera.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 331e0486cec679a498fa12783f8c4312 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_cube_creditcard.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_cube_creditcard.prefab.meta new file mode 100644 index 000000000..9d33eea5a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_cube_creditcard.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b292965696631a84789fac62128b412d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_01 (1).prefab.meta new file mode 100644 index 000000000..08ac8f81d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7bf4e18a33bbcc34aadaebc65f912a30 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_01.prefab.meta new file mode 100644 index 000000000..bf6cdc0af --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e2465d5a4e5f2d9429d789ad84b5bc61 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_02 (1).prefab.meta new file mode 100644 index 000000000..6179934b6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f1fc65d5bd4e4594a86163eaf88e8e2e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_02.prefab.meta new file mode 100644 index 000000000..a4f502817 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 02e05dd1bf81ffb489937c07759a0505 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_03 (1).prefab.meta new file mode 100644 index 000000000..b4a93e580 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 583ff2b7c5229d64b9b9973a31c6d9bc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_03.prefab.meta new file mode 100644 index 000000000..4bb2f9a85 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 60e47aaca4e4176408e37d345764aa97 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_04 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_04 (1).prefab.meta new file mode 100644 index 000000000..ffaf3f075 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_04 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e2407dc13069acf48a3e8c6329623c30 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_04.prefab.meta new file mode 100644 index 000000000..86b50bc1a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ac30ceb912e45f843b20162950053d12 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_05 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_05 (1).prefab.meta new file mode 100644 index 000000000..f6163bb7c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_05 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bff1b3e5395b5404d9841ceee662bf07 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_05.prefab.meta new file mode 100644 index 000000000..8b8a51e85 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_horizontal_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9b969887aa3aba84caafdd7326925ab4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_karaoke.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_karaoke.prefab.meta new file mode 100644 index 000000000..82fc28b4c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_karaoke.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1473a3f719fb507468a4e9c778bbc132 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_karaoke2.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_karaoke2.prefab.meta new file mode 100644 index 000000000..23494b524 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_karaoke2.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0e569ae160fa2b64b9c17d9c1a25bbe4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_satsupirisu.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_satsupirisu.prefab.meta new file mode 100644 index 000000000..780e21840 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_satsupirisu.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f6d104fb76afba6408ddad3d249d2b85 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_01 (1).prefab.meta new file mode 100644 index 000000000..c40aea68f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 518ec760bac87114ea06d097bdd2737c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_01.prefab.meta new file mode 100644 index 000000000..183c0fa9f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 95bc948d34b61194faab863efefcb2e5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_02.prefab.meta new file mode 100644 index 000000000..deeba8c91 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f79e0ef7073e2c643ac461caf632fff9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_03.prefab.meta new file mode 100644 index 000000000..79fd9b3dc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3c3a4891fddca1148abbb62fb149eb1c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_04.prefab.meta new file mode 100644 index 000000000..d95538a72 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_storefront_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9f4710f1e809aca4c8d59888c153c487 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (1).prefab.meta new file mode 100644 index 000000000..2496d13ed --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 810a8e2a39a317e488590b6797b8a44e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (2).prefab.meta new file mode 100644 index 000000000..64040be55 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 68675d67c8498e44a9b3dbd65f5909ce +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (3).prefab.meta new file mode 100644 index 000000000..344ff5a9e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bab9965f137ab5f488748ca97636c569 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (5).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (5).prefab.meta new file mode 100644 index 000000000..a8786ce68 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (5).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ac6331f3dd5e6d340b0f0e366858e9c2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (6) 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (6) 1.prefab.meta new file mode 100644 index 000000000..6f12af484 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (6) 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c01757e3b5ccc704b86ff031bdf40eb8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (6).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (6).prefab.meta new file mode 100644 index 000000000..af937b91d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01 (6).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d59bc78abb712094cada032c0d97c8ab +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01.prefab.meta new file mode 100644 index 000000000..cb0ccdb4f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b4befa4b4ed526747aeacbf0ebb077d5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (1).prefab.meta new file mode 100644 index 000000000..1a994f5ed --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a57ac5b42a10f7e418090f3c8578ec3b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (2).prefab.meta new file mode 100644 index 000000000..c0e83635f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 699dc7c527d5bea4d8fb444e55e0f10f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (3).prefab.meta new file mode 100644 index 000000000..9b8d4422a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3a14bc54a1bb55c4584a8fa7bfc4ea1b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (4).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (4).prefab.meta new file mode 100644 index 000000000..34ee5ff8f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02 (4).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 39ee70c2e3a73944985931456dc52196 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02.prefab.meta new file mode 100644 index 000000000..de4b204af --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d8d956990af229d46972a42db9bfec82 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (1).prefab.meta new file mode 100644 index 000000000..cb35d564a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 996156bac21c94d4db44f1015805ef18 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (2).prefab.meta new file mode 100644 index 000000000..c99f7cafe --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 368c65b1c6da02344a2b08133ff89723 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (3).prefab.meta new file mode 100644 index 000000000..c29989280 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 87253a83045457e4a8c6a77e6a744971 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (5).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (5).prefab.meta new file mode 100644 index 000000000..a461cb3f1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (5).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5fb0dd583b6c4ce4b9eea216bc84925e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (6).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (6).prefab.meta new file mode 100644 index 000000000..ea03df2fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03 (6).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c524f03ec4bc6ca4ea51973aa13f889c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03.prefab.meta new file mode 100644 index 000000000..fe2e27b17 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 86b40084d2f317d4e99025c59f480a0c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (1).prefab.meta new file mode 100644 index 000000000..0ad007f53 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f88d4fd8f0b689a4886a627210042d22 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (2).prefab.meta new file mode 100644 index 000000000..732e88c04 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 999bfa1775b113d449677eb927788da2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (3).prefab.meta new file mode 100644 index 000000000..1dfbd8671 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 047d6d48a58afbe45a9ec82e71cacd29 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (5).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (5).prefab.meta new file mode 100644 index 000000000..2528f32d8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (5).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bef040eb2ae3d0d48b54f6336a4ee333 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (6).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (6).prefab.meta new file mode 100644 index 000000000..0b38ef5b8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04 (6).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 650aeb4555733224e9196fd32e25fbf8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04.prefab.meta new file mode 100644 index 000000000..726e2a3c0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b34b826facc853e4798d8765a0e6bebc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (1).prefab.meta new file mode 100644 index 000000000..eb8a55acb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: addcbaf31ee816e49b4142c3121bfa67 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (2).prefab.meta new file mode 100644 index 000000000..956bb57de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 404710eb6762e7d4795edc6533a50405 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (3).prefab.meta new file mode 100644 index 000000000..c90e892f6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 32a09cc7eb3ae1a438a5f85c4c2755a1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (5).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (5).prefab.meta new file mode 100644 index 000000000..e62915995 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (5).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b580756733c4667498eb72e2ba2580c0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (6).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (6).prefab.meta new file mode 100644 index 000000000..da1531ca8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05 (6).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4ca6fb436e79a364a8db24803ca0bf7a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05.prefab.meta new file mode 100644 index 000000000..bc68999e5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e1089813bc1a1554c9ad4df20b8771d9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (1).prefab.meta new file mode 100644 index 000000000..ce8ec191f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4c250278f65277344accacb213ea51f1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (2).prefab.meta new file mode 100644 index 000000000..06dddd7e5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1b6616ce9b1799e4eb30a75b2cb01af3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (3).prefab.meta new file mode 100644 index 000000000..a5a4a03dd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d399c83f34e210f4fb9568ba3c7657b2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (4).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (4).prefab.meta new file mode 100644 index 000000000..04cdc2cb2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_06 (4).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a04f71b8778490a4284b6548b5b920d9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (1).prefab.meta new file mode 100644 index 000000000..a2fa95825 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6fde7e9db8748364b9229c80ced7bbbd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (2).prefab.meta new file mode 100644 index 000000000..8abe7d508 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5842cbfd47ce3824b8f34c139648627c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (3).prefab.meta new file mode 100644 index 000000000..937b4a5ff --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ecccb32362305f94c94abeb8951328a9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (5).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (5).prefab.meta new file mode 100644 index 000000000..884824c8e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_07 (5).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 318693d4508267e43abddff7dba76d36 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (1).prefab.meta new file mode 100644 index 000000000..189f12209 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3c2a6a05f0305da458828926eaf0f5bf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (2).prefab.meta new file mode 100644 index 000000000..d0b055d80 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: acdbd733acf913a4ca49cd28dc376b94 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (3).prefab.meta new file mode 100644 index 000000000..61b0bc8c6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d12035298374b584e8a1b7e724deeb02 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (4).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (4).prefab.meta new file mode 100644 index 000000000..a14057095 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_signboard_vertical_08 (4).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3c7b0b74599ab3d438e03ace20980682 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_01.prefab.meta new file mode 100644 index 000000000..2163bf9ac --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ed532c3ee05054f4e9aeb4a07284ecfa +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_02.prefab.meta new file mode 100644 index 000000000..9c3fc83d2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6cee7ec433040354a9153bfe2599e961 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_03.prefab.meta new file mode 100644 index 000000000..db2a4268d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 37eefb08275f8fa41a5471f2473359a5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_04.prefab.meta new file mode 100644 index 000000000..ad87d89f5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6fd72bf748acc1d4b89a9a0e68533682 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_05.prefab.meta new file mode 100644 index 000000000..41595bd42 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_storeboard_traditional_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8162fef49abddcd49a75115c4e2e7d2c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (1).prefab.meta new file mode 100644 index 000000000..7376aa23a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 05b7432c00efe7c4a8d62c146291c6d4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (2) 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (2) 1.prefab.meta new file mode 100644 index 000000000..a2fe302fc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (2) 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 19517fee14380214ab658ef82bef3d4f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (2).prefab.meta new file mode 100644 index 000000000..9904f822d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9d314d3e2e7e80a4c8b30ce5c8e79ecc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01.prefab.meta new file mode 100644 index 000000000..c00bed8bf --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 572d0c8fe4c693a449fedccac4b053a5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02 (1).prefab.meta new file mode 100644 index 000000000..8b5c9f784 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b5fd5de47a67be947b2bac2c3f8d7a12 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02 (2).prefab.meta new file mode 100644 index 000000000..a8c09525e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c4060dfc39ff649458d9512aa2798371 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02.prefab.meta new file mode 100644 index 000000000..378077d30 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8570e02dca9ce3243b1235c9bde1651a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (1).prefab.meta new file mode 100644 index 000000000..9b842e139 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: deb5c46a33f3a184890b3ef65bbcfcef +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (2) 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (2) 1.prefab.meta new file mode 100644 index 000000000..b3e005a10 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (2) 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d700e9abcec51de4181e914a9bac79a3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (2).prefab.meta new file mode 100644 index 000000000..6ece7253a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 991d61a4393bd954e934679e5d3ff988 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03.prefab.meta new file mode 100644 index 000000000..92c2103da --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 92f9b46e42df040428e76191d6da950c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04 (1).prefab.meta new file mode 100644 index 000000000..9bf39c120 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b8dad57ad1fc1a947bc29b1f8dea7a0a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04 (2).prefab.meta new file mode 100644 index 000000000..2907b1fc3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1938f52396e33c64d93b1ac7379ec7b7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04.prefab.meta new file mode 100644 index 000000000..51111d5f0 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 24c02583518958e4b8e87a75c1be9da5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05 (1).prefab.meta new file mode 100644 index 000000000..ff0146b3d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6e23e84225d3a4048a731c504b0f2195 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05 (2).prefab.meta new file mode 100644 index 000000000..4a59ce90e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 23fe820fe7ef54c42a3f49ca304a55fb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05.prefab.meta new file mode 100644 index 000000000..3a41229c5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e109fd06659410f4295b07ef9bab3625 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06 (1).prefab.meta new file mode 100644 index 000000000..50c71dc3a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: abca417a2831bf446a380d3ce2e0c00e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06 (2).prefab.meta new file mode 100644 index 000000000..9ae581943 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 274f44d8c1c86c745a855a9d9d618668 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06.prefab.meta new file mode 100644 index 000000000..98bc94d9a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Signs and Billboards/SM_wallpaper_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5d5be2a4d0f146c48b232cc59a20ddc7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets.meta new file mode 100644 index 000000000..71b82f6f1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e3829bd9e5b30e9458d06f0a2829865e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_pipes.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_pipes.prefab.meta new file mode 100644 index 000000000..12d098210 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_pipes.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6491dba566d9ffd4f9412fbde4e49e2b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_10.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_10.prefab.meta new file mode 100644 index 000000000..9e0812676 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_10.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 492d341e4429f1a4980a1341774db88c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_45.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_45.prefab.meta new file mode 100644 index 000000000..167158e9a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_45.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e32e99f8e9505834fb4544b9e1f5066d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_5.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_5.prefab.meta new file mode 100644 index 000000000..b11f8d18e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_5.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bd9eb7222a99b724382dd136a7f5dbbf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_60.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_60.prefab.meta new file mode 100644 index 000000000..62ba0e37f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_curve_60.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e6a69619c7eddee41beaab82c2e857c9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_straight.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_straight.prefab.meta new file mode 100644 index 000000000..c6622d884 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_platform_straight.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 00bd2d3d2064b89428ff97e786d87c84 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_10.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_10.prefab.meta new file mode 100644 index 000000000..638e16b95 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_10.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e38fe9797e3030e43ae012b37a421469 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_45.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_45.prefab.meta new file mode 100644 index 000000000..2fbabe99c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_45.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: beab55b21da0ccd49b91ddf46c5ecd5b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_5.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_5.prefab.meta new file mode 100644 index 000000000..09ab746fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_5.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2fac2b0be39302a44ae0ddb36ea4208b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_60.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_60.prefab.meta new file mode 100644 index 000000000..7614cb26c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_curve_60.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cdd677013cbb09948b78f205964f365c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_straight.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_straight.prefab.meta new file mode 100644 index 000000000..ee7c7a3d2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_road_straight.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c20aa23c5a3160949b27a6b7f833ef3f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_01.prefab.meta new file mode 100644 index 000000000..7d91a6c11 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 37803792ecda3044d86aeb97c3070f6b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_02.prefab.meta new file mode 100644 index 000000000..06fbc96de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 01640776f760e1148b34e1cb2f9ebb05 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_03.prefab.meta new file mode 100644 index 000000000..2abcc73e6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_highway_signs_preset_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2eab39049b32fa84ebc69ce6b7a70445 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_01.prefab.meta new file mode 100644 index 000000000..0cf313726 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 996d55e9dabc6694092b1d2d42e77820 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_02.prefab.meta new file mode 100644 index 000000000..47f5a92c7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8990267f4d940994aadb278625f47168 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_03.prefab.meta new file mode 100644 index 000000000..f109f18cc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 13e25e134adf8b74aa35ae82323c79dd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_04.prefab.meta new file mode 100644 index 000000000..33dcbf431 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pedestriancrossing_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: aca41085ee0d7c94a98a3f5cb356d59e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_01.prefab.meta new file mode 100644 index 000000000..398509a8b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c6e9c11eb882660498faf13a966dc925 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_02.prefab.meta new file mode 100644 index 000000000..559b929de --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6a80af3db31482e42b7d1be8212e35e1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_03.prefab.meta new file mode 100644 index 000000000..8aac1e241 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_highway_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 866922fb7e245a64d9170562ae109c75 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_overhead.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_overhead.prefab.meta new file mode 100644 index 000000000..b1a98cadb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_pillar_overhead.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 934e9e1e80a814c45b30628cf40e26c5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_01 (1).prefab.meta new file mode 100644 index 000000000..60ae719a5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9e4d27a387727d945b3c2f806e480ee6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_01.prefab.meta new file mode 100644 index 000000000..bfb512d56 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c005c4ecbe8e7f243a1865cb4a2e78f6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_02.prefab.meta new file mode 100644 index 000000000..39696791c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bbafab998663b74498cc70467cf3eb9a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_03 (1).prefab.meta new file mode 100644 index 000000000..a67a82121 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 620d8e8ab51d0ee438b502717629bcf1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_03.prefab.meta new file mode 100644 index 000000000..01a1afc5b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 35d2dd3f80c36634e993f7b36666c305 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_04.prefab.meta new file mode 100644 index 000000000..d76d9aa2b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_roundmirror_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 739d8fd0b9c18f1419d84b2812de8abe +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_01.prefab.meta new file mode 100644 index 000000000..4ba2d1853 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3f200abc84f0e584eb8194191df50de7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_02.prefab.meta new file mode 100644 index 000000000..c2b50236c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bc93970609e9b6d43b9728d5b83f8283 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_03.prefab.meta new file mode 100644 index 000000000..b33031a58 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 03116cd5998b53c47ad7292b456081af +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_04.prefab.meta new file mode 100644 index 000000000..c56eb441d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 769fe99de437fc3458ac4c4a235d0bc3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_05.prefab.meta new file mode 100644 index 000000000..86d4367a1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 77255fc8c9ecc1648985522e27f6bf9c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_06.prefab.meta new file mode 100644 index 000000000..bce78e6c7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f4a9b63740493e849afb81cdc5e7f99b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_07.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_07.prefab.meta new file mode 100644 index 000000000..c4bb711b3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_07.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4c4567ca89bbcde428f7501a7617a822 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_08.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_08.prefab.meta new file mode 100644 index 000000000..0a0ab653f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_sign_highway_08.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b8d5667b348403740a0a3be9cff5bae7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_curve_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_curve_01.prefab.meta new file mode 100644 index 000000000..ce53d62c8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_curve_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ad991abd672ace649827d9cc17102ded +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_curve_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_curve_02.prefab.meta new file mode 100644 index 000000000..7283e48a2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_curve_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 67e8574f536dab24c841f5528eace139 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (1).prefab.meta new file mode 100644 index 000000000..5adc58c7a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4225cadc26551084bb3940859ad00359 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (10).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (10).prefab.meta new file mode 100644 index 000000000..5e5abbeb5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (10).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fe22e815aaef5e54f80874fbad57b63a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (2).prefab.meta new file mode 100644 index 000000000..80ef392e3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 615f5151820561e47b90af8aac80acf3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (21).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (21).prefab.meta new file mode 100644 index 000000000..3ddd377cc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (21).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7ad01f90e53d5904fa2a801f5fed1953 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (3).prefab.meta new file mode 100644 index 000000000..52eb79462 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 04e0a2184edeb3d478fc9337e104ef0c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (4) 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (4) 1.prefab.meta new file mode 100644 index 000000000..4af276160 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (4) 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c0992ede281f15741afa3c5ce7a8409d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (4).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (4).prefab.meta new file mode 100644 index 000000000..99969776a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (4).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: dca8f5586a4cfa242a6ee22f7bd0c055 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (5) 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (5) 1.prefab.meta new file mode 100644 index 000000000..55411b3f4 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (5) 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b61bad3b904140f4a86732c7b60e4545 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (5).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (5).prefab.meta new file mode 100644 index 000000000..3932f6cbc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (5).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d1f0642839012874f88c3d51bbd42a9d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (6).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (6).prefab.meta new file mode 100644 index 000000000..d563e4782 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (6).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bc3868686f004824faa2d9b7f40c7ff5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (9).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (9).prefab.meta new file mode 100644 index 000000000..b5fbe6610 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal (9).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5cc1e44d740d85448a03f813736b2e2a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal.prefab.meta new file mode 100644 index 000000000..ad6f9cab7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_decal.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9926e487bc200aa4390ad2ca796ccfae +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_narrow.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_narrow.prefab.meta new file mode 100644 index 000000000..c75d4f87e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_narrow.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fa2aecc34cf8ee642b079225588446d2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_01 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_01 (1).prefab.meta new file mode 100644 index 000000000..717542d6d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_01 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 290cf37a1756e7c4f9554afd9531b985 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_02.prefab.meta new file mode 100644 index 000000000..726845c37 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 76dd565ce78c69349ac4a21567d63c0d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_03.prefab.meta new file mode 100644 index 000000000..242e9dda6 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a1c998053f868ab439fd52337992f63b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_04.prefab.meta new file mode 100644 index 000000000..7081380eb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_overlay_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a5014a9613e2dc545b79d3ee36b68b59 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_01.prefab.meta new file mode 100644 index 000000000..c8a634472 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5287b379ca407824aa6686ebd54d662f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_02.prefab.meta new file mode 100644 index 000000000..c11341c6f --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: df523e54fe1829d4eb691b2e176c4e7b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_03.prefab.meta new file mode 100644 index 000000000..a6beff50d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8a8db4effcb7b6d40b19ff99199ad702 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_05.prefab.meta new file mode 100644 index 000000000..cb6f6da2a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_preset_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 080dd86f1e68fdd4da32117ea8a84484 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_roundedcorners.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_roundedcorners.prefab.meta new file mode 100644 index 000000000..528408de2 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_roundedcorners.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f475e37c4cd03c64589052cf2e7cf898 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_square.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_square.prefab.meta new file mode 100644 index 000000000..ccdde3b3e --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_square.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 52a102df4f204a441a08c54e44a7d948 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_straight_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_straight_01.prefab.meta new file mode 100644 index 000000000..460176246 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_street_straight_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 30b383c14702bf840829fc621ba7c3c3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_cars_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_cars_01.prefab.meta new file mode 100644 index 000000000..de5b21970 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_cars_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3ebb7c3d620627d4680d8b5db7e214eb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_cars_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_cars_02.prefab.meta new file mode 100644 index 000000000..ca2dc2411 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_cars_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1ffd7b52d8c7f7b4c8c1bfc4c0baa020 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_01.prefab.meta new file mode 100644 index 000000000..83063a4fb --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d2d5d992bbaba31409e6271a178a964e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_02.prefab.meta new file mode 100644 index 000000000..45eb7469a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 258da8d3a57a4de4da3b86d65dd0d6cb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_03.prefab.meta new file mode 100644 index 000000000..97e97a82d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlight_pedestrian_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 418fef1098824b84094fc4fc8d560b64 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlights_suburbs.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlights_suburbs.prefab.meta new file mode 100644 index 000000000..d9d30e55c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficlights_suburbs.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1d1afbdcb61b53a45901ad2bb3f5d8ab +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_01 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_01 1.prefab.meta new file mode 100644 index 000000000..1bab0c126 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_01 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1fb8fd3cb4e0232499827dbe68dc617a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_01.prefab.meta new file mode 100644 index 000000000..7ede843d8 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8860fc86cc689c64aaee3e7292ee8b01 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_02 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_02 1.prefab.meta new file mode 100644 index 000000000..467f4bf42 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_02 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0551b07ecc06e0a4ba398caef7bc2726 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_02.prefab.meta new file mode 100644 index 000000000..18cba64bd --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 455881590228bd2469ab1cd45a69979b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_03 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_03 1.prefab.meta new file mode 100644 index 000000000..fe566f1c7 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_03 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 22756c9db6f5b6d4f9e584a678ca1e87 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_03.prefab.meta new file mode 100644 index 000000000..deb32868d --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0aa3e8cdf03dada428dd54658daa6695 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_04 1.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_04 1.prefab.meta new file mode 100644 index 000000000..949daf997 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_04 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1a9dcb2ee28f4a740a8d18ea422ff89b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_04.prefab.meta new file mode 100644 index 000000000..22d6e7a3a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5fe4213981b3c57439e6a3742afffe7c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_05.prefab.meta new file mode 100644 index 000000000..c3022d0ae --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c73bd620cbcc0334bb92879d18f0433c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_06.prefab.meta new file mode 100644 index 000000000..072cac414 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5b210cd04050e344fb180847e9a1f3d5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_07.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_07.prefab.meta new file mode 100644 index 000000000..31d96a891 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_07.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 69cf4013b70c4ff40a5f95826d50a8b8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_01.prefab.meta new file mode 100644 index 000000000..919a41b10 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 57d2cdd97a494cc4b9d4d617176a25e2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_02.prefab.meta new file mode 100644 index 000000000..4332eb170 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6d9ad6cf1aceb124ca6c23b8fa649d4b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_03.prefab.meta new file mode 100644 index 000000000..4c61c049c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6fc8dc242b8adcf48ae4c5acaabdd04a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_04.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_04.prefab.meta new file mode 100644 index 000000000..45667450c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_04.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b22de6c570050cc4aa845ffb41610afd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_05.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_05.prefab.meta new file mode 100644 index 000000000..6ba5bbd3b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_05.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7a6a4b790e0ff36439597177788f2d10 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_06.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_06.prefab.meta new file mode 100644 index 000000000..4bb772cc1 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Traffic Assets/SM_trafficsign_suburbs_06.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9ecaa90588cc7934fa196576df6d6b86 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles.meta new file mode 100644 index 000000000..53af61145 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bbd40a5b206084745b6e56db011cbcd6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02 (1).prefab.meta new file mode 100644 index 000000000..81167a37c --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3f3e656d0d3c78f42970886c1023619c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02 (2).prefab.meta new file mode 100644 index 000000000..19ccdee38 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 70bdb17c1d27ebc4c8447fa30407f655 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02.prefab.meta new file mode 100644 index 000000000..bef440489 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bdc2cad3939d6d2488b85722a332a1e8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03 (1).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03 (1).prefab.meta new file mode 100644 index 000000000..e664a273b --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03 (1).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 710a7a536939cb4419f78fdfcf2d72fe +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03 (2).prefab.meta new file mode 100644 index 000000000..a82dbc8f5 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 27231b7227acbfb42852f2b92c707ae9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03.prefab.meta new file mode 100644 index 000000000..9d7ea12e3 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_japan_03.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d5a69b9f76a2b3a4c9feaea499b6fd1e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (2).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (2).prefab.meta new file mode 100644 index 000000000..ec0b86e81 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (2).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4879e349e5a27674989b6da9d9bede3f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (3).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (3).prefab.meta new file mode 100644 index 000000000..db4868c64 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (3).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7d58d9f0f5100084d9a09125ba6b00c1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (4).prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (4).prefab.meta new file mode 100644 index 000000000..752abbccc --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01 (4).prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b26fa75ed5dbdec4ab561d9321008622 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01.prefab.meta new file mode 100644 index 000000000..6c6e1aa5a --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_car_sport_japan_01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9e7304a0da0940e498b5b9472173cd9b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_wheel_car.prefab.meta b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_wheel_car.prefab.meta new file mode 100644 index 000000000..18b5f2256 --- /dev/null +++ b/Assets/Arts/Anime Tokyo/Prefabs/Vehicles/SM_wheel_car.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 64347563bc07081458e5886425be179d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment.meta b/Assets/Arts/Fantasy Adventure Environment.meta new file mode 100644 index 000000000..f7f8da93b --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 82781f5672aa18d45815d1d45c2d594c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Editor.meta b/Assets/Arts/Fantasy Adventure Environment/Editor.meta new file mode 100644 index 000000000..76a964959 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 084d074f70ae8014a92f927cb9613fc5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Editor/GUIHelper.cs.meta b/Assets/Arts/Fantasy Adventure Environment/Editor/GUIHelper.cs.meta new file mode 100644 index 000000000..697cdffe6 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Editor/GUIHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f8677072469ed2741bb32475adbd60d0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Editor/WindControllerInspector.cs.meta b/Assets/Arts/Fantasy Adventure Environment/Editor/WindControllerInspector.cs.meta new file mode 100644 index 000000000..ce23e7f5a --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Editor/WindControllerInspector.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: bba522f8ef960fb4dac08d178efef495 +timeCreated: 1510830180 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets.meta b/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets.meta new file mode 100644 index 000000000..d4375ad44 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c3d3146c6ea601a4d9c155147040e54f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets/FAE_LUT.psd.meta b/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets/FAE_LUT.psd.meta new file mode 100644 index 000000000..56f6e2b9c --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets/FAE_LUT.psd.meta @@ -0,0 +1,82 @@ +fileFormatVersion: 2 +guid: 8c0cdd4f39befe14b87bf44dad8b96bc +timeCreated: 1541075861 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 1 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 3 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 0 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: 3 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets/FAE_PostProcessingProfile_URP 1.asset.meta b/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets/FAE_PostProcessingProfile_URP 1.asset.meta new file mode 100644 index 000000000..24d34fb45 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/PostProcessingAssets/FAE_PostProcessingProfile_URP 1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8abeed3ff9a7f3b46936f6a689e3d964 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Runtime.meta b/Assets/Arts/Fantasy Adventure Environment/Runtime.meta new file mode 100644 index 000000000..eab159718 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7240859c406e6804bab254ed795429f4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Runtime/WindController.cs.meta b/Assets/Arts/Fantasy Adventure Environment/Runtime/WindController.cs.meta new file mode 100644 index 000000000..082178ce9 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Runtime/WindController.cs.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: dae6a877a925c4944b44fb3e36218182 +labels: +- Animation +- Environment +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: + - windVectors: {fileID: 2800000, guid: 6c795dd1d1d319e479e68164001557e8, type: 3} + - windZone: {instanceID: 0} + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders.meta new file mode 100644 index 000000000..76694ee00 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aba4344fb764f63418a873c30be8982b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/URP.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP.meta new file mode 100644 index 000000000..06390487c --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3b3dd6880efb26b4380eee3dfd8e4f09 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/CrossfadeLOD.shadersubgraph.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/CrossfadeLOD.shadersubgraph.meta new file mode 100644 index 000000000..9090dd765 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/CrossfadeLOD.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: adafdb3a39060484a81732c028711a0f +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FAE.hlsl.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FAE.hlsl.meta new file mode 100644 index 000000000..16563097a --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FAE.hlsl.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 7cda36183abb8be41b06d385128649d6 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FAE_Foliage.shadergraph.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FAE_Foliage.shadergraph.meta new file mode 100644 index 000000000..bac3b70f8 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FAE_Foliage.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: dc1a634184354e343a9a36dd032cf2bf +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FoliageBending.shadersubgraph.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FoliageBending.shadersubgraph.meta new file mode 100644 index 000000000..cfeb2db27 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FoliageBending.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ae3d9e666b2d2104c84a4b765a4db20e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FoliageWind.shadersubgraph.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FoliageWind.shadersubgraph.meta new file mode 100644 index 000000000..c7509def4 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/FoliageWind.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 83ed37f4cf48fe846b52ecfdd2c11e8d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/Translucency.shadersubgraph.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/Translucency.shadersubgraph.meta new file mode 100644 index 000000000..979833e5d --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/Translucency.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ca1280dbda01b7546a7e08ea28e664be +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/VS_InstancedIndirect.shadersubgraph.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/VS_InstancedIndirect.shadersubgraph.meta new file mode 100644 index 000000000..239a812d2 --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/URP/VS_InstancedIndirect.shadersubgraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5daaeae117458b94ca071c13e7a67c33 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 60072b568d64c40a485e0fc55012dc9f, type: 3} diff --git a/Assets/Arts/Fantasy Adventure Environment/Shaders/VS_InstancedIndirect.cginc.meta b/Assets/Arts/Fantasy Adventure Environment/Shaders/VS_InstancedIndirect.cginc.meta new file mode 100644 index 000000000..a5a2feadd --- /dev/null +++ b/Assets/Arts/Fantasy Adventure Environment/Shaders/VS_InstancedIndirect.cginc.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 00c305d1767ffb741905e18493a33c9b +timeCreated: 1523784234 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias.meta b/Assets/Arts/Kevin Iglesias.meta new file mode 100644 index 000000000..d88efab60 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 26b5be6268b17d24687a5f9bb8e6f1df +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions.meta b/Assets/Arts/Kevin Iglesias/Basic Motions.meta new file mode 100644 index 000000000..a0d603e3d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 2cb279c410b7a3e4dbf4aab42283effa +folderAsset: yes +timeCreated: 1568739557 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations.meta new file mode 100644 index 000000000..8e653dc29 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 7eb11f9df068c2b45bc52cfc0d6e3f25 +folderAsset: yes +timeCreated: 1568740052 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles.meta new file mode 100644 index 000000000..1f084916e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 537fef527c9bc2b4b83e1fcfe7a2a544 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01-To-Variant01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01-To-Variant01.fbx.meta new file mode 100644 index 000000000..9d7742cf8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01-To-Variant01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 02f82df7d301d274883b41f32dca59a0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle01-To-Variant01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 20 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01.fbx.meta new file mode 100644 index 000000000..dc6e4bae5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ebf6d636f0bdc7642bca3e831800df09 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 81 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Variant01-To-Idle01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Variant01-To-Idle01.fbx.meta new file mode 100644 index 000000000..21e95942f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Variant01-To-Idle01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: e23ec565e5d40ad4d94e0af6010f22c8 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle01_Variant01-To-Idle01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 23 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Variant01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Variant01.fbx.meta new file mode 100644 index 000000000..3420f2369 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Variant01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 9508ccae6dd32b54cb61bd81eda00380 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle01_Variant01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 81 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Wounded.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Wounded.fbx.meta new file mode 100644 index 000000000..ecaefa2b4 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle01_Wounded.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 0885b200f82360c48961884efca7afa0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle01_Wounded + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 81 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02-To-Variant01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02-To-Variant01.fbx.meta new file mode 100644 index 000000000..9a8f2ad53 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02-To-Variant01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 383afa9ae798a0c4eb2fb43e0a84b66b +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle02-To-Variant01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 20 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02.fbx.meta new file mode 100644 index 000000000..f7548d2ee --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 167a35c786f55384580421027047db5f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 81 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Variant01-To-Idle02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Variant01-To-Idle02.fbx.meta new file mode 100644 index 000000000..812aeeaed --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Variant01-To-Idle02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3da359268264e0d4db38c1ce951c30ca +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle02_Variant01-To-Idle02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 23 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Variant01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Variant01.fbx.meta new file mode 100644 index 000000000..ef1e4a60d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Variant01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8c2952c969428f748be063e5768fa90a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle02_Variant01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 81 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Wounded.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Wounded.fbx.meta new file mode 100644 index 000000000..af4e1e8f1 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Idles/Human@Idle02_Wounded.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8ba90aafe9aa0b34fa2a442261464702 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Idle02_Wounded + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 81 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc.meta new file mode 100644 index 000000000..438dcbefe --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aac6792042944c94f8d1dbacd6dacfc9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Human@Stun01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Human@Stun01.fbx.meta new file mode 100644 index 000000000..30f374fbb --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Human@Stun01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d427ae0c8514cb641b848c551ec3a6ec +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Stun01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 80 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Human@Stun02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Human@Stun02.fbx.meta new file mode 100644 index 000000000..edac58d0f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Human@Stun02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 6e940d27afb7b8240a1bd3201c05d16f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Stun02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 80 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown.meta new file mode 100644 index 000000000..45f27c76f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f86880e7142ab834ea5d93992f35819d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - Fall.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - Fall.fbx.meta new file mode 100644 index 000000000..ebf7c9187 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - Fall.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 9b137246d561dc540b25d5d2e248a02e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Knockdown01 - Fall + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 28 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - Ground.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - Ground.fbx.meta new file mode 100644 index 000000000..df479dbdc --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - Ground.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: dc16ad01d2a511e458758c191e0184de +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Knockdown01 - Ground + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 52 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - StandUp.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - StandUp.fbx.meta new file mode 100644 index 000000000..dbc347db3 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown01 - StandUp.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: eacc54d9d8365904d94158fc710abf73 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Knockdown01 - StandUp + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 35 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - Fall.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - Fall.fbx.meta new file mode 100644 index 000000000..c9879eacb --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - Fall.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 0a25c0df162034c45bf7090377c75713 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Knockdown02 - Fall + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 28 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - Ground.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - Ground.fbx.meta new file mode 100644 index 000000000..3f0239af1 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - Ground.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: a5add0365f0ed0743b632d3a5f32c2f6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Knockdown02 - Ground + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 52 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - StandUp.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - StandUp.fbx.meta new file mode 100644 index 000000000..92cd5a1e0 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Knockdown/Human@Knockdown02 - StandUp.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 358ba99f0aadce742a16b410af044e33 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Knockdown02 - StandUp + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 35 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot.meta new file mode 100644 index 000000000..2c37ff94f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fad36e08a6ac7e04da624d0962d78840 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Begin.fbx.meta new file mode 100644 index 000000000..7ca69cb9d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: e57462711a91f8c45a7757019f7eab4a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Loot01 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Loop.fbx.meta new file mode 100644 index 000000000..4ef953a18 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: cf5283a6a27d3324f972e2b6dd235f4c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Loot01 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 42 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Stop.fbx.meta new file mode 100644 index 000000000..300d84605 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot01 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: eae98f581b75a8545887fdd04c7fc591 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Loot01 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Begin.fbx.meta new file mode 100644 index 000000000..d771b4e1c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 4e9aa57db018cda4085876181c047aff +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Loot02 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Loop.fbx.meta new file mode 100644 index 000000000..779390667 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d4b57ca532a88ca4a8bd5ef71ec3690d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Loot02 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 42 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Stop.fbx.meta new file mode 100644 index 000000000..f5d72636f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Loot/Human@Loot02 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: df0c52e34c050f74c999b796cec7dbd0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Loot02 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open.meta new file mode 100644 index 000000000..4064fe055 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cbd7da7e4547f81499c9893c89634a83 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Begin.fbx.meta new file mode 100644 index 000000000..37662697c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 2f8565e28100514438be89e7b8ad4d00 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Opening01 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 19 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Loop.fbx.meta new file mode 100644 index 000000000..122ab7a85 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 23ae265187652534fa6160c51ef53528 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Opening01 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 43 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Stop.fbx.meta new file mode 100644 index 000000000..428492e29 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening01 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 7540fdbca0a767e40ae14b6507ed7be7 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Opening01 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 23 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Begin.fbx.meta new file mode 100644 index 000000000..c549dfb34 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 969355f7b681b6e46b1a0a07b36ed284 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Opening02 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 19 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Loop.fbx.meta new file mode 100644 index 000000000..216ad0389 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 209e0b189c8a2d14f9cb3a29cd34df9d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Opening02 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 43 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Stop.fbx.meta new file mode 100644 index 000000000..7b1ccee8b --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Open/Human@Opening02 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: f3ec357bf778a924db7cf23a6cbd757f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Opening02 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 23 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit.meta new file mode 100644 index 000000000..d606ea600 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 63a82abe9b1c62e4cb8b9ba4fd9856ba +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Begin.fbx.meta new file mode 100644 index 000000000..0742fc0df --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 93f637b1ace6efd409cf0546eb8cde85 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitGround01 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 33 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Loop.fbx.meta new file mode 100644 index 000000000..1289a698f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 99b0420829b9c8e4fa745e88563277ef +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitGround01 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 60 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Stop.fbx.meta new file mode 100644 index 000000000..7546806b4 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround01 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: b64140b43e4559b4194b522596f62db1 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitGround01 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 46 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Begin.fbx.meta new file mode 100644 index 000000000..44f859ae8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 08493bfd1ddf5be4f975c2a2e1b30577 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitGround02 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 33 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Loop.fbx.meta new file mode 100644 index 000000000..3f602fa49 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 52eabfd54f41ef445a73ce7efd27f5d0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitGround02 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 60 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Stop.fbx.meta new file mode 100644 index 000000000..771df45cd --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitGround02 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ddcb43c92760f8a4fbe8e0f1f2b4c68e +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitGround02 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 46 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Begin.fbx.meta new file mode 100644 index 000000000..a79744548 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 0cfacedf0cbf5c141bc5014585e25fce +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitHigh01 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 21 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Loop.fbx.meta new file mode 100644 index 000000000..1b3eee7ac --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3b4a867ff369674489690238e4644dca +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitHigh01 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 60 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Stop.fbx.meta new file mode 100644 index 000000000..510b3348d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh01 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 34a7428c6a9988444b5e3f6d9968d984 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitHigh01 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 28 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Begin.fbx.meta new file mode 100644 index 000000000..04d6309fe --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: fe73a6fbf50f1b54a998e8e27fa625f0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitHigh02 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 21 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Loop.fbx.meta new file mode 100644 index 000000000..ae21eb1e3 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: cc7c6862519ec3647bf99eddd4741a23 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitHigh02 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 60 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Stop.fbx.meta new file mode 100644 index 000000000..8f682843c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitHigh02 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 30ded729c7d016c4ab0394f538ba2f52 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitHigh02 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 28 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Begin.fbx.meta new file mode 100644 index 000000000..c4bd82f16 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: cd590eef1904e1b40b0e98917cce01a7 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitLow01 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 29 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Loop.fbx.meta new file mode 100644 index 000000000..247650cfe --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 4d3a38e48bd214a48ad1fd5d2f355921 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitLow01 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 60 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Stop.fbx.meta new file mode 100644 index 000000000..eb1d8104d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow01 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ff7dedde5fc6b7d498b0f3f55cb3fc80 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitLow01 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 34 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Begin.fbx.meta new file mode 100644 index 000000000..7599f8205 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8e165efaf8cb6864ab428fb4b185283e +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitLow02 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 29 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Loop.fbx.meta new file mode 100644 index 000000000..25d160298 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 705a8a611553c9c408b9c93b14fa76ab +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitLow02 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 60 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Stop.fbx.meta new file mode 100644 index 000000000..2e4e6055f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitLow02 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c542c37a59250364cb4d9abf142a6256 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitLow02 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 34 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Begin.fbx.meta new file mode 100644 index 000000000..4f521f074 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 1824d4618e2464b4192d6586093e312e +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitMedium01 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 21 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Loop.fbx.meta new file mode 100644 index 000000000..cf7edcc5e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: fb20771c14d3a614d9cb9a8bfd52d6b3 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitMedium01 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 60 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Stop.fbx.meta new file mode 100644 index 000000000..dbc0d63c8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium01 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: f3c52eacd2163f3439014aef89728a61 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitMedium01 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 28 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Begin.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Begin.fbx.meta new file mode 100644 index 000000000..8b10b1f61 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Begin.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8319cf1e61b889242aced3a9cc988510 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitMedium02 - Begin + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 21 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Loop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Loop.fbx.meta new file mode 100644 index 000000000..056c08e14 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Loop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 0553c8018e93de04c999a9201b1d8439 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitMedium02 - Loop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 60 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Stop.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Stop.fbx.meta new file mode 100644 index 000000000..1147f6cd2 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Misc/Sit/Human@SitMedium02 - Stop.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 9d4e7ef42187c53488a2cb07b2a4c8b9 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SitMedium02 - Stop + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 28 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement.meta new file mode 100644 index 000000000..b96fbd2a2 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ef390f7f5ac1cdf40ad56202c0fa31e5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch.meta new file mode 100644 index 000000000..5f07b7d5a --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2fdf46be5af68da4bb98d120f98498eb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk.meta new file mode 100644 index 000000000..16b3f004b --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa5525a8b73eabf4091cfbaebf7bbb6e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Backward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Backward.fbx.meta new file mode 100644 index 000000000..aea87fde8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Backward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c8513a8a84992304cbf5d83a50496982 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_Backward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_BackwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_BackwardLeft.fbx.meta new file mode 100644 index 000000000..bc1b861a8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_BackwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 78b00c47efe6d994c9dd17dcdfb9f937 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_BackwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_BackwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_BackwardRight.fbx.meta new file mode 100644 index 000000000..334e9df41 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_BackwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d2383fa5c874d6c47ba9641ed23c0f9b +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_BackwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Forward.fbx.meta new file mode 100644 index 000000000..ec5038c04 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8bb16e2bf48f0ba498b4ee70d2518ae0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_ForwardLeft.fbx.meta new file mode 100644 index 000000000..13e584936 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c80bcd4bbb8f34b4295d0bbf504f9d14 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_ForwardRight.fbx.meta new file mode 100644 index 000000000..c7b199514 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 1739295ae441ee2449c2966785bf080d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Left.fbx.meta new file mode 100644 index 000000000..461434df8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Left.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 9aaaba966ff19b94d85b861b188e3c7c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Right.fbx.meta new file mode 100644 index 000000000..798aebfc6 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch01_Walk_Right.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: a04e7617c7224c140bb54bc5efa749d8 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Backward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Backward.fbx.meta new file mode 100644 index 000000000..6267b9c09 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Backward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: fb96533b282f4bf4cb39e26ed7a456e5 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_Backward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_BackwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_BackwardLeft.fbx.meta new file mode 100644 index 000000000..df38d7f47 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_BackwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 348c5072c14879642b83d0ac1fb2bda7 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_BackwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_BackwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_BackwardRight.fbx.meta new file mode 100644 index 000000000..0effbbbc6 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_BackwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d7754b9da321bfb40bb16d9d0c536f18 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_BackwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Forward.fbx.meta new file mode 100644 index 000000000..28563828e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5930fd1833e0dd441a6404f39125dfdf +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_ForwardLeft.fbx.meta new file mode 100644 index 000000000..c0013c7ae --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 84908d52b00f913458c84e1876f8bcf9 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_ForwardRight.fbx.meta new file mode 100644 index 000000000..3b427c9e9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 2689259f715972b45ac4f65bd0d9394b +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Left.fbx.meta new file mode 100644 index 000000000..1bee7bc75 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Left.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 0b06d1311dfeb18428ccc1797869bda2 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Right.fbx.meta new file mode 100644 index 000000000..089ef6021 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Human@Crouch02_Walk_Right.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 04d25d986c5b3d14d95a5d3d2407bf88 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion.meta new file mode 100644 index 000000000..38ba1bf52 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a093126102a778342981b6a6048ef72d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Backward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Backward [RM].fbx.meta new file mode 100644 index 000000000..74aca06b0 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Backward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c50a0e0aab9f78c4f8968c663348e77a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_Backward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_BackwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_BackwardLeft [RM].fbx.meta new file mode 100644 index 000000000..2ae575119 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_BackwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 273cb433812e4fe4e94d2547032675bd +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_BackwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_BackwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_BackwardRight [RM].fbx.meta new file mode 100644 index 000000000..7f6b7d04a --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_BackwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: b25b5c33413a6174dacf8c6c0f27e4b5 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_BackwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Forward [RM].fbx.meta new file mode 100644 index 000000000..9ffd95f45 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5fbf70bf2c4f17a45ae0ed0e6e9c1cd0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..2b59dc648 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 4eb28822d4da49d4fbed5d7c513f7a42 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..50e9454f8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: fee7532c873d656488cc0ac680d0531d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Left [RM].fbx.meta new file mode 100644 index 000000000..a9200eda1 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Left [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8a2addd5c1b612c4cb8d04d5f4766c8c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Right [RM].fbx.meta new file mode 100644 index 000000000..39122d9fe --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch01_Walk_Right [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d00e40ae8e8b2ab49b3b1992643dee6f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Walk_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Backward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Backward [RM].fbx.meta new file mode 100644 index 000000000..5489c838c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Backward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 342cfac95aecc7545a994eb27ec6c47c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_Backward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_BackwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_BackwardLeft [RM].fbx.meta new file mode 100644 index 000000000..81ca9b258 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_BackwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: fd8bc318890481e4d808eb401eee9fcf +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_BackwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_BackwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_BackwardRight [RM].fbx.meta new file mode 100644 index 000000000..315406aba --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_BackwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 4af0096bb0a2a38439854947b3324684 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_BackwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Forward [RM].fbx.meta new file mode 100644 index 000000000..2943ff294 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 42b77e964c471594eb84af76214a9b26 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..862f6e15e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c1b812e9180acd74eace771cc3354423 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..9c60cd54b --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: f3b2c6ccb7e710f44bf3da62b4a4a57c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Left [RM].fbx.meta new file mode 100644 index 000000000..43cf58c16 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Left [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 34639fe155909e443a9181445d9c75bb +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Right [RM].fbx.meta new file mode 100644 index 000000000..6b2910dba --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/CrouchWalk/Rootmotion/Human@Crouch02_Walk_Right [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ff10a1c643b5c4e47893b44781af5eb9 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Walk_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/Human@Crouch01_Idle.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/Human@Crouch01_Idle.fbx.meta new file mode 100644 index 000000000..f48f473e6 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/Human@Crouch01_Idle.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: aa30e50360fde394fb96e9e6c0ba8e18 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch01_Idle + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 81 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/Human@Crouch02_Idle.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/Human@Crouch02_Idle.fbx.meta new file mode 100644 index 000000000..f25eea7ea --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Crouch/Human@Crouch02_Idle.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 4dd1a2a5635c6b94c9794d0e1df83ee2 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Crouch02_Idle + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 81 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Fall01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Fall01.fbx.meta new file mode 100644 index 000000000..a781a031f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Fall01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d4f295b55050f1c4eb379ec3b6065e52 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Fall01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 30 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Fall02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Fall02.fbx.meta new file mode 100644 index 000000000..558c15671 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Fall02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 282cde1477c9b9043b439d1e6f3fde0c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Fall02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 30 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump01 [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump01 [RM].fbx.meta new file mode 100644 index 000000000..31fad44a3 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump01 [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: b0464a78fb8d2f34ca8c7b09bf4f08c6 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Jump01 [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 46 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 0 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 0 + keepOriginalPositionXZ: 1 + heightFromFeet: 1 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump01.fbx.meta new file mode 100644 index 000000000..e77a3d9b8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump01.fbx.meta @@ -0,0 +1,944 @@ +fileFormatVersion: 2 +guid: 6f77ba973a5a61c4ab15ef8362a5b624 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Jump01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 46 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + - serializedVersion: 16 + name: Human@Jump01 - Start + takeName: Untitled + internalID: 2470356724237994088 + firstFrame: 0 + lastFrame: 15 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + - serializedVersion: 16 + name: Human@Jump01 - Land + takeName: Untitled + internalID: 4461988917185785848 + firstFrame: 27 + lastFrame: 46 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump02 [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump02 [RM].fbx.meta new file mode 100644 index 000000000..0fb2f793c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump02 [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: fc2bbc9eb3f0e0f428219f9491de972b +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Jump02 [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 46 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 0 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 0 + keepOriginalPositionXZ: 1 + heightFromFeet: 1 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump02.fbx.meta new file mode 100644 index 000000000..f252594b5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Jump02.fbx.meta @@ -0,0 +1,944 @@ +fileFormatVersion: 2 +guid: a32e09bfd110b9f47aca50f1f8bdd882 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Jump02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 46 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + - serializedVersion: 16 + name: Human@Jump02 - Start + takeName: Untitled + internalID: 138496850630772182 + firstFrame: 0 + lastFrame: 15 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + - serializedVersion: 16 + name: Human@Jump02 - Land + takeName: Untitled + internalID: -4996267713109444758 + firstFrame: 27 + lastFrame: 46 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll01 [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll01 [RM].fbx.meta new file mode 100644 index 000000000..debe82051 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll01 [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c34f03334e5d0e041b87c888064e3515 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Roll01 [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll01.fbx.meta new file mode 100644 index 000000000..e141bd525 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: f58871d9345644f46901b59542797f2e +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Roll01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll02 [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll02 [RM].fbx.meta new file mode 100644 index 000000000..773ce1dba --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll02 [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: bc2a475bab6f9ad4b93434d854575dff +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Roll02 [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll02.fbx.meta new file mode 100644 index 000000000..4b1ac4e29 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@Roll02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 18ac3839faabb84479975bd5dc0f8d94 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Roll02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide01 [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide01 [RM].fbx.meta new file mode 100644 index 000000000..ec5e26e4d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide01 [RM].fbx.meta @@ -0,0 +1,889 @@ +fileFormatVersion: 2 +guid: 9e9d89593b9e5f447996c86a94d3f525 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: "\nClip 'Untitled' has import animation warnings that + might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'B-shin.L' has scale animation that will + be discarded.\n\t'B-toe.L' has scale animation that will be discarded.\n\t'B-shin.R' + has scale animation that will be discarded.\n\t'B-toe.R' has scale animation + that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@RunSlide01 [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 42 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide01.fbx.meta new file mode 100644 index 000000000..8ea12bf08 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide01.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 01d30898b308d5042b6bc1dbdf358254 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@RunSlide01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 42 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide02 [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide02 [RM].fbx.meta new file mode 100644 index 000000000..42e391173 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide02 [RM].fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 0f2c87ca7a855df43a8828ca45b4ac7a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@RunSlide02 [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 42 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide02.fbx.meta new file mode 100644 index 000000000..694197dae --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Human@RunSlide02.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 5438ef8a824550747a1413b00942b43c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@RunSlide02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 42 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run.meta new file mode 100644 index 000000000..8745cd082 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 662818323e6747046bc2a699ca1fdaf2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Backward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Backward.fbx.meta new file mode 100644 index 000000000..0bbe16897 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Backward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 292090fc357178941bcfe32cff4dea3c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_Backward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_BackwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_BackwardLeft.fbx.meta new file mode 100644 index 000000000..cc8a1af7b --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_BackwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5725d37141b42f141bd02865887607b1 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_BackwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_BackwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_BackwardRight.fbx.meta new file mode 100644 index 000000000..67934280f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_BackwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 7066c7da905f5d448ba84659f541cefb +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_BackwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Forward.fbx.meta new file mode 100644 index 000000000..5e833fbf0 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5b9f2116e8d5baa44800f37488936054 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_ForwardLeft.fbx.meta new file mode 100644 index 000000000..7953b5059 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 2cf9d8d8892dea34ba74fdf44f864cff +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_ForwardRight.fbx.meta new file mode 100644 index 000000000..438b91e4c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d62f49b762344ef449016e0a86426995 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Left.fbx.meta new file mode 100644 index 000000000..022d7d13f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Left.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 549fdcd3a20518d4fa8462f77d16a532 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Right.fbx.meta new file mode 100644 index 000000000..7e57f9350 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run01_Right.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: bf1ae9d142e46c44f9f84cb41f729eab +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Backward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Backward.fbx.meta new file mode 100644 index 000000000..a9cba61e5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Backward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 70e966b72f5352c4b90353c707fa37a8 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_Backward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_BackwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_BackwardLeft.fbx.meta new file mode 100644 index 000000000..56f9238cf --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_BackwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 07ee54d3cb33e3144af714cb662427ba +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_BackwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_BackwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_BackwardRight.fbx.meta new file mode 100644 index 000000000..c58ad2d24 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_BackwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 856893dc9d7ba1a4db1402b9fba9d5ed +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_BackwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Forward.fbx.meta new file mode 100644 index 000000000..fd0846b9c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 05ab35d27bb28ad49bc9c2b098b821ae +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_ForwardLeft.fbx.meta new file mode 100644 index 000000000..96e3b3ee9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: fd77981efc8375b4e9b63e4fdc2d5578 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_ForwardRight.fbx.meta new file mode 100644 index 000000000..a806704e3 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: a8265a611bc2c6b439b6c31f7c59c358 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Left.fbx.meta new file mode 100644 index 000000000..2a379f017 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Left.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5ac49e1c49a277d448a1583b73e57e67 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Right.fbx.meta new file mode 100644 index 000000000..d314aee58 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Human@Run02_Right.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 2badc2ceb85e7dc4183cea51a62d1379 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion.meta new file mode 100644 index 000000000..f3ecc545c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e4b3b55635c81e546af10a4deb4ea340 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Backward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Backward [RM].fbx.meta new file mode 100644 index 000000000..9fc98fd4d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Backward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 43ef596f78225224cb7f83a461194e6c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_Backward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_BackwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_BackwardLeft [RM].fbx.meta new file mode 100644 index 000000000..688d22832 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_BackwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c61cb4bd125007e4a83393ff033e4689 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_BackwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_BackwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_BackwardRight [RM].fbx.meta new file mode 100644 index 000000000..30ae06b23 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_BackwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 783ab4114902b6a40a73e98ae8eed6ee +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_BackwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Forward [RM].fbx.meta new file mode 100644 index 000000000..2c4de8c7e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: e6d40ad7ea567f142b50c4e65d3ab030 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..c9339e447 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ba511ca48dc3da344873ad895c348f5b +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..158502d64 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 4ce97366434c71842934c916abcd2665 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Left [RM].fbx.meta new file mode 100644 index 000000000..aebb42e4c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Left [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3188e42eb0ee6584a8bd6854f755d63a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Right [RM].fbx.meta new file mode 100644 index 000000000..984cfbef9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run01_Right [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: a6234aa106c48fa41996e3aff4b3f6a7 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run01_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Backward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Backward [RM].fbx.meta new file mode 100644 index 000000000..d237f760c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Backward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3b850780f864aa240b77e11e099bfc39 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_Backward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_BackwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_BackwardLeft [RM].fbx.meta new file mode 100644 index 000000000..fce7e851f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_BackwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: e15c71122d372314a8d0a0850f2cb27d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_BackwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_BackwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_BackwardRight [RM].fbx.meta new file mode 100644 index 000000000..5d4f6916f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_BackwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 7845e2a598f33264ab539c9c510974fb +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_BackwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Forward [RM].fbx.meta new file mode 100644 index 000000000..573ffb4f5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 03bf1c96adac62b46a0e488a76375af9 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..c76445329 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: faafa64dd80e3fc40b18e8b3eb9cd2c4 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..3cd6b492b --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8bae35a6e070b2e43bd0607763dd548f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Left [RM].fbx.meta new file mode 100644 index 000000000..7061f8485 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Left [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3dcef214b43b1cc4fb0cd9fcee13197f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Right [RM].fbx.meta new file mode 100644 index 000000000..cae1d85c1 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Run/Rootmotion/Human@Run02_Right [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 9f2295dc3d5baa140b5bd5432e02ebf4 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Run02_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 18 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint.meta new file mode 100644 index 000000000..341038b33 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dc57860d87010ff4aa2a7056d1b6eaaa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_Forward.fbx.meta new file mode 100644 index 000000000..a66a20101 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 357a014fc50a6ae4aa9ea8347010fb60 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint01_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_ForwardLeft.fbx.meta new file mode 100644 index 000000000..95ff0c8c4 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: f6072704b2acecd4d8a9b6559a996b83 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint01_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_ForwardRight.fbx.meta new file mode 100644 index 000000000..1e99d5bd2 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint01_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 12699ef2e572e3944a02284d64418e82 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint01_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_Forward.fbx.meta new file mode 100644 index 000000000..c69359e08 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8e86aed4685f43b4f8fb6a9b306ea786 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint02_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_ForwardLeft.fbx.meta new file mode 100644 index 000000000..b01300977 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 7d72514b5071ccb46ac02f8e39961eb0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint02_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_ForwardRight.fbx.meta new file mode 100644 index 000000000..cc80a132d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Human@Sprint02_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 6f22e939fb1d0474eafc01561ad43d37 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint02_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion.meta new file mode 100644 index 000000000..8acda5870 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2203dfe058667164aa03c425dbd4b61a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_Forward [RM].fbx.meta new file mode 100644 index 000000000..4f5419228 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 60ce564cb0bcd8c4bba6cecbf7c3703f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint01_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..959d96265 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5cb42faa270a0e44a869bf1204fdf95b +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint01_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..449e739b7 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint01_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: a7d450fa4f07a3f4e9fcb7894d556674 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint01_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_Forward [RM].fbx.meta new file mode 100644 index 000000000..7b79e60e8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 29f9b17ef50fbbf4cb8e686efa00a917 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint02_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..37b793540 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c630ab8c35758e2499b3809a483d58db +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint02_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..61bfd6691 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Sprint/Rootmotion/Human@Sprint02_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 15beb0142d7fb7341ace9a53818e8690 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Sprint02_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 16 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim.meta new file mode 100644 index 000000000..9d82cc1bc --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d19da195f13c54a4e8fd92269e0d6b98 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@Swim01_Idle.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@Swim01_Idle.fbx.meta new file mode 100644 index 000000000..370d483e8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@Swim01_Idle.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3ff8c8d35c6853c46800c192caf46240 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Idle + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 32 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@Swim02_Idle.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@Swim02_Idle.fbx.meta new file mode 100644 index 000000000..daf5cee86 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@Swim02_Idle.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 330d3547c6e6d9244948976c64109471 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Idle + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 32 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrown01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrown01.fbx.meta new file mode 100644 index 000000000..af9b2db4f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrown01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8d9d33358a4c5324c885f7d8413538ae +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SwimDrown01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 94 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrown02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrown02.fbx.meta new file mode 100644 index 000000000..97fa3aab5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrown02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: f47990c404c3cdd43b03602a4c8e228f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SwimDrown02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 94 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrowned01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrowned01.fbx.meta new file mode 100644 index 000000000..465bf5fe7 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrowned01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: b437b75e0ff88e24ebb2b833d2aa4960 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SwimDrowned01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 100 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrowned02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrowned02.fbx.meta new file mode 100644 index 000000000..b56a63105 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/Human@SwimDrowned02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 4f05699090d2f2b498394de5544eb647 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@SwimDrowned02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 100 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement.meta new file mode 100644 index 000000000..62c519cc3 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b63222b845ad64646a94552dc232a56c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Backward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Backward.fbx.meta new file mode 100644 index 000000000..866ae6028 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Backward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 1e05212bd36326443beb02837cc8ba6a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Backward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_BackwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_BackwardLeft.fbx.meta new file mode 100644 index 000000000..7e8e0417f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_BackwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 79fec0fbf1983b14f961b94552081377 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_BackwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_BackwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_BackwardRight.fbx.meta new file mode 100644 index 000000000..e025e0762 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_BackwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3893676ab52b14645b795aac4c5e4ed8 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_BackwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Down.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Down.fbx.meta new file mode 100644 index 000000000..cfc363a7b --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Down.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 47a23467117d477448c606974a076f3f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Down + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Forward.fbx.meta new file mode 100644 index 000000000..1dd8932d4 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d0f7fa28358402f44bdd854e084e297a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_ForwardLeft.fbx.meta new file mode 100644 index 000000000..717ef4e66 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 2a101b43675b15f41890cc44ba397d1c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_ForwardRight.fbx.meta new file mode 100644 index 000000000..6cbcb7fa8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: bb030e54bf6c7f441a173ee1384cf858 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Left.fbx.meta new file mode 100644 index 000000000..866b88787 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Left.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d926614e8c7cda6489d4ff07cefb58a6 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Right.fbx.meta new file mode 100644 index 000000000..f0d809188 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Right.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5a5d890300deb134991f47f7a9687d45 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Up.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Up.fbx.meta new file mode 100644 index 000000000..58c4300c9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim01_Up.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 229e46c51bd160f4ea95867f9de0acd5 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Up + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 32 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Backward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Backward.fbx.meta new file mode 100644 index 000000000..750aa956a --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Backward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 51f4e2cf60e54e34a9e0c96ad8a7e3c0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Backward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_BackwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_BackwardLeft.fbx.meta new file mode 100644 index 000000000..ac4fa96c8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_BackwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 22909acc5a1dd054da8db7aa1cda4c6a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_BackwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_BackwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_BackwardRight.fbx.meta new file mode 100644 index 000000000..d491a0a2f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_BackwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: fa6ff8abec1636145bf9631d631cc86a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_BackwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Down.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Down.fbx.meta new file mode 100644 index 000000000..8203e32a7 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Down.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 6489392237b0b73468e868789af76042 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Down + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Forward.fbx.meta new file mode 100644 index 000000000..80cde3b43 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 189658045e5a53e47a50275bd444f434 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_ForwardLeft.fbx.meta new file mode 100644 index 000000000..b6aaa6d8c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 8b141fb0a6243aa4e919ee3712dc985c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_ForwardRight.fbx.meta new file mode 100644 index 000000000..4671472ec --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: a653f3bca9c3ca340bf62676254e964a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Left.fbx.meta new file mode 100644 index 000000000..1daa3d29a --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Left.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5fc240210d6cd694ca50d1294e893106 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Right.fbx.meta new file mode 100644 index 000000000..62c9cf6e0 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Right.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: cac4c8c8565a84c43ac6ba0c4569abfe +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Up.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Up.fbx.meta new file mode 100644 index 000000000..28409efc8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Human@Swim02_Up.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3f9a976e82f804f4a8da1a65bcc61097 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Up + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 32 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion.meta new file mode 100644 index 000000000..0b3e292c7 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 86040a07aa1963d4e859ef7a334f09b4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Backward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Backward [RM].fbx.meta new file mode 100644 index 000000000..f94505bf8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Backward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 968fe7ba37210ba4f8abdde44271aef0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Backward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_BackwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_BackwardLeft [RM].fbx.meta new file mode 100644 index 000000000..4cde618c2 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_BackwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 4becdb31a9c4da849afdb9ac4b0828ef +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_BackwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_BackwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_BackwardRight [RM].fbx.meta new file mode 100644 index 000000000..a3815cee7 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_BackwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 05619a38f5e9aec429a51e4af4674a3a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_BackwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Down [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Down [RM].fbx.meta new file mode 100644 index 000000000..3468af2d4 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Down [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 9b3327331b0ec9b4981cd784fb2ae034 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Down [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 0 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Forward [RM].fbx.meta new file mode 100644 index 000000000..56f8ce12c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 34d2ce178cc20994ca4ecfbd1d860d61 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..e001f7b01 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 210ee76f88c477247aa3c2d7e0804b89 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..9500fe245 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: a36c6dc76fa09c84e8817a2c184e88e7 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Left [RM].fbx.meta new file mode 100644 index 000000000..60d97d694 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Left [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5b9252e0226078a48bd3bcf906bc53cb +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Right [RM].fbx.meta new file mode 100644 index 000000000..3c6b6f751 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Right [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 71a07eb17c6f61040a3f074684e0497b +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Up [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Up [RM].fbx.meta new file mode 100644 index 000000000..8a2790d98 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim01_Up [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 6377789358538a34aa75c027291f3d86 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim01_Up [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 32 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 0 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Backward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Backward [RM].fbx.meta new file mode 100644 index 000000000..7ec578a66 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Backward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 051da2e0c42f4fd4f9d32164c31c648d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Backward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_BackwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_BackwardLeft [RM].fbx.meta new file mode 100644 index 000000000..467d0a1c6 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_BackwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: bf29597e36d16ac4782e68d5df4ccfd3 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_BackwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_BackwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_BackwardRight [RM].fbx.meta new file mode 100644 index 000000000..c3fd52a21 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_BackwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 27dafe8b3dbf2224ea5c15e532ffd4be +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_BackwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Down [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Down [RM].fbx.meta new file mode 100644 index 000000000..a7da9d4da --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Down [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 9ab5196d7b53e9c4cb50acf24703d053 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Down [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 0 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Forward [RM].fbx.meta new file mode 100644 index 000000000..8f505e761 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5346b968715d10340a3ca2d71cc4530f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..08a3251ba --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 39d16f4633910ab4d9fac844d94ec74c +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..28d79f9e4 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 1e59254a5eff3c443bff40fa3c420d77 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Left [RM].fbx.meta new file mode 100644 index 000000000..f0ae8addc --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Left [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: c92d5792c9f61c24ab0d17cf5e8cc808 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Right [RM].fbx.meta new file mode 100644 index 000000000..8b6645712 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Right [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 251f33e9d86b8d345b910fd4ae79b5e3 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Up [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Up [RM].fbx.meta new file mode 100644 index 000000000..8fa5eebaf --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Swim/SwimMovement/Rootmotion/Human@Swim02_Up [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 35c06ca4281b6614b8dd30fef942fa05 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Swim02_Up [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 32 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 0 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns.meta new file mode 100644 index 000000000..16e2a7450 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d7423e12f6f88a64bb57c027e8675c2b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Left [RM].fbx.meta new file mode 100644 index 000000000..5fae2e6b9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Left [RM].fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 19d4cab1f1a36f44db3b80478afd3cb9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Turn01_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Left.fbx.meta new file mode 100644 index 000000000..f439368bb --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Left.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 18af8201e2c67af4385b4f57a80645de +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Turn01_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Right [RM].fbx.meta new file mode 100644 index 000000000..c8207b648 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Right [RM].fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 04a8218d40d89874a8ba9bfc00ec8037 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Turn01_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Right.fbx.meta new file mode 100644 index 000000000..fc115afd9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn01_Right.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 3474edfe57da8b04799548d1b9997e7e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Turn01_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Left [RM].fbx.meta new file mode 100644 index 000000000..68fd88254 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Left [RM].fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 5bd3d7f1a4660714fac37ca2bed05096 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Turn02_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Left.fbx.meta new file mode 100644 index 000000000..10a4b0a28 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Left.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 96f409073e6fbf049961616070440186 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Turn02_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Right [RM].fbx.meta new file mode 100644 index 000000000..cd41899f7 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Right [RM].fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 2ed6dc6d4b1abd94795f5055763eaabf +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Turn02_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Right.fbx.meta new file mode 100644 index 000000000..24a33c8ed --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Turns/Human@Turn02_Right.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 0a075ce90ba78e14f9555bc27537182e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Turn02_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 27 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk.meta new file mode 100644 index 000000000..7ed797d35 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2711eabc1c7133e41b3ff3ec07214629 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Backward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Backward.fbx.meta new file mode 100644 index 000000000..7452208ac --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Backward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: cb46d61a31f3bb34395ab55c7580ebee +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_Backward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_BackwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_BackwardLeft.fbx.meta new file mode 100644 index 000000000..4152bcdac --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_BackwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: a93c9bed55def714b8836fe9a9e09a2a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_BackwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_BackwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_BackwardRight.fbx.meta new file mode 100644 index 000000000..a4fcfa6fd --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_BackwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: b77841f73a04243498d7c233cd4f21d0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_BackwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Forward.fbx.meta new file mode 100644 index 000000000..3b647894d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 012fd8b7e910f804caadf295d5d45e2f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_ForwardLeft.fbx.meta new file mode 100644 index 000000000..59749df35 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: b06ebacf4f8320c4cb1c07046898d862 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_ForwardRight.fbx.meta new file mode 100644 index 000000000..d2ed74fa5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 6c1c5513c95aed44e9db044c2d6406a1 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Left.fbx.meta new file mode 100644 index 000000000..4b7c8e372 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Left.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ff44bb82f0146a74fb98ea1824cae44a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Right.fbx.meta new file mode 100644 index 000000000..ce120c664 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk01_Right.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 6ae6fc1ae59ede345b4fb194814f318f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Backward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Backward.fbx.meta new file mode 100644 index 000000000..3fc1addbf --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Backward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ea1152d3598363b4ba8e5a2aaf1b9590 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_Backward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_BackwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_BackwardLeft.fbx.meta new file mode 100644 index 000000000..3b45d8a7c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_BackwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 873980f978ad4ae498266ffafd5bf1d0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_BackwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_BackwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_BackwardRight.fbx.meta new file mode 100644 index 000000000..d511d167a --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_BackwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: af6414bbb9bacf943bcbdf44d233bc7a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_BackwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Forward.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Forward.fbx.meta new file mode 100644 index 000000000..58200ec84 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Forward.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: d18c13a5b4b923244a524a76a303e61d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_Forward + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_ForwardLeft.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_ForwardLeft.fbx.meta new file mode 100644 index 000000000..4b9b50557 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_ForwardLeft.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 59b6f459adee1bf4cbe2053a8f8c9f7f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_ForwardLeft + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_ForwardRight.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_ForwardRight.fbx.meta new file mode 100644 index 000000000..ac37c00d9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_ForwardRight.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 387b197aeb151d64686b217c74607f6d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_ForwardRight + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Left.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Left.fbx.meta new file mode 100644 index 000000000..0c946e3aa --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Left.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 53ee308983da34a4d9eae29e5b8ebcf0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_Left + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Right.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Right.fbx.meta new file mode 100644 index 000000000..570d8f557 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/Human@Walk02_Right.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 1cb35aa1eecdc0a44a7574a2f50af956 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_Right + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM.meta new file mode 100644 index 000000000..7572c71b1 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 632ff057f33ee164db05cdc241627d85 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Backward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Backward [RM].fbx.meta new file mode 100644 index 000000000..e0eaf2e9b --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Backward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 279dea3e5c907f84b8fd79b464404a01 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_Backward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_BackwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_BackwardLeft [RM].fbx.meta new file mode 100644 index 000000000..4364adaf6 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_BackwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 04dbe06c53dc3b246bc83f0803e3b71d +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_BackwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_BackwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_BackwardRight [RM].fbx.meta new file mode 100644 index 000000000..f78b96d6c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_BackwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: bebe632f34314de4ab6b8ed6cf0ad983 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_BackwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Forward [RM].fbx.meta new file mode 100644 index 000000000..ab573c006 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 45f47d2e897173a469caef4a1da768dd +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..81fdbc3a5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 7347e916c0047db4c83cae759dbc0bad +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..e851d3949 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 0ab6a2e6f889b2f488bf18638a9635e3 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Left [RM].fbx.meta new file mode 100644 index 000000000..9398a74da --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Left [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: b3c5165fa2a9dcf4cb7031c16952b306 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Right [RM].fbx.meta new file mode 100644 index 000000000..d497bad74 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk01_Right [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 64ee24dd49e72b049812dace66fc223f +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk01_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Backward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Backward [RM].fbx.meta new file mode 100644 index 000000000..ab28a6170 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Backward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: b9d3add11541db24eae0595af3ae99d3 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_Backward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_BackwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_BackwardLeft [RM].fbx.meta new file mode 100644 index 000000000..03e1fa290 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_BackwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 32a22e7e9a5ca8347bd2c192ab3af821 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_BackwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_BackwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_BackwardRight [RM].fbx.meta new file mode 100644 index 000000000..fece17214 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_BackwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 82cd4b80fd909174cb0e0de6bdfc6e65 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_BackwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Forward [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Forward [RM].fbx.meta new file mode 100644 index 000000000..cd8200151 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Forward [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ba4b29849962c4449b8058ef24b1f028 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_Forward [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_ForwardLeft [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_ForwardLeft [RM].fbx.meta new file mode 100644 index 000000000..e7bf5a727 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_ForwardLeft [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 2f5a53d28687c874faf248c44a9c078e +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_ForwardLeft [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_ForwardRight [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_ForwardRight [RM].fbx.meta new file mode 100644 index 000000000..b5ca4581a --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_ForwardRight [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 0a08d205231ed564d97c4e32af47f926 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_ForwardRight [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Left [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Left [RM].fbx.meta new file mode 100644 index 000000000..350413b68 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Left [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: cd2bf7d704d24574ba8d51a71eb04bf9 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_Left [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Right [RM].fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Right [RM].fbx.meta new file mode 100644 index 000000000..8d8c31cfc --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Movement/Walk/RM/Human@Walk02_Right [RM].fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 6db4b1026ab60f8408ec34bbf311f777 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: Rig/B-root + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Walk02_Right [RM] + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 24 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social.meta new file mode 100644 index 000000000..3853af003 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 68479044e00eff842bdfd1ee51a76f18 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation.meta new file mode 100644 index 000000000..48c56a6df --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d9951475576a2c94889f052a61b9e4bf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadNod01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadNod01.fbx.meta new file mode 100644 index 000000000..dfdda3378 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadNod01.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: aebbf5f310305114e8a2aba689949942 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HeadNod01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 34 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadNod02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadNod02.fbx.meta new file mode 100644 index 000000000..e0b0dbd3d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadNod02.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 144b334336d92f34d94d905b23a715f5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HeadNod02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 34 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake01.fbx.meta new file mode 100644 index 000000000..de2911fc2 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake01.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: a4aa72ceb1bc95946860f680bb0b1a99 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HeadShake01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake02.fbx.meta new file mode 100644 index 000000000..df007d850 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake02.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: e54bfab6f34c0ba43852ed1c63ff0df7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HeadShake02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 44 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake03.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake03.fbx.meta new file mode 100644 index 000000000..f1fee817b --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake03.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: ddbde77d15ccd5d42864ee5474f49d51 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HeadShake03 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 54 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake04.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake04.fbx.meta new file mode 100644 index 000000000..9b7d2e307 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@HeadShake04.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 29f2cacf29814944dab7d2fe765538b9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HeadShake04 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 54 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question01.fbx.meta new file mode 100644 index 000000000..f8ad3c649 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: f22f96823aeb8f54681ad8172d7d983a +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Question01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 63 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question02.fbx.meta new file mode 100644 index 000000000..bd4c75f28 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 0c62f0b2cdbfb5a4089801461ac1f215 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Question02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 63 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question03.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question03.fbx.meta new file mode 100644 index 000000000..08128fb7f --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question03.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 114738cc106889348abc7f661cb471b8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Question03 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 79 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question04.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question04.fbx.meta new file mode 100644 index 000000000..d98904946 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Question04.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 497270425607e8a48a27f032a3c7ff32 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Question04 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 79 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk01.fbx.meta new file mode 100644 index 000000000..9d989788e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 5277e5180e302184fb73653674a14c85 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Talk01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 67 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk02.fbx.meta new file mode 100644 index 000000000..bda427d02 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ef7fc1c2505f93948addc245824a58b1 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Talk02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 67 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk03.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk03.fbx.meta new file mode 100644 index 000000000..1af8bd3c9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk03.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 13e5c6347e4990141aff0df3db32a8d6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Talk03 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 56 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk04.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk04.fbx.meta new file mode 100644 index 000000000..5e4b566c0 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk04.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 573ca1a2b43c1954cb3295c5db70e290 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Talk04 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 56 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk05.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk05.fbx.meta new file mode 100644 index 000000000..7f58cac63 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk05.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 657f537a6fb20704190454abfa01f377 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Talk05 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 89 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk06.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk06.fbx.meta new file mode 100644 index 000000000..9b8c40233 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Conversation/Human@Talk06.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 59451014775df7c4ab285e85237cd01c +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Talk06 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 89 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions.meta new file mode 100644 index 000000000..7fd9d1e75 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 191a413747db3a04f985594be51e11d3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry01.fbx.meta new file mode 100644 index 000000000..83f44615e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry01.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 752e273b7999f7e4eaa4390978480df9 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Angry01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 86 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry02.fbx.meta new file mode 100644 index 000000000..83d8080ee --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry02.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: abb4fa69f941f9a4487a3a2f8d3ff75d +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Angry02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 86 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry03.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry03.fbx.meta new file mode 100644 index 000000000..73bc24044 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry03.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: ffc8dd687a3364d4c900549526afc6da +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Angry03 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 37 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry04.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry04.fbx.meta new file mode 100644 index 000000000..4c77ce355 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Angry04.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 9f46661454a24124bbdfeb785fa0d361 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Angry04 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 37 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer01.fbx.meta new file mode 100644 index 000000000..6e9a3221c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 3896161f581ae2142b00aace91cc37ed +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Cheer01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer02.fbx.meta new file mode 100644 index 000000000..256a80ad0 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 9a413baa832b7df449f1509cb4d02ea0 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Cheer02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer03.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer03.fbx.meta new file mode 100644 index 000000000..e9c40c160 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer03.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: feb6672689596ad4aa6979829abc6679 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Cheer03 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 26 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer04.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer04.fbx.meta new file mode 100644 index 000000000..932f09bb7 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Cheer04.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 4c981c780e9b0c24dac86126c3539b93 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Cheer04 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 26 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Fear01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Fear01.fbx.meta new file mode 100644 index 000000000..abed0bda6 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Fear01.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 57a6198c7e569494da39554adf7413e4 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Fear01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Fear02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Fear02.fbx.meta new file mode 100644 index 000000000..d7c175452 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Fear02.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 45308f601b6cf424f98117caa0a53bd7 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Fear02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 40 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Pain01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Pain01.fbx.meta new file mode 100644 index 000000000..1dfae315a --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Pain01.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: e8e308d98a0a6d140a39520fb42e1d59 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Pain01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 30 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Pain02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Pain02.fbx.meta new file mode 100644 index 000000000..1cd01fc85 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Emotions/Human@Pain02.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 7dc76a7da0e4b484a98bf80217ec04ba +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@Pain02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 30 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandClap01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandClap01.fbx.meta new file mode 100644 index 000000000..11a73a43d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandClap01.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: fd3c4482d0a246e4d8b14696506e7dd2 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HandClap01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 71 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandClap02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandClap02.fbx.meta new file mode 100644 index 000000000..9ae5f602e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandClap02.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 24c889c61cfc3bf41a9e83c20390281b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HandClap02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 71 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave01.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave01.fbx.meta new file mode 100644 index 000000000..f83f26775 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave01.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: 2ca145d436cfd7647afdc69628ba7962 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HandWave01 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 76 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave02.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave02.fbx.meta new file mode 100644 index 000000000..bc44d66d5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave02.fbx.meta @@ -0,0 +1,886 @@ +fileFormatVersion: 2 +guid: ea6116e8da8db6548a3494ce58f6c4a3 +labels: +- Animation +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HandWave02 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 76 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave03.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave03.fbx.meta new file mode 100644 index 000000000..0bdf562ff --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave03.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 4e96c7df0f905f046a8cfe9d7a6a4093 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HandWave03 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 96 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave04.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave04.fbx.meta new file mode 100644 index 000000000..f76fadfd9 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Animations/Social/Human@HandWave04.fbx.meta @@ -0,0 +1,884 @@ +fileFormatVersion: 2 +guid: 1b9bde77606351b4492c21098afc05e0 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Human@HandWave04 + takeName: Untitled + internalID: 3094330708855449807 + firstFrame: 0 + lastFrame: 96 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 1 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: B-hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thigh.R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shin.R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-foot.R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-shoulder.R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-upperArm.R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-forearm.R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-hand.R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-toe.R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb01.R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb02.R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-thumb03.R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger01.R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger02.R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-indexFinger03.R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger01.R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger02.R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-middleFinger03.R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger01.R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger02.R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-ringFinger03.R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky01.R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky02.R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: B-pinky03.R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: BasicMotions_DummyModel(Clone) + parentName: + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Rig + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-root + parentName: Rig + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: B-hips + parentName: B-root + position: {x: -0, y: 0.967712, z: 0.016772} + rotation: {x: 0.1297545, y: 0, z: -0, w: 0.99154615} + scale: {x: 1, y: 0.99999946, z: 0.99999946} + - name: B-spine + parentName: B-hips + position: {x: -0, y: 0.0864355, z: -0.00000015656816} + rotation: {x: -0.12406833, y: 0, z: -0, w: 0.9922737} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: B-chest + parentName: B-spine + position: {x: -0, y: 0.20033823, z: 0.00000012227306} + rotation: {x: -0.06978097, y: 0, z: -0, w: 0.99756235} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: B-shoulder.R + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406448, y: -0.43814516, z: -0.49825865, w: 0.5618429} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.R + parentName: B-shoulder.R + position: {x: -0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023557384, y: 0.7095594, z: -0.07308226, w: 0.7004495} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: B-forearm.R + parentName: B-upperArm.R + position: {x: 0.0000004845639, y: 0.23413911, z: 0.0000007445418} + rotation: {x: 0.0014931356, y: -0.0004221687, z: 0.0032042766, w: 0.9999937} + scale: {x: 0.9999999, y: 1.0000005, z: 1.0000002} + - name: B-hand.R + parentName: B-forearm.R + position: {x: -0.000000346494, y: 0.19596341, z: 0.0000016700882} + rotation: {x: 0.013478996, y: 0.70535433, z: 0.03292279, w: 0.7079616} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000005} + - name: B-indexFinger01.R + parentName: B-hand.R + position: {x: -0.03449997, y: 0.12633918, z: -0.0021414964} + rotation: {x: 0.019054005, y: -0.014956816, z: 0.031316362, w: 0.99921596} + scale: {x: 0.99999946, y: 0.9999999, z: 1.0000001} + - name: B-indexFinger02.R + parentName: B-indexFinger01.R + position: {x: 0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754367, y: 0.028769484, z: -0.003086628, w: 0.99875015} + scale: {x: 1.0000002, y: 0.99999976, z: 1} + - name: B-indexFinger03.R + parentName: B-indexFinger02.R + position: {x: -0.0000002657429, y: 0.033159528, z: 0.00000060446615} + rotation: {x: -0.0062385825, y: 0.004023523, z: -0.0109186545, w: 0.99991286} + scale: {x: 0.9999998, y: 1.0000002, z: 0.9999999} + - name: B-middleFinger01.R + parentName: B-hand.R + position: {x: -0.008886045, y: 0.1261612, z: -0.008553331} + rotation: {x: -0.004700211, y: -0.003255528, z: -0.0018004421, w: 0.99998206} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000001} + - name: B-middleFinger02.R + parentName: B-middleFinger01.R + position: {x: -0.000000046981967, y: 0.046617396, z: -9.137395e-10} + rotation: {x: 0.039370585, y: 0.04573899, z: 0.0037814132, w: 0.9981702} + scale: {x: 0.99999976, y: 0.9999998, z: 0.99999976} + - name: B-middleFinger03.R + parentName: B-middleFinger02.R + position: {x: 0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.004982066, y: -0.02122769, z: -0.0063237865, w: 0.99974227} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.R + parentName: B-hand.R + position: {x: 0.015331205, y: 0.122830234, z: -0.0054616523} + rotation: {x: -0.0071172863, y: 0.0017739199, z: -0.03639906, w: 0.99931043} + scale: {x: 0.9999995, y: 0.9999992, z: 0.9999996} + - name: B-ringFinger02.R + parentName: B-ringFinger01.R + position: {x: -0.00000031217996, y: 0.043245647, z: -0.0000006456809} + rotation: {x: 0.03795382, y: -0.0021151826, z: 0.012530619, w: 0.99919873} + scale: {x: 1.0000006, y: 1.0000005, z: 0.9999996} + - name: B-ringFinger03.R + parentName: B-ringFinger02.R + position: {x: 0.00000044741344, y: 0.03320165, z: 0.000000062149944} + rotation: {x: 0.020912115, y: -0.040652763, z: -0.015794592, w: 0.9988296} + scale: {x: 0.9999991, y: 0.9999998, z: 1.0000006} + - name: B-pinky01.R + parentName: B-hand.R + position: {x: 0.039790355, y: 0.114585854, z: -0.0023256608} + rotation: {x: -0.011727492, y: -0.016481424, z: -0.044222802, w: 0.9988169} + scale: {x: 0.99999917, y: 0.9999994, z: 1.0000001} + - name: B-pinky02.R + parentName: B-pinky01.R + position: {x: -0.00000003321302, y: 0.03667656, z: 0.00000002519709} + rotation: {x: 0.0389889, y: 0.011178168, z: 0.009240678, w: 0.99913436} + scale: {x: 1.0000004, y: 1.0000004, z: 0.99999905} + - name: B-pinky03.R + parentName: B-pinky02.R + position: {x: 0.000000233631, y: 0.030814447, z: -0.000000036697067} + rotation: {x: 0.022102276, y: -0.021823892, z: 0.009210875, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 1.0000008} + - name: B-thumb01.R + parentName: B-hand.R + position: {x: -0.038094684, y: 0.046406813, z: 0.012488984} + rotation: {x: -0.22473074, y: 0.63044804, z: 0.2982115, w: 0.6805155} + scale: {x: 0.99999946, y: 0.99999976, z: 0.99999934} + - name: B-thumb02.R + parentName: B-thumb01.R + position: {x: -0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038172644, y: 0.0133015355, z: -0.008043046, w: 0.9991503} + scale: {x: 1, y: 1.0000002, z: 1.0000004} + - name: B-thumb03.R + parentName: B-thumb02.R + position: {x: 0.0000007783521, y: 0.033692773, z: 0.00000043151786} + rotation: {x: -0.060352437, y: 0.014396637, z: 0.007427044, w: 0.9980457} + scale: {x: 0.99999964, y: 0.9999995, z: 1} + - name: B-shoulder.L + parentName: B-chest + position: {x: -0, y: 0.19326708, z: -0.010196758} + rotation: {x: -0.49406445, y: 0.43814522, z: 0.49825868, w: 0.56184286} + scale: {x: 1.0000002, y: 0.9999999, z: 1.0000004} + - name: B-upperArm.L + parentName: B-shoulder.L + position: {x: 0.0000007727262, y: 0.2015764, z: 0.00000020945838} + rotation: {x: 0.023552556, y: -0.70956004, z: 0.07307723, w: 0.7004495} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: B-forearm.L + parentName: B-upperArm.L + position: {x: -0.0000005030879, y: 0.23413886, z: 0.0000020128161} + rotation: {x: 0.001500113, y: 0.00042217778, z: -0.003204399, w: 0.9999937} + scale: {x: 0.9999999, y: 0.99999946, z: 0.99999917} + - name: B-hand.L + parentName: B-forearm.L + position: {x: 0.00000033819302, y: 0.19596344, z: 0.00000067080776} + rotation: {x: 0.01347893, y: -0.7053543, z: -0.032922726, w: 0.7079617} + scale: {x: 0.9999999, y: 0.99999946, z: 1.0000005} + - name: B-indexFinger01.L + parentName: B-hand.L + position: {x: 0.03449999, y: 0.12633932, z: -0.0021415013} + rotation: {x: 0.019053966, y: 0.014956893, z: -0.031316318, w: 0.99921596} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: B-indexFinger02.L + parentName: B-indexFinger01.L + position: {x: -0.00000022679201, y: 0.044744287, z: -0.00000023105837} + rotation: {x: 0.040754113, y: -0.02876953, z: 0.0030871222, w: 0.99875015} + scale: {x: 1.0000001, y: 0.99999976, z: 1} + - name: B-indexFinger03.L + parentName: B-indexFinger02.L + position: {x: 0.00000029802095, y: 0.033159528, z: 0.00000060365477} + rotation: {x: -0.006238581, y: -0.0040235287, z: 0.010918303, w: 0.99991286} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999976} + - name: B-middleFinger01.L + parentName: B-hand.L + position: {x: 0.008886043, y: 0.12616134, z: -0.008553335} + rotation: {x: -0.004700211, y: 0.0032555598, z: 0.001800301, w: 0.99998206} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000001} + - name: B-middleFinger02.L + parentName: B-middleFinger01.L + position: {x: 0.000000046981967, y: 0.046617404, z: -0.0000000010194597} + rotation: {x: 0.0393672, y: -0.04573896, z: -0.0037810674, w: 0.99817026} + scale: {x: 0.99999976, y: 0.9999999, z: 0.99999976} + - name: B-middleFinger03.L + parentName: B-middleFinger02.L + position: {x: -0.0000003687279, y: 0.034342874, z: 0.00000042082308} + rotation: {x: 0.0049820947, y: 0.021227853, z: 0.006324114, w: 0.99974227} + scale: {x: 0.9999996, y: 0.99999994, z: 0.9999999} + - name: B-ringFinger01.L + parentName: B-hand.L + position: {x: -0.01533123, y: 0.12283037, z: -0.0054616565} + rotation: {x: -0.0071172873, y: -0.0017739037, z: 0.036399618, w: 0.99931043} + scale: {x: 1.0000005, y: 1.0000002, z: 0.9999996} + - name: B-ringFinger02.L + parentName: B-ringFinger01.L + position: {x: 0.00000035541095, y: 0.043245647, z: -0.0000006459284} + rotation: {x: 0.037953522, y: 0.002115277, z: -0.012530953, w: 0.9991987} + scale: {x: 0.9999996, y: 1.0000005, z: 1.0000006} + - name: B-ringFinger03.L + parentName: B-ringFinger02.L + position: {x: -0.00000044933032, y: 0.03320165, z: 0.00000006228257} + rotation: {x: 0.02091208, y: 0.040652793, z: 0.015795145, w: 0.9988296} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: B-pinky01.L + parentName: B-hand.L + position: {x: -0.039790403, y: 0.11458596, z: -0.0023256647} + rotation: {x: -0.011727667, y: 0.016481545, z: 0.044223174, w: 0.99881685} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: B-pinky02.L + parentName: B-pinky01.L + position: {x: 0.00000006987504, y: 0.03667656, z: 0.000000026326195} + rotation: {x: 0.03898872, y: -0.011178377, z: -0.009241314, w: 0.9991344} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: B-pinky03.L + parentName: B-pinky02.L + position: {x: -0.000000233631, y: 0.030814447, z: -0.000000036577386} + rotation: {x: 0.022102261, y: 0.021823803, z: -0.009210773, w: 0.99947506} + scale: {x: 1.0000005, y: 0.99999917, z: 0.9999998} + - name: B-thumb01.L + parentName: B-hand.L + position: {x: 0.038094718, y: 0.046406854, z: 0.01248898} + rotation: {x: -0.22473116, y: -0.63044775, z: -0.29821056, w: 0.680516} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000004} + - name: B-thumb02.L + parentName: B-thumb01.L + position: {x: 0.0000008654272, y: 0.04514785, z: 0.00000060608744} + rotation: {x: 0.038174026, y: -0.01330153, z: 0.008043167, w: 0.9991502} + scale: {x: 1, y: 0.9999994, z: 1.0000004} + - name: B-thumb03.L + parentName: B-thumb02.L + position: {x: -0.0000009483031, y: 0.033693265, z: -0.000000530331} + rotation: {x: -0.06035411, y: -0.014396698, z: -0.007426992, w: 0.99804556} + scale: {x: 1.0000006, y: 1.0000004, z: 0.99999946} + - name: B-neck + parentName: B-chest + position: {x: -0, y: 0.27236554, z: 0.00000038706227} + rotation: {x: 0.13375086, y: 0, z: -0, w: 0.991015} + scale: {x: 1, y: 1.0000007, z: 1.0000007} + - name: B-head + parentName: B-neck + position: {x: -0, y: 0.074097954, z: 0.00000011110492} + rotation: {x: -0.069990024, y: 0, z: -0, w: 0.9975477} + scale: {x: 1, y: 0.99999964, z: 0.99999964} + - name: B-jaw + parentName: B-head + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.70698464, y: 0, z: -0, w: 0.7072289} + scale: {x: 1, y: 1, z: 1} + - name: B-thigh.L + parentName: B-hips + position: {x: -0.086950995, y: -0.053430904, z: 0.010781622} + rotation: {x: 0.9883412, y: -0.03605921, z: 0.017317016, w: 0.14690657} + scale: {x: 1.0000002, y: 0.9999999, z: 0.9999988} + - name: B-shin.L + parentName: B-thigh.L + position: {x: -0.0000006696145, y: 0.4122322, z: -0.0000005066522} + rotation: {x: 0.06810585, y: -0.0038470083, z: -0.036835052, w: 0.99699044} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000002} + - name: B-foot.L + parentName: B-shin.L + position: {x: 0.00000043254192, y: 0.38807636, z: 0.000000981747} + rotation: {x: -0.5176203, y: -0.009153151, z: -0.005270387, w: 0.8555452} + scale: {x: 0.9999999, y: 1, z: 0.9999995} + - name: B-toe.L + parentName: B-foot.L + position: {x: -0.000000134636, y: 0.16131485, z: 0.0000005754653} + rotation: {x: -0.0000000125696165, y: 0.95776284, z: -0.2875593, w: -0.000000041865142} + scale: {x: 1, y: 0.9999991, z: 1.000001} + - name: B-thigh.R + parentName: B-hips + position: {x: 0.086950995, y: -0.053430647, z: 0.01078259} + rotation: {x: 0.98834103, y: 0.03605855, z: -0.017322445, w: 0.14690727} + scale: {x: 1.0000006, y: 1.0000008, z: 1.000002} + - name: B-shin.R + parentName: B-thigh.R + position: {x: -0.00000048074446, y: 0.41223174, z: -0.000000048283308} + rotation: {x: 0.06810746, y: 0.003846939, z: 0.03683452, w: 0.9969904} + scale: {x: 0.99999976, y: 0.99999946, z: 1.0000004} + - name: B-foot.R + parentName: B-shin.R + position: {x: 0.00000060885253, y: 0.38807738, z: 0.00000021095725} + rotation: {x: -0.5176211, y: 0.009157032, z: 0.0052727787, w: 0.85554475} + scale: {x: 0.99999964, y: 0.9999996, z: 1.0000005} + - name: B-toe.R + parentName: B-foot.R + position: {x: -0.000000134637, y: 0.16131532, z: -0.000000067906484} + rotation: {x: -0.000000012569634, y: 0.9577627, z: -0.28755972, w: -0.00000004186514} + scale: {x: 1, y: 1.0000011, z: 0.99999917} + - name: SkinnedMeshes + parentName: BasicMotions_DummyModel(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_BodyOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadMesh + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType01_HeadOutline + parentName: DummyType01 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02 + parentName: SkinnedMeshes + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_BodyOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadMesh + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: DummyType02_HeadOutline + parentName: DummyType02 + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + 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: {fileID: 9000000, guid: 0e1e29b35a3700748811d120b13ed8d6, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Models.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Models.meta new file mode 100644 index 000000000..5432f76d6 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Models.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c310a300a0358f94f81e0eeb585d6cf4 +folderAsset: yes +timeCreated: 1568740068 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Models/BasicMotions_DummyModel.fbx.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Models/BasicMotions_DummyModel.fbx.meta new file mode 100644 index 000000000..de18c9ad8 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Models/BasicMotions_DummyModel.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 0e1e29b35a3700748811d120b13ed8d6 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + 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 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs.meta new file mode 100644 index 000000000..202f63fd0 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 09f81d62173a5e740ac94844bbe0316e +folderAsset: yes +timeCreated: 1568740072 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01 HDRP.prefab.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01 HDRP.prefab.meta new file mode 100644 index 000000000..7adecc73e --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01 HDRP.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 44702eb3f5ff2cc4ca586a63ec08ba2e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01 URP.prefab.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01 URP.prefab.meta new file mode 100644 index 000000000..812a982ac --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01 URP.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7ee6bd4a34d1217458bd869e9928e92a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01.prefab.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01.prefab.meta new file mode 100644 index 000000000..2bfb66136 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel01.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9650c348af697a345b97687c4ac8f362 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02 HDRP.prefab.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02 HDRP.prefab.meta new file mode 100644 index 000000000..512af30d4 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02 HDRP.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e3447d8e12c8e864383f682e8c4b1116 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02 URP.prefab.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02 URP.prefab.meta new file mode 100644 index 000000000..a51f10fcb --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02 URP.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c2f595e2513ed1d459fcf37843299b4f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02.prefab.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02.prefab.meta new file mode 100644 index 000000000..972993932 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Prefabs/BasicMotions_DummyModel02.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 98cead1e2f685b04e84202c47c49717b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures.meta new file mode 100644 index 000000000..0f2c70e10 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 814c701abdfcecd4d944ab1fa1eff14d +folderAsset: yes +timeCreated: 1568740080 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01.meta new file mode 100644 index 000000000..d1450ffd3 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a161aec8352a1c045be83c3eefc384ca +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01 HDRP.mat.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01 HDRP.mat.meta new file mode 100644 index 000000000..f9c6a2e8c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01 HDRP.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cb8c7eff145ba49429e035f97d64a9bc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01 URP.mat.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01 URP.mat.meta new file mode 100644 index 000000000..c50f235ab --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01 URP.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 08943fb817af2c34e9a5d0c7569c99da +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-AmbientOcclusion.png.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-AmbientOcclusion.png.meta new file mode 100644 index 000000000..08dabde8c --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-AmbientOcclusion.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 83d6ae3054db625499490a25a76a3fcc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-BaseColor.png.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-BaseColor.png.meta new file mode 100644 index 000000000..970e6cccb --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-BaseColor.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 7dbe8fdc84d5a6e4e9cb4c47aaeb8961 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-Metallic.png.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-Metallic.png.meta new file mode 100644 index 000000000..316623a80 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-Metallic.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 04f2549d8ac495d4a8840510be7182c4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-Normal.png.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-Normal.png.meta new file mode 100644 index 000000000..9007a7e09 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01-Normal.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: f452fe88a5a89464e88430a61b233530 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01.mat.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01.mat.meta new file mode 100644 index 000000000..71c3529a5 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType01/BasicMotions_DummyType01.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5e867b060059f9b46a429912d1cfa2ae +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02.meta new file mode 100644 index 000000000..28159d745 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 60187ad8fdc4c644d954b1f5ccf11ae9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02 HDRP.mat.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02 HDRP.mat.meta new file mode 100644 index 000000000..f108c76c7 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02 HDRP.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 924ce5c94939aff40bca7de0bd24d668 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02 URP.mat.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02 URP.mat.meta new file mode 100644 index 000000000..922c92705 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02 URP.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc7f2ffda4a7e5441881c41f2c948a3c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-AmbientOcclusion.png.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-AmbientOcclusion.png.meta new file mode 100644 index 000000000..5a9d84d79 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-AmbientOcclusion.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 368ba889470f45d4c8095d1fb2b3ac0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-BaseColor.png.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-BaseColor.png.meta new file mode 100644 index 000000000..7df7dc18d --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-BaseColor.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 349b8745158f0284c951690c64a19c8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-Metallic.png.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-Metallic.png.meta new file mode 100644 index 000000000..2a1cdabee --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-Metallic.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 8e7feeb8295c45849b9245fa5115f12a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-Normal.png.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-Normal.png.meta new file mode 100644 index 000000000..4a2f9d683 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02-Normal.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 12b116fa679307f4d9ea568f3a26510b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02.mat.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02.mat.meta new file mode 100644 index 000000000..4d037ecc2 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/DummyType02/BasicMotions_DummyType02.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d49e8cb9075168e4aaa232d90b4e092a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/Outline.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/Outline.meta new file mode 100644 index 000000000..d262f3bab --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/Outline.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca89d973307feb94395a05ebafad7c36 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/Outline/BasicMotions_Outline.mat.meta b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/Outline/BasicMotions_Outline.mat.meta new file mode 100644 index 000000000..0f71eae08 --- /dev/null +++ b/Assets/Arts/Kevin Iglesias/Basic Motions/Textures/Outline/BasicMotions_Outline.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a089b447294b7c4d80d3703f82691b6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/AssetBundleCollectorSetting.asset.meta b/Assets/AssetBundleCollectorSetting.asset.meta new file mode 100644 index 000000000..d06254a47 --- /dev/null +++ b/Assets/AssetBundleCollectorSetting.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b80f159d7fcbe9c4ba52d420c48bf100 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit.meta b/Assets/BITKit.meta new file mode 100644 index 000000000..7b6652bf1 --- /dev/null +++ b/Assets/BITKit.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 19916fc1b113186498d5b22bd821ac73 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/BITKit.asmdef.meta b/Assets/BITKit/BITKit.asmdef.meta new file mode 100644 index 000000000..cc7e0aa26 --- /dev/null +++ b/Assets/BITKit/BITKit.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 14fe60d984bf9f84eac55c6ea033a8f4 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Blazor.meta b/Assets/BITKit/Blazor.meta new file mode 100644 index 000000000..81a0a61fb --- /dev/null +++ b/Assets/BITKit/Blazor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 77544c5d9a488eb4cbecd5f436321f80 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Blazor/BITKit.Blazor.asmdef.meta b/Assets/BITKit/Blazor/BITKit.Blazor.asmdef.meta new file mode 100644 index 000000000..e0a9da752 --- /dev/null +++ b/Assets/BITKit/Blazor/BITKit.Blazor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2c853a9c32bc3a44eaa6b21b813d1b43 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Blazor/IStandalonePage.cs.meta b/Assets/BITKit/Blazor/IStandalonePage.cs.meta new file mode 100644 index 000000000..668b3d8fe --- /dev/null +++ b/Assets/BITKit/Blazor/IStandalonePage.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7d837a6dc4bbe3a41ba95b7ceff11e6f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core.meta b/Assets/BITKit/Core.meta new file mode 100644 index 000000000..1a1d16051 --- /dev/null +++ b/Assets/BITKit/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 84ba08ddd9af8c3489bfbf527f931578 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Applation.meta b/Assets/BITKit/Core/Applation.meta new file mode 100644 index 000000000..0d515adb0 --- /dev/null +++ b/Assets/BITKit/Core/Applation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 54bf9966042cb77448640e6bcaab73a2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Applation/BITApp.cs.meta b/Assets/BITKit/Core/Applation/BITApp.cs.meta new file mode 100644 index 000000000..8eb6c815f --- /dev/null +++ b/Assets/BITKit/Core/Applation/BITApp.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f294b7d618b60214fb5f5e3b6ed943b5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Applation/BITAppForNet.cs.meta b/Assets/BITKit/Core/Applation/BITAppForNet.cs.meta new file mode 100644 index 000000000..16c81c8a5 --- /dev/null +++ b/Assets/BITKit/Core/Applation/BITAppForNet.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f60fbb1bf83ff0a4598b5855e07306bd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Attributes.meta b/Assets/BITKit/Core/Attributes.meta new file mode 100644 index 000000000..41e08d660 --- /dev/null +++ b/Assets/BITKit/Core/Attributes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02884d7224110ba4d9798f9b87e60c58 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Attributes/ExcuteOnLoad.cs.meta b/Assets/BITKit/Core/Attributes/ExcuteOnLoad.cs.meta new file mode 100644 index 000000000..0083beb65 --- /dev/null +++ b/Assets/BITKit/Core/Attributes/ExcuteOnLoad.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8caa952a933b7c846a0db6da51070e90 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Attributes/IBITCommand.cs.meta b/Assets/BITKit/Core/Attributes/IBITCommand.cs.meta new file mode 100644 index 000000000..220789559 --- /dev/null +++ b/Assets/BITKit/Core/Attributes/IBITCommand.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a4d8b155e22459c409928ded0c55306c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Attributes/PersistentData.cs.meta b/Assets/BITKit/Core/Attributes/PersistentData.cs.meta new file mode 100644 index 000000000..2f980b9fe --- /dev/null +++ b/Assets/BITKit/Core/Attributes/PersistentData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ee5d61ba10ab4324a97f534d5aefc64b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/AutoMapper.meta b/Assets/BITKit/Core/AutoMapper.meta new file mode 100644 index 000000000..ffc7d303a --- /dev/null +++ b/Assets/BITKit/Core/AutoMapper.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 96e39a73f8661b24dbf8f9011e2ab5fc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/AutoMapper/BITMapper.cs.meta b/Assets/BITKit/Core/AutoMapper/BITMapper.cs.meta new file mode 100644 index 000000000..7eaa380c8 --- /dev/null +++ b/Assets/BITKit/Core/AutoMapper/BITMapper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6326313c2431df34d8f764f3bcefd664 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/BITLog.meta b/Assets/BITKit/Core/BITLog.meta new file mode 100644 index 000000000..4b9dc454d --- /dev/null +++ b/Assets/BITKit/Core/BITLog.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b6e1cddc5f0f12247ad2aa9ca23c942c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/BITLog/BIT4Log.cs.meta b/Assets/BITKit/Core/BITLog/BIT4Log.cs.meta new file mode 100644 index 000000000..cfc5dc57b --- /dev/null +++ b/Assets/BITKit/Core/BITLog/BIT4Log.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 34046c958bffaa14497f084a93e808cc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Binary.meta b/Assets/BITKit/Core/Binary.meta new file mode 100644 index 000000000..a1eb6f7eb --- /dev/null +++ b/Assets/BITKit/Core/Binary.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1f7b18e0272be1f45bd47299c7405240 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Binary/BITBinary.cs.meta b/Assets/BITKit/Core/Binary/BITBinary.cs.meta new file mode 100644 index 000000000..c7e3eb664 --- /dev/null +++ b/Assets/BITKit/Core/Binary/BITBinary.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d9c2c6e55bf7d7f4ba47dd9a3c3cd780 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Binary/BinaryBuilder.cs.meta b/Assets/BITKit/Core/Binary/BinaryBuilder.cs.meta new file mode 100644 index 000000000..624208d26 --- /dev/null +++ b/Assets/BITKit/Core/Binary/BinaryBuilder.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2bf7f799ce3987d48970808b6653a966 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Binary/IEnumerableSupport.cs.meta b/Assets/BITKit/Core/Binary/IEnumerableSupport.cs.meta new file mode 100644 index 000000000..c93210ac4 --- /dev/null +++ b/Assets/BITKit/Core/Binary/IEnumerableSupport.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f98dd998de70fdb42aad67eda57350ce +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Binary/SystemTypeSupport.cs.meta b/Assets/BITKit/Core/Binary/SystemTypeSupport.cs.meta new file mode 100644 index 000000000..2072057ae --- /dev/null +++ b/Assets/BITKit/Core/Binary/SystemTypeSupport.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 22f57f76c9979f647a2e6d69f45e9952 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Binary/UnityMathematicsSupport.cs.meta b/Assets/BITKit/Core/Binary/UnityMathematicsSupport.cs.meta new file mode 100644 index 000000000..acf632d0e --- /dev/null +++ b/Assets/BITKit/Core/Binary/UnityMathematicsSupport.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 569f971c92c944547bb83c0e8b388c22 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Command Pattern.meta b/Assets/BITKit/Core/Command Pattern.meta new file mode 100644 index 000000000..000d9a2f7 --- /dev/null +++ b/Assets/BITKit/Core/Command Pattern.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 242f24809addbc442a81534487aa2b17 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Command Pattern/CommandPattern.cs.meta b/Assets/BITKit/Core/Command Pattern/CommandPattern.cs.meta new file mode 100644 index 000000000..df2c01118 --- /dev/null +++ b/Assets/BITKit/Core/Command Pattern/CommandPattern.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 348d403129b862f46a56448b4e2e9528 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Commands.meta b/Assets/BITKit/Core/Commands.meta new file mode 100644 index 000000000..c7fb8b12f --- /dev/null +++ b/Assets/BITKit/Core/Commands.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9b6f1512fa99d5b41a8e33beadca5db7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Commands/BITCommand.cs.meta b/Assets/BITKit/Core/Commands/BITCommand.cs.meta new file mode 100644 index 000000000..2ed5ce053 --- /dev/null +++ b/Assets/BITKit/Core/Commands/BITCommand.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f612e9bb2b7d3334e95399c641051cd7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Crypto.meta b/Assets/BITKit/Core/Crypto.meta new file mode 100644 index 000000000..525ade7b3 --- /dev/null +++ b/Assets/BITKit/Core/Crypto.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 47446028359168843813e0d48fa10de5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Crypto/Core.meta b/Assets/BITKit/Core/Crypto/Core.meta new file mode 100644 index 000000000..7c78df95d --- /dev/null +++ b/Assets/BITKit/Core/Crypto/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6c3b8ff8ac3fe6f45bb8f4690a0a15e1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Crypto/Core/BITCrypto.cs.meta b/Assets/BITKit/Core/Crypto/Core/BITCrypto.cs.meta new file mode 100644 index 000000000..f6fcfd1e9 --- /dev/null +++ b/Assets/BITKit/Core/Crypto/Core/BITCrypto.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d015706f3749b334ab81c82b23a1575a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Crypto/Core/ICryptography.cs.meta b/Assets/BITKit/Core/Crypto/Core/ICryptography.cs.meta new file mode 100644 index 000000000..bba7644a5 --- /dev/null +++ b/Assets/BITKit/Core/Crypto/Core/ICryptography.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e6da82a831307d145bac6bdf73a852c9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Description.meta b/Assets/BITKit/Core/Description.meta new file mode 100644 index 000000000..1de1a0896 --- /dev/null +++ b/Assets/BITKit/Core/Description.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ee4ee95308f73e84fbd78715d71e0948 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Description/IDescription.cs.meta b/Assets/BITKit/Core/Description/IDescription.cs.meta new file mode 100644 index 000000000..25765d7ef --- /dev/null +++ b/Assets/BITKit/Core/Description/IDescription.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 97c54661eb0102f429f240fe3b2b5b2d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/DesignPatterns.meta b/Assets/BITKit/Core/DesignPatterns.meta new file mode 100644 index 000000000..2713c8a75 --- /dev/null +++ b/Assets/BITKit/Core/DesignPatterns.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5ae1e7f59a6a2c64db48d78763a6dfa3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/DesignPatterns/DoubleBuffer.cs.meta b/Assets/BITKit/Core/DesignPatterns/DoubleBuffer.cs.meta new file mode 100644 index 000000000..2f3f9b0ae --- /dev/null +++ b/Assets/BITKit/Core/DesignPatterns/DoubleBuffer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: aa92f9c5ddad64741a2a86086b4fc977 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/ECS.meta b/Assets/BITKit/Core/ECS.meta new file mode 100644 index 000000000..73f56644f --- /dev/null +++ b/Assets/BITKit/Core/ECS.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4df6da0dfd0d4434ea18dba5acff9c9b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/ECS/Built-In.meta b/Assets/BITKit/Core/ECS/Built-In.meta new file mode 100644 index 000000000..69060d4b5 --- /dev/null +++ b/Assets/BITKit/Core/ECS/Built-In.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e6e3dd866bf54704f80f92354da73988 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/ECS/Built-In/IdComponent.cs.meta b/Assets/BITKit/Core/ECS/Built-In/IdComponent.cs.meta new file mode 100644 index 000000000..3b03d78f3 --- /dev/null +++ b/Assets/BITKit/Core/ECS/Built-In/IdComponent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 97769dbc5bf34414e9034f63f7401d7d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/ECS/EntitiesService.cs.meta b/Assets/BITKit/Core/ECS/EntitiesService.cs.meta new file mode 100644 index 000000000..4c28016ac --- /dev/null +++ b/Assets/BITKit/Core/ECS/EntitiesService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fe988b178709928459e7b3ec5849dcfa +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/ECS/Entity.cs.meta b/Assets/BITKit/Core/ECS/Entity.cs.meta new file mode 100644 index 000000000..2406b036a --- /dev/null +++ b/Assets/BITKit/Core/ECS/Entity.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 881c97aa8732ace4796d97874c8f8769 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/ECS/EntityBinarySystem.cs.meta b/Assets/BITKit/Core/ECS/EntityBinarySystem.cs.meta new file mode 100644 index 000000000..aa78389a2 --- /dev/null +++ b/Assets/BITKit/Core/ECS/EntityBinarySystem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 41391256f70b92848918e355d5d43b78 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/ECS/EntityComponentSystem.cs.meta b/Assets/BITKit/Core/ECS/EntityComponentSystem.cs.meta new file mode 100644 index 000000000..e362eedfa --- /dev/null +++ b/Assets/BITKit/Core/ECS/EntityComponentSystem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7b3633d05e238114088cd0bf825e67b2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/ECS/IEntitiesNetService.cs.meta b/Assets/BITKit/Core/ECS/IEntitiesNetService.cs.meta new file mode 100644 index 000000000..3296aad5a --- /dev/null +++ b/Assets/BITKit/Core/ECS/IEntitiesNetService.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 714df46758a64d36a9ecdea0ac29329a +timeCreated: 1718692935 \ No newline at end of file diff --git a/Assets/BITKit/Core/Enums.meta b/Assets/BITKit/Core/Enums.meta new file mode 100644 index 000000000..3bea15165 --- /dev/null +++ b/Assets/BITKit/Core/Enums.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c96732fcf24d45d43883329808336c7d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Enums/InitializationState.cs.meta b/Assets/BITKit/Core/Enums/InitializationState.cs.meta new file mode 100644 index 000000000..e547017f9 --- /dev/null +++ b/Assets/BITKit/Core/Enums/InitializationState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a83d5ea486ee4c14d85c71eb5cbbf7d4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Exceptions.meta b/Assets/BITKit/Core/Exceptions.meta new file mode 100644 index 000000000..5663fd8ed --- /dev/null +++ b/Assets/BITKit/Core/Exceptions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a23a2d9fef9776142af7e50fb2c44133 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Exceptions/InGameException.cs.meta b/Assets/BITKit/Core/Exceptions/InGameException.cs.meta new file mode 100644 index 000000000..988ac617d --- /dev/null +++ b/Assets/BITKit/Core/Exceptions/InGameException.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b3fe26327d131494f9f26f6b5fc1243f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Exceptions/MyException.cs.meta b/Assets/BITKit/Core/Exceptions/MyException.cs.meta new file mode 100644 index 000000000..62968d8f8 --- /dev/null +++ b/Assets/BITKit/Core/Exceptions/MyException.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2dd41043546fb0e41a82e57749c0994a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions.meta b/Assets/BITKit/Core/Extensions.meta new file mode 100644 index 000000000..ab644fe79 --- /dev/null +++ b/Assets/BITKit/Core/Extensions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cec4575222afb2e468161cc1a1e0f207 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/Float.cs.meta b/Assets/BITKit/Core/Extensions/Float.cs.meta new file mode 100644 index 000000000..bf205120f --- /dev/null +++ b/Assets/BITKit/Core/Extensions/Float.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: df5d9bb3e7ac9d54b83b976b5a2d30b4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/Func.cs.meta b/Assets/BITKit/Core/Extensions/Func.cs.meta new file mode 100644 index 000000000..eb448fa09 --- /dev/null +++ b/Assets/BITKit/Core/Extensions/Func.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8372b15121bd7e4408788d269d22fc20 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/Generic.cs.meta b/Assets/BITKit/Core/Extensions/Generic.cs.meta new file mode 100644 index 000000000..3355a2a76 --- /dev/null +++ b/Assets/BITKit/Core/Extensions/Generic.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 14d0352e70a860e4b9b3ec7cb8892b78 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/HttpClient.cs.meta b/Assets/BITKit/Core/Extensions/HttpClient.cs.meta new file mode 100644 index 000000000..349f50e6e --- /dev/null +++ b/Assets/BITKit/Core/Extensions/HttpClient.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c1610171280cf1d488accdfd46ae59d4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/IDictionary.cs.meta b/Assets/BITKit/Core/Extensions/IDictionary.cs.meta new file mode 100644 index 000000000..994cc990a --- /dev/null +++ b/Assets/BITKit/Core/Extensions/IDictionary.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 04ea995aa6d0c984880c93395dfd00cd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/IEnumerable.cs.meta b/Assets/BITKit/Core/Extensions/IEnumerable.cs.meta new file mode 100644 index 000000000..6c1508abf --- /dev/null +++ b/Assets/BITKit/Core/Extensions/IEnumerable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d427911f789bacc44921a505bda438ac +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/Int.cs.meta b/Assets/BITKit/Core/Extensions/Int.cs.meta new file mode 100644 index 000000000..b2563b844 --- /dev/null +++ b/Assets/BITKit/Core/Extensions/Int.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5deb0765f2d6e1c49b22b2fae81a0fba +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/Linq.cs.meta b/Assets/BITKit/Core/Extensions/Linq.cs.meta new file mode 100644 index 000000000..adb712aa4 --- /dev/null +++ b/Assets/BITKit/Core/Extensions/Linq.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f644fd4e5d504ce418608d3e4caf7bd8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/Object.cs.meta b/Assets/BITKit/Core/Extensions/Object.cs.meta new file mode 100644 index 000000000..29d84bcc7 --- /dev/null +++ b/Assets/BITKit/Core/Extensions/Object.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 90def077c24ec12458b0c10d0376ea90 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/String.cs.meta b/Assets/BITKit/Core/Extensions/String.cs.meta new file mode 100644 index 000000000..9e04c46e8 --- /dev/null +++ b/Assets/BITKit/Core/Extensions/String.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fbde83a1ec97dcc4b865818bac1a2089 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Extensions/Task.cs.meta b/Assets/BITKit/Core/Extensions/Task.cs.meta new file mode 100644 index 000000000..c1865f0bb --- /dev/null +++ b/Assets/BITKit/Core/Extensions/Task.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 16836a321d3d42848b826200a49eeba4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Group.meta b/Assets/BITKit/Core/Group.meta new file mode 100644 index 000000000..e817d03c3 --- /dev/null +++ b/Assets/BITKit/Core/Group.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 69b36d3bfe084224b80679430b678397 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Group/ActivableGroup.cs.meta b/Assets/BITKit/Core/Group/ActivableGroup.cs.meta new file mode 100644 index 000000000..c8d6dd1ec --- /dev/null +++ b/Assets/BITKit/Core/Group/ActivableGroup.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 407c6cf54ae8abc42b77a090f9fa7616 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Interfaces.meta b/Assets/BITKit/Core/Interfaces.meta new file mode 100644 index 000000000..a85e2a788 --- /dev/null +++ b/Assets/BITKit/Core/Interfaces.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c52c07d34914f0946b91638e39b4cff8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Interfaces/Application.meta b/Assets/BITKit/Core/Interfaces/Application.meta new file mode 100644 index 000000000..7b2187498 --- /dev/null +++ b/Assets/BITKit/Core/Interfaces/Application.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: b3eaff41cb954f94a91074a7afef4c76 +timeCreated: 1692087313 \ No newline at end of file diff --git a/Assets/BITKit/Core/Interfaces/Application/IApplicationService.cs.meta b/Assets/BITKit/Core/Interfaces/Application/IApplicationService.cs.meta new file mode 100644 index 000000000..839bfe8e8 --- /dev/null +++ b/Assets/BITKit/Core/Interfaces/Application/IApplicationService.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 3f3e7d257253470abbbdf38adbd61f82 +timeCreated: 1692087327 \ No newline at end of file diff --git a/Assets/BITKit/Core/Item.meta b/Assets/BITKit/Core/Item.meta new file mode 100644 index 000000000..4b81a816c --- /dev/null +++ b/Assets/BITKit/Core/Item.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f41f66ec67268e44391bc01a0751a373 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Item/BITKit.Item.asmdef.meta b/Assets/BITKit/Core/Item/BITKit.Item.asmdef.meta new file mode 100644 index 000000000..40ca10587 --- /dev/null +++ b/Assets/BITKit/Core/Item/BITKit.Item.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 677cd05ca06c46b4395470200b1acdad +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Item/Item.cs.meta b/Assets/BITKit/Core/Item/Item.cs.meta new file mode 100644 index 000000000..c23cff80f --- /dev/null +++ b/Assets/BITKit/Core/Item/Item.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f167bb98af08b55459eaaac9357bbe7a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Item/ItemContainer.cs.meta b/Assets/BITKit/Core/Item/ItemContainer.cs.meta new file mode 100644 index 000000000..d4f55c6a0 --- /dev/null +++ b/Assets/BITKit/Core/Item/ItemContainer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dfb3f40c70b04764d9a4b6c9e7c7ca7a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Item/ItemEx.cs.meta b/Assets/BITKit/Core/Item/ItemEx.cs.meta new file mode 100644 index 000000000..203a9fa21 --- /dev/null +++ b/Assets/BITKit/Core/Item/ItemEx.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ebeadaca27f99904a87e52f3f63042f9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Kcp.meta b/Assets/BITKit/Core/Kcp.meta new file mode 100644 index 000000000..9804502dc --- /dev/null +++ b/Assets/BITKit/Core/Kcp.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25e9a06fd865f134b9c0ea70cb3bf117 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Kcp/KCPNet.cs.meta b/Assets/BITKit/Core/Kcp/KCPNet.cs.meta new file mode 100644 index 000000000..291c245bb --- /dev/null +++ b/Assets/BITKit/Core/Kcp/KCPNet.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: e925c6c18e364f9080a8f178634985c6 +timeCreated: 1686243252 \ No newline at end of file diff --git a/Assets/BITKit/Core/Kcp/KcpNetClient.cs.meta b/Assets/BITKit/Core/Kcp/KcpNetClient.cs.meta new file mode 100644 index 000000000..e34bb8ef3 --- /dev/null +++ b/Assets/BITKit/Core/Kcp/KcpNetClient.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 54d1be6c733d4b70bb0091148db5821f +timeCreated: 1686242949 \ No newline at end of file diff --git a/Assets/BITKit/Core/Kcp/KcpNetServer.cs.meta b/Assets/BITKit/Core/Kcp/KcpNetServer.cs.meta new file mode 100644 index 000000000..8a56a208f --- /dev/null +++ b/Assets/BITKit/Core/Kcp/KcpNetServer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8972ecb7d19f1594ca4020439e7c7abc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mathematics.meta b/Assets/BITKit/Core/Mathematics.meta new file mode 100644 index 000000000..4683c2bdd --- /dev/null +++ b/Assets/BITKit/Core/Mathematics.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 028558b375a20e44ebebdafd2ef51761 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mathematics/Float2.cs.meta b/Assets/BITKit/Core/Mathematics/Float2.cs.meta new file mode 100644 index 000000000..84079fac5 --- /dev/null +++ b/Assets/BITKit/Core/Mathematics/Float2.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 20eb384d4a5df4549a17a6f04ddba5e7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mathematics/MathE.cs.meta b/Assets/BITKit/Core/Mathematics/MathE.cs.meta new file mode 100644 index 000000000..09797ab0c --- /dev/null +++ b/Assets/BITKit/Core/Mathematics/MathE.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b5364dadcf23d144fad7dafbf16eb02f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mathematics/MathO.cs.meta b/Assets/BITKit/Core/Mathematics/MathO.cs.meta new file mode 100644 index 000000000..d7923eb32 --- /dev/null +++ b/Assets/BITKit/Core/Mathematics/MathO.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 388cfabfb2b84ee6a13475813fe1c7f0 +timeCreated: 1685708628 \ No newline at end of file diff --git a/Assets/BITKit/Core/Mod.meta b/Assets/BITKit/Core/Mod.meta new file mode 100644 index 000000000..165294f82 --- /dev/null +++ b/Assets/BITKit/Core/Mod.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 237df241127e9db4e8945efe90ffe83a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mod/ModCommands.cs.meta b/Assets/BITKit/Core/Mod/ModCommands.cs.meta new file mode 100644 index 000000000..699b5e2f2 --- /dev/null +++ b/Assets/BITKit/Core/Mod/ModCommands.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5db9ede675f865f4bb8572fada2ec7ab +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mod/ModPackage.cs.meta b/Assets/BITKit/Core/Mod/ModPackage.cs.meta new file mode 100644 index 000000000..eac6d768a --- /dev/null +++ b/Assets/BITKit/Core/Mod/ModPackage.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3b340f148374c7a4ab84a5835089faf6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mod/ModService.cs.meta b/Assets/BITKit/Core/Mod/ModService.cs.meta new file mode 100644 index 000000000..fdbc031a7 --- /dev/null +++ b/Assets/BITKit/Core/Mod/ModService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3e5da31958eda074e87068926f79dd11 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mod/ModService_IO.cs.meta b/Assets/BITKit/Core/Mod/ModService_IO.cs.meta new file mode 100644 index 000000000..4b127f6a1 --- /dev/null +++ b/Assets/BITKit/Core/Mod/ModService_IO.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c63d2ab8d0ff2304e980bb1e0585c903 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Mod/ModTypes.cs.meta b/Assets/BITKit/Core/Mod/ModTypes.cs.meta new file mode 100644 index 000000000..04beb7d21 --- /dev/null +++ b/Assets/BITKit/Core/Mod/ModTypes.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 55e47ab2418c5894b9c1349e43415cb3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Models.meta b/Assets/BITKit/Core/Models.meta new file mode 100644 index 000000000..ab5608475 --- /dev/null +++ b/Assets/BITKit/Core/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1d9af9c2ec330c24585489e989faa692 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Models/ContextModel.cs.meta b/Assets/BITKit/Core/Models/ContextModel.cs.meta new file mode 100644 index 000000000..e6b543653 --- /dev/null +++ b/Assets/BITKit/Core/Models/ContextModel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7ebc5972691071a488baabb457521030 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Modification.meta b/Assets/BITKit/Core/Modification.meta new file mode 100644 index 000000000..ddf0a4185 --- /dev/null +++ b/Assets/BITKit/Core/Modification.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e8845089e2cd9eb44b27dabc6859da55 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Modification/IModification.cs.meta b/Assets/BITKit/Core/Modification/IModification.cs.meta new file mode 100644 index 000000000..2d330083b --- /dev/null +++ b/Assets/BITKit/Core/Modification/IModification.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 014832ce48d3bce4b85ecc2518c02667 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net.meta b/Assets/BITKit/Core/Net.meta new file mode 100644 index 000000000..3a4b44526 --- /dev/null +++ b/Assets/BITKit/Core/Net.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3959741475010ef479d932cc544c4b71 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Commands.meta b/Assets/BITKit/Core/Net/Commands.meta new file mode 100644 index 000000000..f5701dd20 --- /dev/null +++ b/Assets/BITKit/Core/Net/Commands.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a30027a66a2741a48b9484ca7c8ecbf7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Commands/NetClientAllocateIdCommand.cs.meta b/Assets/BITKit/Core/Net/Commands/NetClientAllocateIdCommand.cs.meta new file mode 100644 index 000000000..cb3ec2ac4 --- /dev/null +++ b/Assets/BITKit/Core/Net/Commands/NetClientAllocateIdCommand.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3521262b49d80ba4184f5152a23f3e06 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Commands/NetClientPing.cs.meta b/Assets/BITKit/Core/Net/Commands/NetClientPing.cs.meta new file mode 100644 index 000000000..768e1110e --- /dev/null +++ b/Assets/BITKit/Core/Net/Commands/NetClientPing.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 62a17c5ca5a9a8a449fc315e4a7c9c73 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Commands/NetCommandExamples.cs.meta b/Assets/BITKit/Core/Net/Commands/NetCommandExamples.cs.meta new file mode 100644 index 000000000..ba76392fe --- /dev/null +++ b/Assets/BITKit/Core/Net/Commands/NetCommandExamples.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d48692dfd8995cd46a4c43e1ebb35973 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Exception.cs.meta b/Assets/BITKit/Core/Net/Exception.cs.meta new file mode 100644 index 000000000..27537fce0 --- /dev/null +++ b/Assets/BITKit/Core/Net/Exception.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d38fad9bff7582b4b8287df7c47a47b7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Http.meta b/Assets/BITKit/Core/Net/Http.meta new file mode 100644 index 000000000..8bf995d0c --- /dev/null +++ b/Assets/BITKit/Core/Net/Http.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 080bac71709b69c4ca047982932f76f0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Http/Core.meta b/Assets/BITKit/Core/Net/Http/Core.meta new file mode 100644 index 000000000..81e1a6119 --- /dev/null +++ b/Assets/BITKit/Core/Net/Http/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: baf3f1a7c92c3a54ca4fc5c27d09e5aa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Http/Core/IHttpListenerService.cs.meta b/Assets/BITKit/Core/Net/Http/Core/IHttpListenerService.cs.meta new file mode 100644 index 000000000..0a08f4549 --- /dev/null +++ b/Assets/BITKit/Core/Net/Http/Core/IHttpListenerService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8480f17d72498ee4a978ca8a4d85440a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/Http/HttpListenerService.cs.meta b/Assets/BITKit/Core/Net/Http/HttpListenerService.cs.meta new file mode 100644 index 000000000..45c0a3dda --- /dev/null +++ b/Assets/BITKit/Core/Net/Http/HttpListenerService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 55947637fce62c643ba67ab42d72cce8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/LAN.meta b/Assets/BITKit/Core/Net/LAN.meta new file mode 100644 index 000000000..318c91aff --- /dev/null +++ b/Assets/BITKit/Core/Net/LAN.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9cf6dcf675e5fb74fa0675d39177e1c5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/LAN/Core.meta b/Assets/BITKit/Core/Net/LAN/Core.meta new file mode 100644 index 000000000..7c9c72216 --- /dev/null +++ b/Assets/BITKit/Core/Net/LAN/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ef6bc358998385e409414022bd10c876 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/LAN/Core/ILANBroadcaster.cs.meta b/Assets/BITKit/Core/Net/LAN/Core/ILANBroadcaster.cs.meta new file mode 100644 index 000000000..adf40d377 --- /dev/null +++ b/Assets/BITKit/Core/Net/LAN/Core/ILANBroadcaster.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5874f625a9ef3e24092f070bdce13c9f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/LAN/UdpBasedLanBroadcaster.cs.meta b/Assets/BITKit/Core/Net/LAN/UdpBasedLanBroadcaster.cs.meta new file mode 100644 index 000000000..a5ffe406b --- /dev/null +++ b/Assets/BITKit/Core/Net/LAN/UdpBasedLanBroadcaster.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4822fff0e51bc0a43a98342ea5c1d9d0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/NetMessage.cs.meta b/Assets/BITKit/Core/Net/NetMessage.cs.meta new file mode 100644 index 000000000..a10e645c5 --- /dev/null +++ b/Assets/BITKit/Core/Net/NetMessage.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b13db317c1fbb30459e0e7a3a4d2c14d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Net/NetProvider.cs.meta b/Assets/BITKit/Core/Net/NetProvider.cs.meta new file mode 100644 index 000000000..24ffcfdd8 --- /dev/null +++ b/Assets/BITKit/Core/Net/NetProvider.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f33313e5cd8347b488fb46641bef9bf4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Optional.meta b/Assets/BITKit/Core/Optional.meta new file mode 100644 index 000000000..ffa7d6ce7 --- /dev/null +++ b/Assets/BITKit/Core/Optional.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d76654800f7934d4cbbb8cb7ec79755d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Optional/Optional.cs.meta b/Assets/BITKit/Core/Optional/Optional.cs.meta new file mode 100644 index 000000000..a0cfc5233 --- /dev/null +++ b/Assets/BITKit/Core/Optional/Optional.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c8dfee8f9fb8b4f4b844b1f12b3eabf7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Pool.meta b/Assets/BITKit/Core/Pool.meta new file mode 100644 index 000000000..20cd68505 --- /dev/null +++ b/Assets/BITKit/Core/Pool.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 787baa1105305fb4683a3196b038b1b3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Pool/IPoolService.cs.meta b/Assets/BITKit/Core/Pool/IPoolService.cs.meta new file mode 100644 index 000000000..a56347446 --- /dev/null +++ b/Assets/BITKit/Core/Pool/IPoolService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 05f75f7f468db924bb3d58fc4a5aad99 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Sharp.meta b/Assets/BITKit/Core/Sharp.meta new file mode 100644 index 000000000..8db8160ee --- /dev/null +++ b/Assets/BITKit/Core/Sharp.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3eae47955f4da334d8cfaa71480c2353 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Sharp/BITSharp.cs.meta b/Assets/BITKit/Core/Sharp/BITSharp.cs.meta new file mode 100644 index 000000000..f1268f18e --- /dev/null +++ b/Assets/BITKit/Core/Sharp/BITSharp.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: baf3ccf13f762a14db1cacb396c6a13a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/StateMachine.meta b/Assets/BITKit/Core/StateMachine.meta new file mode 100644 index 000000000..9f72c99f2 --- /dev/null +++ b/Assets/BITKit/Core/StateMachine.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 08ae9a3e8a64da349961e04bf98471ad +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/StateMachine/AsyncStateMachine.cs.meta b/Assets/BITKit/Core/StateMachine/AsyncStateMachine.cs.meta new file mode 100644 index 000000000..ae074839f --- /dev/null +++ b/Assets/BITKit/Core/StateMachine/AsyncStateMachine.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0c936e10927235d499efcbbf19c45f90 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/StateMachine/IStateMachine.cs.meta b/Assets/BITKit/Core/StateMachine/IStateMachine.cs.meta new file mode 100644 index 000000000..6fd806cc2 --- /dev/null +++ b/Assets/BITKit/Core/StateMachine/IStateMachine.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2c15343777409d940bcf21398f800660 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Storage.meta b/Assets/BITKit/Core/Storage.meta new file mode 100644 index 000000000..1421262b2 --- /dev/null +++ b/Assets/BITKit/Core/Storage.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f4e804e88433c74392144bb5a48db7c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Storage/ApplicationFile.cs.meta b/Assets/BITKit/Core/Storage/ApplicationFile.cs.meta new file mode 100644 index 000000000..3efa88610 --- /dev/null +++ b/Assets/BITKit/Core/Storage/ApplicationFile.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f898a39f5757fbe4c8c63532611d5542 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Tag.meta b/Assets/BITKit/Core/Tag.meta new file mode 100644 index 000000000..8d994bbbe --- /dev/null +++ b/Assets/BITKit/Core/Tag.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b1d31866188bacb4c8cce94c62edf784 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Tag/ITag.cs.meta b/Assets/BITKit/Core/Tag/ITag.cs.meta new file mode 100644 index 000000000..8ebdaa095 --- /dev/null +++ b/Assets/BITKit/Core/Tag/ITag.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3d53eaf909bbbda4585ba893ceb64099 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Ticker.meta b/Assets/BITKit/Core/Ticker.meta new file mode 100644 index 000000000..5435bfddd --- /dev/null +++ b/Assets/BITKit/Core/Ticker.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bffee5afb5e95a846b31c3f18a5a4a69 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Ticker/ITicker.cs.meta b/Assets/BITKit/Core/Ticker/ITicker.cs.meta new file mode 100644 index 000000000..0d6b3db54 --- /dev/null +++ b/Assets/BITKit/Core/Ticker/ITicker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 056c524387c8b66419fc712b23568c84 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Ticker/TimerTicker.cs.meta b/Assets/BITKit/Core/Ticker/TimerTicker.cs.meta new file mode 100644 index 000000000..4bf8945b8 --- /dev/null +++ b/Assets/BITKit/Core/Ticker/TimerTicker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e07078010581a9b4481480587c1f6c64 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Transform.meta b/Assets/BITKit/Core/Transform.meta new file mode 100644 index 000000000..b3426c8e3 --- /dev/null +++ b/Assets/BITKit/Core/Transform.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cff128bb139768d43a5691f866b68946 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Transform/BITTransform.cs.meta b/Assets/BITKit/Core/Transform/BITTransform.cs.meta new file mode 100644 index 000000000..9d2450c4f --- /dev/null +++ b/Assets/BITKit/Core/Transform/BITTransform.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bc0d4bdb0b43e90419974900fee64cc8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Tween.meta b/Assets/BITKit/Core/Tween.meta new file mode 100644 index 000000000..7a8c408f9 --- /dev/null +++ b/Assets/BITKit/Core/Tween.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f7541124b3e1e214fa3ba67ab31fccae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Tween/BITween.cs.meta b/Assets/BITKit/Core/Tween/BITween.cs.meta new file mode 100644 index 000000000..d066b9329 --- /dev/null +++ b/Assets/BITKit/Core/Tween/BITween.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9f84a6de7ba54554bbbb179c4afac11e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/UX.meta b/Assets/BITKit/Core/UX.meta new file mode 100644 index 000000000..e1d9bb17c --- /dev/null +++ b/Assets/BITKit/Core/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a5beb1a1809c06b45a1c1bf103789088 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/UX/IUXBarService.cs.meta b/Assets/BITKit/Core/UX/IUXBarService.cs.meta new file mode 100644 index 000000000..4987833ad --- /dev/null +++ b/Assets/BITKit/Core/UX/IUXBarService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4a419b02b7a18a449a9598b8788a670f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/UX/IUXDialogue.cs.meta b/Assets/BITKit/Core/UX/IUXDialogue.cs.meta new file mode 100644 index 000000000..4e9942b40 --- /dev/null +++ b/Assets/BITKit/Core/UX/IUXDialogue.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 69687081ecdbf81469da6af131fab9da +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/UX/IUXInputBox.cs.meta b/Assets/BITKit/Core/UX/IUXInputBox.cs.meta new file mode 100644 index 000000000..0e55415d1 --- /dev/null +++ b/Assets/BITKit/Core/UX/IUXInputBox.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f59706d5664d4a340beb643b5b8de3f1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/UX/IUXPanel.cs.meta b/Assets/BITKit/Core/UX/IUXPanel.cs.meta new file mode 100644 index 000000000..21c2caf85 --- /dev/null +++ b/Assets/BITKit/Core/UX/IUXPanel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 196f3813239b6d447944aa1cebf987b5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/UX/IUXPopUp.cs.meta b/Assets/BITKit/Core/UX/IUXPopUp.cs.meta new file mode 100644 index 000000000..800cb5163 --- /dev/null +++ b/Assets/BITKit/Core/UX/IUXPopUp.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 437d4ac1db96ac14bb41ff06527de651 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/UX/IUXService.cs.meta b/Assets/BITKit/Core/UX/IUXService.cs.meta new file mode 100644 index 000000000..9eca32c4f --- /dev/null +++ b/Assets/BITKit/Core/UX/IUXService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dc0fcadb4cda6b74d95b90a84f9c32c3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/UX/IUXWaiting.cs.meta b/Assets/BITKit/Core/UX/IUXWaiting.cs.meta new file mode 100644 index 000000000..1a181ca13 --- /dev/null +++ b/Assets/BITKit/Core/UX/IUXWaiting.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3eb1539e554cd824d96fbdc602b8fd81 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility.meta b/Assets/BITKit/Core/Utility.meta new file mode 100644 index 000000000..bed6cb464 --- /dev/null +++ b/Assets/BITKit/Core/Utility.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bcb85e2bd1916304dbd5e45a9f2d0d1d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/Constant.cs.meta b/Assets/BITKit/Core/Utility/Constant.cs.meta new file mode 100644 index 000000000..44fcbe624 --- /dev/null +++ b/Assets/BITKit/Core/Utility/Constant.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3a1eead7ca0657943948d19e124a7da7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/GenericEvent.cs.meta b/Assets/BITKit/Core/Utility/GenericEvent.cs.meta new file mode 100644 index 000000000..1ca6dfc7c --- /dev/null +++ b/Assets/BITKit/Core/Utility/GenericEvent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d7ef691d35c727a4ca3787cd127bb519 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/GzipHelper.cs.meta b/Assets/BITKit/Core/Utility/GzipHelper.cs.meta new file mode 100644 index 000000000..5e01b1388 --- /dev/null +++ b/Assets/BITKit/Core/Utility/GzipHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dff6a757601084f48ad8b22c2316629e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/JsonHelper.cs.meta b/Assets/BITKit/Core/Utility/JsonHelper.cs.meta new file mode 100644 index 000000000..e013b36fb --- /dev/null +++ b/Assets/BITKit/Core/Utility/JsonHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7496324aac78ab844a56a7bfa484f88c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/LimitTimes.cs.meta b/Assets/BITKit/Core/Utility/LimitTimes.cs.meta new file mode 100644 index 000000000..a10a747a7 --- /dev/null +++ b/Assets/BITKit/Core/Utility/LimitTimes.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3cc3447cccf07c04c9a895b842fa50eb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/References.cs.meta b/Assets/BITKit/Core/Utility/References.cs.meta new file mode 100644 index 000000000..4c96c8a75 --- /dev/null +++ b/Assets/BITKit/Core/Utility/References.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 505fc61aedb22cc47894d5e10002213a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/StopWatcher.cs b/Assets/BITKit/Core/Utility/StopWatcher.cs new file mode 100644 index 000000000..970635b97 --- /dev/null +++ b/Assets/BITKit/Core/Utility/StopWatcher.cs @@ -0,0 +1,24 @@ +using System; +using System.Diagnostics; +using Microsoft.Extensions.Logging; + +namespace BITKit +{ + public class StopWatcher:IDisposable + { + private readonly Stopwatch _stopwatch = new Stopwatch(); + private readonly ILogger _logger; + private readonly string _message; + public StopWatcher(ILogger logger,string message) + { + _logger = logger; + _message = message; + _logger.LogInformation($"开始计时:{message}"); + } + public void Dispose() + { + _stopwatch.Stop(); + _logger.LogInformation($"已完成:{_message},耗时{_stopwatch.Elapsed}"); + } + } +} \ No newline at end of file diff --git a/Assets/BITKit/Core/Utility/StopWatcher.cs.meta b/Assets/BITKit/Core/Utility/StopWatcher.cs.meta new file mode 100644 index 000000000..3b9b6bfaf --- /dev/null +++ b/Assets/BITKit/Core/Utility/StopWatcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 037ac1eb81cc8454998ac1c731e6dd38 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/StringHelper.cs.meta b/Assets/BITKit/Core/Utility/StringHelper.cs.meta new file mode 100644 index 000000000..4247235e3 --- /dev/null +++ b/Assets/BITKit/Core/Utility/StringHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bf9a1212998dcce478eb9dc7b34e1b86 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utility/ValidHandle.cs.meta b/Assets/BITKit/Core/Utility/ValidHandle.cs.meta new file mode 100644 index 000000000..1fc898557 --- /dev/null +++ b/Assets/BITKit/Core/Utility/ValidHandle.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ac9d46c1fb72fe34ebbd21a430d7f41b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utils.meta b/Assets/BITKit/Core/Utils.meta new file mode 100644 index 000000000..7e47437e2 --- /dev/null +++ b/Assets/BITKit/Core/Utils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cc7951de0519fbe4d8eb823c0a53c5c2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utils/Data.cs.meta b/Assets/BITKit/Core/Utils/Data.cs.meta new file mode 100644 index 000000000..8564d5028 --- /dev/null +++ b/Assets/BITKit/Core/Utils/Data.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1554f5997819ee144a963276ddc39370 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utils/DataParser.cs.meta b/Assets/BITKit/Core/Utils/DataParser.cs.meta new file mode 100644 index 000000000..33b525ad7 --- /dev/null +++ b/Assets/BITKit/Core/Utils/DataParser.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 848023505fe498c47a93ee46e9c32342 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utils/IntervalUpdate.cs.meta b/Assets/BITKit/Core/Utils/IntervalUpdate.cs.meta new file mode 100644 index 000000000..03597ee7d --- /dev/null +++ b/Assets/BITKit/Core/Utils/IntervalUpdate.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: e465e9779c6948d5a8f60238813dd945 +timeCreated: 1722151874 \ No newline at end of file diff --git a/Assets/BITKit/Core/Utils/PathHelper.cs.meta b/Assets/BITKit/Core/Utils/PathHelper.cs.meta new file mode 100644 index 000000000..c18b79c09 --- /dev/null +++ b/Assets/BITKit/Core/Utils/PathHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e2d83241c4e1cc04da163f221bb6e325 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Utils/ReflectionHelper.cs.meta b/Assets/BITKit/Core/Utils/ReflectionHelper.cs.meta new file mode 100644 index 000000000..27632787a --- /dev/null +++ b/Assets/BITKit/Core/Utils/ReflectionHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e6366742b2b205741b86e1203465a5b4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/WorldNode.meta b/Assets/BITKit/Core/WorldNode.meta new file mode 100644 index 000000000..fd746cf9c --- /dev/null +++ b/Assets/BITKit/Core/WorldNode.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6a9ecef037d512f40886666749c60d48 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/WorldNode/BITKit.WorldNode.asmdef.meta b/Assets/BITKit/Core/WorldNode/BITKit.WorldNode.asmdef.meta new file mode 100644 index 000000000..52d05f934 --- /dev/null +++ b/Assets/BITKit/Core/WorldNode/BITKit.WorldNode.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d750d221812bb1d48baff92e6ef73e28 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/WorldNode/IWorldNode.cs.meta b/Assets/BITKit/Core/WorldNode/IWorldNode.cs.meta new file mode 100644 index 000000000..e20210069 --- /dev/null +++ b/Assets/BITKit/Core/WorldNode/IWorldNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 051c8f58c08cb14449b4da1aca114caf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/WorldNode/IWorldNodeService.cs.meta b/Assets/BITKit/Core/WorldNode/IWorldNodeService.cs.meta new file mode 100644 index 000000000..1e35b7fcf --- /dev/null +++ b/Assets/BITKit/Core/WorldNode/IWorldNodeService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ca82e09109a03de47b638f35b49b59e5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/WorldNode/WorldInfoNodeService.cs.meta b/Assets/BITKit/Core/WorldNode/WorldInfoNodeService.cs.meta new file mode 100644 index 000000000..be414ecf5 --- /dev/null +++ b/Assets/BITKit/Core/WorldNode/WorldInfoNodeService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 132a27b99db1e664692937ec23f40676 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/WorldNode/WorldInfoPlayerStartNode.cs.meta b/Assets/BITKit/Core/WorldNode/WorldInfoPlayerStartNode.cs.meta new file mode 100644 index 000000000..0d37f6baa --- /dev/null +++ b/Assets/BITKit/Core/WorldNode/WorldInfoPlayerStartNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bb1616e9308157b43b675b2830b6da23 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/WorldNode/WorldPortalNode.cs.meta b/Assets/BITKit/Core/WorldNode/WorldPortalNode.cs.meta new file mode 100644 index 000000000..db62594ad --- /dev/null +++ b/Assets/BITKit/Core/WorldNode/WorldPortalNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cd869f7557b7c4f4a889a1103ce044d3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Wrapper.meta b/Assets/BITKit/Core/Wrapper.meta new file mode 100644 index 000000000..416c4352d --- /dev/null +++ b/Assets/BITKit/Core/Wrapper.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0f32f4ea39778a94ea53cabacf320809 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/Wrapper/IWrapper.cs.meta b/Assets/BITKit/Core/Wrapper/IWrapper.cs.meta new file mode 100644 index 000000000..e1d5cac2f --- /dev/null +++ b/Assets/BITKit/Core/Wrapper/IWrapper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 383d8cf0cca0ba445872ba4e8dae85a5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k.meta b/Assets/BITKit/Core/kcp2k.meta new file mode 100644 index 000000000..d44960672 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bc81640d983cc584094f88745bdfd209 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel.meta b/Assets/BITKit/Core/kcp2k/highlevel.meta new file mode 100644 index 000000000..80453d550 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 89d8e2673f7a70541a60eea3822b35a7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/Common.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/Common.cs.meta new file mode 100644 index 000000000..b348e9e60 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/Common.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6d3019c103e9d61489973a88102e5787 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/ErrorCode.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/ErrorCode.cs.meta new file mode 100644 index 000000000..c6e3be8ef --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/ErrorCode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 75a0b35cbaccb304f9d09a972d2d0616 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/Extensions.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/Extensions.cs.meta new file mode 100644 index 000000000..87c6eefa9 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/Extensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3993bf7af3c110544b8737399088baba +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/KcpChannel.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/KcpChannel.cs.meta new file mode 100644 index 000000000..b3fef0210 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/KcpChannel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 85f47e8aaf6f94340af43a0928a177bc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/KcpClient.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/KcpClient.cs.meta new file mode 100644 index 000000000..dabb25881 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/KcpClient.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7f3245964dc077d44b1c7d4ce8260c7c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/KcpConfig.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/KcpConfig.cs.meta new file mode 100644 index 000000000..f5825b70b --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/KcpConfig.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f45a1bad9ceec0d4588d95282be32c22 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/KcpHeader.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/KcpHeader.cs.meta new file mode 100644 index 000000000..cbbb35ffa --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/KcpHeader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d7569401eafe7324fb77010e116105ee +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/KcpPeer.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/KcpPeer.cs.meta new file mode 100644 index 000000000..6c65788ab --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/KcpPeer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3ebc8986b6a0bae4596c751963d85ca7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/KcpServer.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/KcpServer.cs.meta new file mode 100644 index 000000000..9027c5b75 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/KcpServer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cffa67236eb8c964284ab6e0ccfbcd8c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/KcpServerConnection.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/KcpServerConnection.cs.meta new file mode 100644 index 000000000..e5c406b48 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/KcpServerConnection.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a49d94bb0222d0740b1ee7bfbdb3d8ee +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/highlevel/Log.cs.meta b/Assets/BITKit/Core/kcp2k/highlevel/Log.cs.meta new file mode 100644 index 000000000..3f77af57c --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/highlevel/Log.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d1f2ee737b6b8964d95a2cdbf51fd794 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/kcp.meta b/Assets/BITKit/Core/kcp2k/kcp.meta new file mode 100644 index 000000000..215ec1dfc --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/kcp.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 99390398391287243a56d8a1bf52f7e8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/kcp/AckItem.cs.meta b/Assets/BITKit/Core/kcp2k/kcp/AckItem.cs.meta new file mode 100644 index 000000000..df8aa42e1 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/kcp/AckItem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9bce35ba74f0e1144bce3adecb7f94f0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/kcp/AssemblyInfo.cs.meta b/Assets/BITKit/Core/kcp2k/kcp/AssemblyInfo.cs.meta new file mode 100644 index 000000000..a590e2a2d --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/kcp/AssemblyInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 34c79ac26fe801b4180b62bf46bbc1a5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/kcp/Kcp.cs.meta b/Assets/BITKit/Core/kcp2k/kcp/Kcp.cs.meta new file mode 100644 index 000000000..0ec657da0 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/kcp/Kcp.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e8b7f58225e746645949ebd0c2c00da9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/kcp/Pool.cs.meta b/Assets/BITKit/Core/kcp2k/kcp/Pool.cs.meta new file mode 100644 index 000000000..cccc75a8c --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/kcp/Pool.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3bf7a746395924b4c8832ac1b0d1b902 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/kcp/Segment.cs.meta b/Assets/BITKit/Core/kcp2k/kcp/Segment.cs.meta new file mode 100644 index 000000000..14650581f --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/kcp/Segment.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fdee48ecb5113e44881f475b1b2d929e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Core/kcp2k/kcp/Utils.cs.meta b/Assets/BITKit/Core/kcp2k/kcp/Utils.cs.meta new file mode 100644 index 000000000..41abdce00 --- /dev/null +++ b/Assets/BITKit/Core/kcp2k/kcp/Utils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 92afad614dda3884085fdd42c984b47d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/NetSupport.meta b/Assets/BITKit/NetSupport.meta new file mode 100644 index 000000000..ed88712e5 --- /dev/null +++ b/Assets/BITKit/NetSupport.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6450e3bb7a5d6f84e8ed9d0f0f887d51 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/NetSupport/NetSupport.cs.meta b/Assets/BITKit/NetSupport/NetSupport.cs.meta new file mode 100644 index 000000000..2def981c3 --- /dev/null +++ b/Assets/BITKit/NetSupport/NetSupport.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c524d160c03289b499b655365575ec83 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity.meta b/Assets/BITKit/Unity.meta new file mode 100644 index 000000000..dd473d620 --- /dev/null +++ b/Assets/BITKit/Unity.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1be62d426ad05aa4d9ec2823d2b5fc44 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Animations.meta b/Assets/BITKit/Unity/Animations.meta new file mode 100644 index 000000000..871ee37ac --- /dev/null +++ b/Assets/BITKit/Unity/Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 306ad439a5e6adc468ae1d147c3d3f4f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art.meta b/Assets/BITKit/Unity/Art.meta new file mode 100644 index 000000000..ded0306b1 --- /dev/null +++ b/Assets/BITKit/Unity/Art.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 72b21e470fb9bae4691c5fcc6cf3f44d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Backgrounds.meta b/Assets/BITKit/Unity/Art/Backgrounds.meta new file mode 100644 index 000000000..b13e1a806 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Backgrounds.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9bc4353a59f55b54fb3a5044efd6a8ca +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half.png.meta b/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half.png.meta new file mode 100644 index 000000000..bbf53896d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 901684d8a74b397439bb9c11b92d0cc7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half_BT_.png.meta b/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half_BT_.png.meta new file mode 100644 index 000000000..57467ada0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half_BT_.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: d19ac049792985540825b54b0b002529 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Backgrounds/texture_blank.png.meta b/Assets/BITKit/Unity/Art/Backgrounds/texture_blank.png.meta new file mode 100644 index 000000000..fe290b046 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Backgrounds/texture_blank.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 54c574f8978bc3342aaf1aff0bf2ccaf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Border.meta b/Assets/BITKit/Unity/Art/Border.meta new file mode 100644 index 000000000..9b4627ea0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Border.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ac575168c77c1c94587326e073a0d3e5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Border/border_squard_.05px.png.meta b/Assets/BITKit/Unity/Art/Border/border_squard_.05px.png.meta new file mode 100644 index 000000000..bba6949ba --- /dev/null +++ b/Assets/BITKit/Unity/Art/Border/border_squard_.05px.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: 9955a73ca51089f4c8e9de65d5f47b73 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Border/border_squard_0.1px.png.meta b/Assets/BITKit/Unity/Art/Border/border_squard_0.1px.png.meta new file mode 100644 index 000000000..21b1e1c48 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Border/border_squard_0.1px.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: 34685d6816268c0468794924b632da1c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Border/border_squard_0.3px.png.meta b/Assets/BITKit/Unity/Art/Border/border_squard_0.3px.png.meta new file mode 100644 index 000000000..b519b5e04 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Border/border_squard_0.3px.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: a4444b8e9ae419c46b22f8f95546eb2b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Border/border_squard_1px.png.meta b/Assets/BITKit/Unity/Art/Border/border_squard_1px.png.meta new file mode 100644 index 000000000..d2a10c230 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Border/border_squard_1px.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: 38fd44467e76cf34c89bfe46b8fdb273 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Container.meta b/Assets/BITKit/Unity/Art/Container.meta new file mode 100644 index 000000000..15b640023 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Container.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0b1b980548146324f8ab2a981b6f05cb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Container/container_border_64.png.meta b/Assets/BITKit/Unity/Art/Container/container_border_64.png.meta new file mode 100644 index 000000000..780464b69 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Container/container_border_64.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 03c130865454e0143ad28deb986cb65e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 14, y: 14, z: 14, w: 14} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 1537655665 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons.meta b/Assets/BITKit/Unity/Art/Editor_Icons.meta new file mode 100644 index 000000000..d5d3cf29b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bd92094a75728a740999a54b40e91e1b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AlphabeticalSorting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AlphabeticalSorting.png.meta new file mode 100644 index 000000000..c55edc5ae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AlphabeticalSorting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c12879099d5e95345be7dd79932090a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AlphabeticalSorting@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AlphabeticalSorting@2x.png.meta new file mode 100644 index 000000000..77e137a15 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AlphabeticalSorting@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 130931eeae4b9874f9c797373caa37fd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.AddEvent.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.AddEvent.png.meta new file mode 100644 index 000000000..e7ef03bf0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.AddEvent.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c376277a3974fab469ed45408272018e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.AddKeyframe.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.AddKeyframe.png.meta new file mode 100644 index 000000000..64955420a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.AddKeyframe.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0718cb24ac5038649821c2d634705060 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.EventMarker.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.EventMarker.png.meta new file mode 100644 index 000000000..9d6f2defa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.EventMarker.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 92cd381473047be40bbb37c04d1a94e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.FilterBySelection.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.FilterBySelection.png.meta new file mode 100644 index 000000000..c4461cbfb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.FilterBySelection.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 61d8d6778ad10a34bb98c3e05cea4068 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.FirstKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.FirstKey.png.meta new file mode 100644 index 000000000..72f04fed7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.FirstKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8e4974c8df3069d44b3c7863f36fcc4e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.LastKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.LastKey.png.meta new file mode 100644 index 000000000..66494152b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.LastKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 74f1f04260cf0054bb7f2240ffc5e53d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.NextKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.NextKey.png.meta new file mode 100644 index 000000000..d1d670d7b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.NextKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 639ee2cba0992a74683c9af6a7a63618 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Play.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Play.png.meta new file mode 100644 index 000000000..379112743 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Play.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0b6ebda11ca9b54438333b4478b6cb50 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.PrevKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.PrevKey.png.meta new file mode 100644 index 000000000..4789b93a5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.PrevKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ca9f108bd2090e2429653fe6b5d58491 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Record.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Record.png.meta new file mode 100644 index 000000000..e549a99dc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Record.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 26bef9fc5eb03454b84429cd40101bbd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Record@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Record@2x.png.meta new file mode 100644 index 000000000..5bf9fd458 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.Record@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9277aac9a0ef1cf4f9c2b7a4914f385e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Animation.SequencerLink.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.SequencerLink.png.meta new file mode 100644 index 000000000..dba9d2953 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Animation.SequencerLink.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 03bf8a88db889db41b1391cee2ea5628 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AnimationWrapModeMenu.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AnimationWrapModeMenu.png.meta new file mode 100644 index 000000000..6b5ee7e28 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AnimationWrapModeMenu.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 58af2674e12a55540b439e03696cb43d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AssemblyLock.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AssemblyLock.png.meta new file mode 100644 index 000000000..c7c8a20c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AssemblyLock.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c66ca3ff756f2f2439de81d6b9753aa8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Asset Store.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Asset Store.png.meta new file mode 100644 index 000000000..b87cf4f8a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Asset Store.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d5f1bc1df207e3e438f5f31500c3afd4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Asset Store@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Asset Store@2x.png.meta new file mode 100644 index 000000000..d158b52e0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Asset Store@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bfec7647529a02b41bccad6fe7df447e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Audio Mixer.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Audio Mixer.png.meta new file mode 100644 index 000000000..562ddcbda --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Audio Mixer.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0cd7d99875ee3c84ea1b99ad30efbe54 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Audio Mixer@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Audio Mixer@2x.png.meta new file mode 100644 index 000000000..818d743da --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Audio Mixer@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fcb909575d8574745a0c68d0ba8fd90b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOff.png.meta new file mode 100644 index 000000000..01daa5b50 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9b1e9b35b37d5e142966c67b9735cbf9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOff@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOff@2x.png.meta new file mode 100644 index 000000000..4ea405765 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOff@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5b1b1f56653addb47b639432652f76cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOn.png.meta new file mode 100644 index 000000000..279f7e232 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 915dc5a4e9f80f34f8c2ed8774baffb9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOn@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOn@2x.png.meta new file mode 100644 index 000000000..d3d3c12ba --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AutoLightbakingOn@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: db5e163eb3ff23148a4ed503b1280e3b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AvatarCompass.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarCompass.png.meta new file mode 100644 index 000000000..defb85d75 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarCompass.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5d0c2e88099a36845abcfa0b0f8e256b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.Layer.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.Layer.png.meta new file mode 100644 index 000000000..178544a69 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.Layer.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 175cad9f39dc35c489c481ac2c1de2ae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.LayerHover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.LayerHover.png.meta new file mode 100644 index 000000000..24ca8aec0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.LayerHover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1281296548ba5e0428b903a5385eaf72 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.LayerSelected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.LayerSelected.png.meta new file mode 100644 index 000000000..9c8fce5cc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarController.LayerSelected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e102391693876104da5a704f17d4d32d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AvatarPivot.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarPivot.png.meta new file mode 100644 index 000000000..bb93512cc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarPivot.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 230f1b38ce05cb141b73db0a6503f8ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AvatarPivot@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarPivot@2x.png.meta new file mode 100644 index 000000000..624aed121 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarPivot@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 394fe30619919634a874ca5a4e7f9a5d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AvatarSelector.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarSelector.png.meta new file mode 100644 index 000000000..489e096b9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarSelector.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f40d54a23f93813478eb983233bf3d67 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/AvatarSelector@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarSelector@2x.png.meta new file mode 100644 index 000000000..137bbd10f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/AvatarSelector@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 715c2cccd237ea244bd7b596fcaf6a77 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android On.png.meta new file mode 100644 index 000000000..fd153529a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aeb6deef5a1456a4293695be7d35ad71 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android On@2x.png.meta new file mode 100644 index 000000000..9b37ec540 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 58b1569cabb544d4084a8cac848e6696 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.Small.png.meta new file mode 100644 index 000000000..b04152e71 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f8c37d4250424044098fcfdb5bb3869c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.Small@2x.png.meta new file mode 100644 index 000000000..ff26f9c82 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a15f0b3b95a6e7045ba578843609c4eb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.png.meta new file mode 100644 index 000000000..b9ca19722 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 53bd98f788ced5e43adf3e7839523d3a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android@2x.png.meta new file mode 100644 index 000000000..bec84326f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Android@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1661b501f8f5c9444b939890b3191268 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Broadcom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Broadcom.png.meta new file mode 100644 index 000000000..28b5d6f56 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Broadcom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5ecfc9e8d4de94c4b86cbe1d2bd222ce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Editor.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Editor.Small.png.meta new file mode 100644 index 000000000..b12cca74d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Editor.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bdebca427b8da6e4f9856b0a1d80648b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Editor.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Editor.png.meta new file mode 100644 index 000000000..97fb18aa3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Editor.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 47444f96cd0ce3d45aa3ad0ad094b421 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook On.png.meta new file mode 100644 index 000000000..1cbf31ff6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 070a13277725bc7439a1bdb9007e5e81 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook On@2x.png.meta new file mode 100644 index 000000000..96d03e716 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e3a9eba3849e7614392568317d6d4394 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.Small.png.meta new file mode 100644 index 000000000..1db69a6c5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: daf807f5af800334daa64186c68bb831 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.Small@2x.png.meta new file mode 100644 index 000000000..bb2909976 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6d7669a4043f49d47b600984a13b8844 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.png.meta new file mode 100644 index 000000000..14ad17598 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9835f89d12728d147a224be486a67a7c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook@2x.png.meta new file mode 100644 index 000000000..dd29f493d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Facebook@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2206399fba831d340a1e42b8ac932411 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.FlashPlayer.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.FlashPlayer.Small.png.meta new file mode 100644 index 000000000..95e46ddd2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.FlashPlayer.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3a17832b9eb9b7146917033a3f4c81d2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.FlashPlayer.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.FlashPlayer.png.meta new file mode 100644 index 000000000..c6f547fca --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.FlashPlayer.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3beeb2e55f0f51a4e8d4e846c1809e8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin On.png.meta new file mode 100644 index 000000000..36a6de5c0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0be1682d5dfbf104099027d9f8b506f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin On@2x.png.meta new file mode 100644 index 000000000..eb1f64c4f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f64d1a503b44614479c6311663d62f63 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.png.meta new file mode 100644 index 000000000..61114ca91 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0335b7f44f5fcaa4db21b6bcd8374f19 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.small.png.meta new file mode 100644 index 000000000..576b321d3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5979107f7f4fcd84c96a14eb2a5a6504 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.small@2x.png.meta new file mode 100644 index 000000000..954b60aff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin.small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8b7a576406cad904f85155f7666c7239 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin@2x.png.meta new file mode 100644 index 000000000..0b6b24209 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Lumin@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e394df26bfb048f4db9e6cd68b43fb05 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro On.png.meta new file mode 100644 index 000000000..9aba6c861 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5ca035f132a79aa42a339df6bde1149e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro On@2x.png.meta new file mode 100644 index 000000000..6f53cfbf8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1ef58e20093dd2343b53de5aa6d44365 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.Small.png.meta new file mode 100644 index 000000000..14882361f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 50ebb6c309824af4d9a50fb8f7524efb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.Small@2x.png.meta new file mode 100644 index 000000000..9903e43f8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 778e043d886312047b0c85c6f8527606 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.png.meta new file mode 100644 index 000000000..5d0f11335 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3dbae4a2bed6d194eaac579699714917 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro@2x.png.meta new file mode 100644 index 000000000..16c9d8dde --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Metro@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 201f69db6683ae04f93b6fa1d21c586d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS On.png.meta new file mode 100644 index 000000000..ed12872bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9b435c439dd99f458c0f7ad6d3832b9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS On@2x.png.meta new file mode 100644 index 000000000..a5500fc0f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f164aa1b38769c84389f0d548a149132 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.Small.png.meta new file mode 100644 index 000000000..2df79e7c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f06e88e4393b1d34992e0e53ea7d8171 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.Small@2x.png.meta new file mode 100644 index 000000000..989337243 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 578ace4c5ea1f874fbaf82d802e3c01e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.png.meta new file mode 100644 index 000000000..5954bfa2d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7dd1eb6fefb23104396d6c3a8f2852de +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS@2x.png.meta new file mode 100644 index 000000000..264f6ff6d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.N3DS@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3cdbbe59aa512014c879c124329f9fe9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4 On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4 On.png.meta new file mode 100644 index 000000000..004a0c34d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4 On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6c7afd71bbcb6074082fcf6a613cf1b5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4 On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4 On@2x.png.meta new file mode 100644 index 000000000..9cd9e43fb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4 On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9680f36b9fd832247874c0892de6d31b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.Small.png.meta new file mode 100644 index 000000000..6bee0c83d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ca02f325c01ad984088a998933d6fa60 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.Small@2x.png.meta new file mode 100644 index 000000000..50fda6c0a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 08d354b14582fa94ab2b90f763e78930 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.png.meta new file mode 100644 index 000000000..40602c20d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4cf38a91913fff5449b617a7c01ef562 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4@2x.png.meta new file mode 100644 index 000000000..57dbdcda1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PS4@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 200143890e05f4e4c8209af9f199d610 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSM.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSM.Small.png.meta new file mode 100644 index 000000000..c30d3e9cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSM.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 45389fa8ef3c3214189e12f9ffda084a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSM.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSM.png.meta new file mode 100644 index 000000000..6872bbbff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSM.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 98c10d2ac2772cc4fb45024895ca8045 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSP2.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSP2.Small.png.meta new file mode 100644 index 000000000..f0e3c688e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSP2.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 08fbc9221c0c56f478466f06ed9302d7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSP2.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSP2.png.meta new file mode 100644 index 000000000..1b971bf46 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.PSP2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4b885cb86608ba44a83a481d90172353 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.SelectedIcon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.SelectedIcon.png.meta new file mode 100644 index 000000000..862030e88 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.SelectedIcon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 990d2800748a077449894acd189284b0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia On.png.meta new file mode 100644 index 000000000..017bc6897 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7c17bbeaf6a9bfa45b3474ab04cb291f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia On@2x.png.meta new file mode 100644 index 000000000..77e888460 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: edba8135bda23eb48adce5aab1c88b95 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.Small@2x.png.meta new file mode 100644 index 000000000..cf72d109a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ac80e4a8b2928db4489dbfac6fb3231f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.png.meta new file mode 100644 index 000000000..9e00c7350 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d7daf2dccc9405e47ab62a82b2e21a11 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.small.png.meta new file mode 100644 index 000000000..6b2b233f5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia.small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a8e86ad8d01cb8349aaa85c35aef508e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia@2x.png.meta new file mode 100644 index 000000000..f312bd51a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Stadia@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ed3027f17aada3c42b9e7837c7d728bb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone On.png.meta new file mode 100644 index 000000000..fa74102d7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9f2aa5f4976e891448ef49ac7d3c9649 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone On@2x.png.meta new file mode 100644 index 000000000..a356d9fcf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b8228f8e3a0bcab4891bdbe99e290d43 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.Small.png.meta new file mode 100644 index 000000000..909f4ace4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dfd5373fafbd3a643b325b6170fcecfb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.Small@2x.png.meta new file mode 100644 index 000000000..aa0a0decd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 27116b155c903da4ba53dc8643b7db93 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.png.meta new file mode 100644 index 000000000..fd24b5f25 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a235523026868404d81506a42ab86b06 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone@2x.png.meta new file mode 100644 index 000000000..ce99be2a8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Standalone@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5745ee0da2807c04eb9de881825adcb8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneBroadcom.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneBroadcom.Small.png.meta new file mode 100644 index 000000000..a9c63d137 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneBroadcom.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 630734df0f0bcb346aaa6988517b8622 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLES20Emu.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLES20Emu.Small.png.meta new file mode 100644 index 000000000..d63ceecf8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLES20Emu.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f597dba0cade2be4ca778c586f41b8ec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLESEmu.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLESEmu.Small.png.meta new file mode 100644 index 000000000..bc0a4657d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLESEmu.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 85b0f021193d4b347b21fecba0bbaec9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLESEmu.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLESEmu.png.meta new file mode 100644 index 000000000..baed17632 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.StandaloneGLESEmu.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4729a3b2376fbbc4babc82f497087160 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch On.png.meta new file mode 100644 index 000000000..1889bdcc7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3f4b001e68e655742a08df837ae7cfd8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch On@2x.png.meta new file mode 100644 index 000000000..7a50e3b48 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 04fc24dbb237f30449b373415af12ded +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.Small.png.meta new file mode 100644 index 000000000..8b18c0652 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a13dba55ef89454593c521a18df4391 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.Small@2x.png.meta new file mode 100644 index 000000000..f99987cc5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4fb4d33109549be4e8393b3fbcc69062 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.png.meta new file mode 100644 index 000000000..4b9ac3ab5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b5d92f73e6e3f9d498e4742b9cd25861 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch@2x.png.meta new file mode 100644 index 000000000..bb12bbce1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Switch@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7d422ff21a476ff44b0df4ba74573857 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WP8.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WP8.Small.png.meta new file mode 100644 index 000000000..3bc8b09c1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WP8.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 58982aa00f71eef48919ba0a548e78a2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WP8.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WP8.png.meta new file mode 100644 index 000000000..1d0990077 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WP8.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 114e068e20d8bf14b8e778a699541e12 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Web.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Web.Small.png.meta new file mode 100644 index 000000000..94973007e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Web.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa705ef940fb8264a8579654c4976995 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Web.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Web.png.meta new file mode 100644 index 000000000..cfe55a647 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Web.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b396cd7dc0faba34f9296eb2ecd343d1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL On.png.meta new file mode 100644 index 000000000..6d6e25b24 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3587faa2a5e156b45b1c7bb40e369ec6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL On@2x.png.meta new file mode 100644 index 000000000..cf16e4a07 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 50cc1bba35327e44da81c8b93da3a2e1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.Small.png.meta new file mode 100644 index 000000000..7fd9b1ba3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cd169c1e1b169be4698b19fccf1be27d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.Small@2x.png.meta new file mode 100644 index 000000000..a72a53c8f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6ca5219808f12ed4d804c994dbe5173d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.png.meta new file mode 100644 index 000000000..b993219ee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ce4b7d8d1718e4499f819ea689ca008 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL@2x.png.meta new file mode 100644 index 000000000..a0935540e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.WebGL@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 690367f0a87aafb46b9bb44dbfedb460 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Xbox360.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Xbox360.Small.png.meta new file mode 100644 index 000000000..ada605803 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Xbox360.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a9d59b306aec7384caec1faecac07bde +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Xbox360.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Xbox360.png.meta new file mode 100644 index 000000000..a39f41da7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.Xbox360.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ca6626c115ad18645a504c7e2b559d06 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne On.png.meta new file mode 100644 index 000000000..d231adfb2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: be081d94148aeff4b8cf0498eb8a24bb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne On@2x.png.meta new file mode 100644 index 000000000..01b90cbaa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2f6f57cb1b692a14d94e46d38001f751 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.Small.png.meta new file mode 100644 index 000000000..80b57ad4a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cacb4cf30f0730146b2a2b04de1a1d2f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.Small@2x.png.meta new file mode 100644 index 000000000..3df49f543 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c2d7be7256673be4cb1bd0ee0dc727b0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.png.meta new file mode 100644 index 000000000..70fd4e7b1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4b4b2a49b7179d640bb0d44ceee46eaf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne@2x.png.meta new file mode 100644 index 000000000..0bd90bd19 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.XboxOne@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 761c48c8e21e30f47ac3689b410b03a7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone On.png.meta new file mode 100644 index 000000000..0318c2359 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5f8cebbe8d81c3b479f1321c3ae57e5d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone On@2x.png.meta new file mode 100644 index 000000000..2b08c765a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a0e5442c3f657fb4b8cc26ef83f18b81 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.Small.png.meta new file mode 100644 index 000000000..7df3f2b9b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f84b3f0e167a166499fc7e0fc642fb0e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.Small@2x.png.meta new file mode 100644 index 000000000..8a79061ea --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b170c46c0b0eafd4caa3cbc580faf0b4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.png.meta new file mode 100644 index 000000000..f6a5af209 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 09328f598fd63c2458f80332e7227e72 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone@2x.png.meta new file mode 100644 index 000000000..b2e726d2f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.iPhone@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a3524f877cfe7354d832e28588fff093 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS On.png.meta new file mode 100644 index 000000000..2c29a80f9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b3e89e7d6206514f87a61d14f3f9112 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS On@2x.png.meta new file mode 100644 index 000000000..de4c26b11 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 454cc7c5fa0fd164eb93209c1b4a76c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.Small.png.meta new file mode 100644 index 000000000..0f6db7721 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ea972994c127b0449a66ccb04d98c389 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.Small@2x.png.meta new file mode 100644 index 000000000..eaa291547 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eb365586a9fc4dd44ae7eb013ef4f042 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.png.meta new file mode 100644 index 000000000..2e09b1717 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5db3b7a4e82a6f040afbb07ba93df8dc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS@2x.png.meta new file mode 100644 index 000000000..0b7e50d8d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/BuildSettings.tvOS@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: da4d0bb26b32e3544b1f69593148e3cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerConnected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerConnected.png.meta new file mode 100644 index 000000000..1c134ba0c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerConnected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 37a82ea6bfb304e40bf572f1962192ed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerConnected@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerConnected@2x.png.meta new file mode 100644 index 000000000..670565bd5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerConnected@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a291508fee00ec640bd77f4c6087cc32 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisabled.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisabled.png.meta new file mode 100644 index 000000000..61c7552bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisabled.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 414a2422daf876449b29d876ad991ff5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisabled@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisabled@2x.png.meta new file mode 100644 index 000000000..d95d73acc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisabled@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0a2a9c9718b589e458ee842eed78af0b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisconnected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisconnected.png.meta new file mode 100644 index 000000000..73c612e59 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisconnected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb491e0399eaa154c81c53fa82b97826 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisconnected@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisconnected@2x.png.meta new file mode 100644 index 000000000..03c831d4f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CacheServerDisconnected@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 73af0db8bfa61504c8b1f44d2a1d0c48 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CheckerFloor.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CheckerFloor.png.meta new file mode 100644 index 000000000..9804b3024 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CheckerFloor.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 187e24e73e481a1489101a79a94ed50c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Clipboard.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Clipboard.png.meta new file mode 100644 index 000000000..0104d6c2b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Clipboard.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c6460098e68c20b419df8e684272013e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.PaintTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.PaintTool.png.meta new file mode 100644 index 000000000..aefdeb6c8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.PaintTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6421c0d11a904fc40a6b992d300cd726 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.PaintValue.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.PaintValue.png.meta new file mode 100644 index 000000000..0aaf90bbb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.PaintValue.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1433d669b2b0394458c0cad545f3a758 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.SelectTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.SelectTool.png.meta new file mode 100644 index 000000000..ec61e55c1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.SelectTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5d57ae34d007fdd4883a12a266d33044 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.SettingsTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.SettingsTool.png.meta new file mode 100644 index 000000000..362097252 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.SettingsTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 09527530c8ae7874e84aff4fc074393e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.ViewValue.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.ViewValue.png.meta new file mode 100644 index 000000000..4e43c7c50 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ClothInspector.ViewValue.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 24d18d0039ed384499cdc204e7049ce8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CloudConnect.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CloudConnect.png.meta new file mode 100644 index 000000000..2d6cfe4ae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CloudConnect.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8b9fd54db574a9c4caf8cc961d7c9231 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CloudConnect@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CloudConnect@2x.png.meta new file mode 100644 index 000000000..c2bdce545 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CloudConnect@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8769907155717524d8bd6265dc113988 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.Build.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.Build.png.meta new file mode 100644 index 000000000..552233785 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.Build.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0a9de1b2b952eb24d945db842e7feeac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.BuildFailed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.BuildFailed.png.meta new file mode 100644 index 000000000..cf2954523 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.BuildFailed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5f9532b8de2d11840b7f22a5467fb570 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.BuildSucceeded.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.BuildSucceeded.png.meta new file mode 100644 index 000000000..3d5a7048e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.BuildSucceeded.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 60bba7d055aff054c830104849e2195e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileAdded.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileAdded.png.meta new file mode 100644 index 000000000..2292e187a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileAdded.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 771bc68b46e27fa42b4c060ee41ff4ce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileConflict.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileConflict.png.meta new file mode 100644 index 000000000..5ff029e98 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileConflict.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 30a240b63110e8c4b81958e8b94541e8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileDeleted.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileDeleted.png.meta new file mode 100644 index 000000000..bcdc66ddb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileDeleted.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 07effd3443443574f8f2f647fc6df344 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileIgnored.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileIgnored.png.meta new file mode 100644 index 000000000..591672e6c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileIgnored.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e84ca5e357ce47d49a21182da864c7be +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileMoved.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileMoved.png.meta new file mode 100644 index 000000000..a4b3cd345 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileMoved.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8c7b980b08d430349bf77700916c4e7b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileUpdated.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileUpdated.png.meta new file mode 100644 index 000000000..9b5abd9d3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FileUpdated.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ce6e07a66078c64ebb9c32c075e7a4d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderAdded.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderAdded.png.meta new file mode 100644 index 000000000..4834d1479 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderAdded.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: da82593667a6d3343bc7cb4094256a1b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderConflict.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderConflict.png.meta new file mode 100644 index 000000000..b5002d68d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderConflict.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 94d2c025ce3ec6f438ee5d2f224fd346 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderDeleted.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderDeleted.png.meta new file mode 100644 index 000000000..dae496ae1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderDeleted.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8d8a40d43112d524f963890808a6169a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderIgnored.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderIgnored.png.meta new file mode 100644 index 000000000..59a6c6743 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderIgnored.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 885265ce8b1f67e4f851e88215014cdf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderMoved.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderMoved.png.meta new file mode 100644 index 000000000..c1e80c8b4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderMoved.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 34f9f623ddf0880408ea35d9e380aa0f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderUpdated.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderUpdated.png.meta new file mode 100644 index 000000000..c2d8bf28d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.FolderUpdated.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 265925a45c6946c498246f7c00cc30d8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.NoInternet.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.NoInternet.png.meta new file mode 100644 index 000000000..d8468cf24 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.NoInternet.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7135d8bb6d31e314bab88736f3675d5a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.Warning.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.Warning.png.meta new file mode 100644 index 000000000..ce782b50b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.Warning.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 818bb721db52f804ab4ba6cbe1de8687 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.png.meta new file mode 100644 index 000000000..b08773083 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c31fdec2a6d2b0d40ae8b319670d6f40 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Collab@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Collab@2x.png.meta new file mode 100644 index 000000000..844b72450 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Collab@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4c9e4b59209095444bab3c5c9a027c6e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CollabConflict.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CollabConflict.png.meta new file mode 100644 index 000000000..58db650c0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CollabConflict.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae90a34c7b8f59548807ba0af750b381 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CollabError.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CollabError.png.meta new file mode 100644 index 000000000..988ed7b22 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CollabError.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f831d9d7da578014281fefdb9e8fd8a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CollabNew.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CollabNew.png.meta new file mode 100644 index 000000000..5572f2247 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CollabNew.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4d4dbf39593497e4da0ff310e2eeab30 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CollabOffline.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CollabOffline.png.meta new file mode 100644 index 000000000..7adb829a8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CollabOffline.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 362d96fd36465544e854b3f49bdf396c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CollabProgress.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CollabProgress.png.meta new file mode 100644 index 000000000..3befb1a3a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CollabProgress.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55443b091b4fd164689ffa6a7230afe8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CollabPull.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CollabPull.png.meta new file mode 100644 index 000000000..17c257484 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CollabPull.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb524edd3b295fd42a3fa47a977bc216 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CollabPush.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CollabPush.png.meta new file mode 100644 index 000000000..2eb577785 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CollabPush.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 24a508baa3bb4eb40a24458085208a35 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.ColorCycle.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.ColorCycle.png.meta new file mode 100644 index 000000000..0c05b9091 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.ColorCycle.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 234262884167a2446a355c367884d69e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.CycleColor.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.CycleColor.png.meta new file mode 100644 index 000000000..803be3bfe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.CycleColor.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2baddef3d1ddfa945a5bed3a3ab9d52d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.CycleSlider.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.CycleSlider.png.meta new file mode 100644 index 000000000..2557734a1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.CycleSlider.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 502aadcd3a134b94e8b84d2063fa36ca +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.SliderCycle.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.SliderCycle.png.meta new file mode 100644 index 000000000..c00d871d2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ColorPicker.SliderCycle.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ea35db4a444e9894b80ef9adab2a9725 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CreateAddNew.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CreateAddNew.png.meta new file mode 100644 index 000000000..586bf7d9e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CreateAddNew.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b02230f35497b5c46855c6e32d5fd1b1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CreateAddNew@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CreateAddNew@2x.png.meta new file mode 100644 index 000000000..efaa3769c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CreateAddNew@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a373ee969b84e7b43bc7b08861abe229 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CrossIcon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CrossIcon.png.meta new file mode 100644 index 000000000..6af621b75 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CrossIcon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 86622f0d82f206240aa4adebbd6541e1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CustomSorting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CustomSorting.png.meta new file mode 100644 index 000000000..186ceb6d3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CustomSorting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7632d4b085d469a44ab04bc393af6a33 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CustomTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CustomTool.png.meta new file mode 100644 index 000000000..0cb0cdc84 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CustomTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: de75483c16752284686ced32a6602f7b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/CustomTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/CustomTool@2x.png.meta new file mode 100644 index 000000000..c19ca7acf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/CustomTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b8e856899cc59404f80d8673fe9fe62d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerAttached.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerAttached.png.meta new file mode 100644 index 000000000..3c6e11616 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerAttached.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0215390fd72274548946df99e35cd655 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerAttached@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerAttached@2x.png.meta new file mode 100644 index 000000000..16135fe9e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerAttached@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 031cde88117e7be479ba2a62ef2f8847 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerDisabled.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerDisabled.png.meta new file mode 100644 index 000000000..a70c37a83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerDisabled.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 075be1fc5507fbb4798ea2e753427946 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerDisabled@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerDisabled@2x.png.meta new file mode 100644 index 000000000..4a3fa1b98 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerDisabled@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: efba6d9f8533f5a4e9ae19676c7195c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerEnabled.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerEnabled.png.meta new file mode 100644 index 000000000..1ed3cc99d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerEnabled.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b1f6af9a6f91bee4692eb81eda4cd24a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerEnabled@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerEnabled@2x.png.meta new file mode 100644 index 000000000..eefbb6caf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/DebuggerEnabled@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 80e630d080ece3a4092cb6de4d8cecdf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/DefaultSorting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/DefaultSorting.png.meta new file mode 100644 index 000000000..24f54d4c9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/DefaultSorting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8fe371b32f195f740abb62ba7a1d5944 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/DefaultSorting@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/DefaultSorting@2x.png.meta new file mode 100644 index 000000000..79ce3a715 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/DefaultSorting@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8e24d4694d5b6a3429c5c7a7280e923a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/EditCollider.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/EditCollider.png.meta new file mode 100644 index 000000000..e59bc983f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/EditCollider.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d73fbfbc684ef28418db4c4dec929c65 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Exposure.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Exposure.png.meta new file mode 100644 index 000000000..5f397c10a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Exposure.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dac38bab47718ce43a2ebe568fd77706 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Exposure@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Exposure@2x.png.meta new file mode 100644 index 000000000..4c939b79b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Exposure@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 058d09c6d8d4e284d945539d20669f8f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Favorite.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Favorite.png.meta new file mode 100644 index 000000000..69afaee66 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Favorite.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6ef1555684d35424a94790273c0c9314 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Favorite@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Favorite@2x.png.meta new file mode 100644 index 000000000..c94a1fc2f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Favorite@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fe65e46b1a300174f956d4117066a948 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/FilterByLabel.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/FilterByLabel.png.meta new file mode 100644 index 000000000..c373011b6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/FilterByLabel.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4318b8737ddb09a43a1329de48282af5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/FilterByLabel@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/FilterByLabel@2x.png.meta new file mode 100644 index 000000000..13736240e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/FilterByLabel@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f1e3d51960dd1849aa5c876de5ca99f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/FilterByType.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/FilterByType.png.meta new file mode 100644 index 000000000..fac6a9859 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/FilterByType.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d0431350452d3de4281d9b69912eb343 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/FilterByType@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/FilterByType@2x.png.meta new file mode 100644 index 000000000..fdca14f55 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/FilterByType@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f6383aede1ebca46b1fbfeb67a965aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/FilterSelectedOnly.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/FilterSelectedOnly.png.meta new file mode 100644 index 000000000..9ddf7094f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/FilterSelectedOnly.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e47ed359fecbc2149af293e8f67eec65 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/FilterSelectedOnly@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/FilterSelectedOnly@2x.png.meta new file mode 100644 index 000000000..33a685cd0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/FilterSelectedOnly@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 11b3e04fdb969634daa931bc44fd3b0c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/FrameCapture.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/FrameCapture.png.meta new file mode 100644 index 000000000..a10c3bc0e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/FrameCapture.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2722597756a6f2745afa8f2873c52459 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/FrameCapture@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/FrameCapture@2x.png.meta new file mode 100644 index 000000000..81ac5864d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/FrameCapture@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9db9513fca361cc4aa3e0c764511c098 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/GEAR.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/GEAR.png.meta new file mode 100644 index 000000000..42f3db1cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/GEAR.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c61de1d84c5f2484f975603bb3bb9323 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.BoxTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.BoxTool.png.meta new file mode 100644 index 000000000..2fb8b3b84 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.BoxTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e7d2aa4e53300a64d958d753711d6115 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.BoxTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.BoxTool@2x.png.meta new file mode 100644 index 000000000..fb2fc2889 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.BoxTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6010631ef1eaafb468b5aa0cbfa1b24e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.Default.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.Default.png.meta new file mode 100644 index 000000000..4643a9ce1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.Default.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ff493acd5790ceb48a2dfb53eca85367 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.Default@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.Default@2x.png.meta new file mode 100644 index 000000000..8b2a95a8f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.Default@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eb9331798e9ead44db516ad262d161c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.EraserTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.EraserTool.png.meta new file mode 100644 index 000000000..0bfbe68c7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.EraserTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 064bcc19e1763ad46ba99da797ccac16 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.EraserTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.EraserTool@2x.png.meta new file mode 100644 index 000000000..8bbce2832 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.EraserTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c70d6f25ce768624ea4a6b098a1aa85b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.FillTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.FillTool.png.meta new file mode 100644 index 000000000..d486deee2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.FillTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1c67a174aa1e8ee40bade8a4da357ef8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.FillTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.FillTool@2x.png.meta new file mode 100644 index 000000000..87499a53f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.FillTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 51fae59d30125a74d84526e8bf130fc3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.MoveTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.MoveTool.png.meta new file mode 100644 index 000000000..dc96507b3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.MoveTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 495d2a99d2eafbd4dbf219a78ec73c90 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.MoveTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.MoveTool@2x.png.meta new file mode 100644 index 000000000..4a9edce12 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.MoveTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 567d327661266034b817a4662114da15 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PaintTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PaintTool.png.meta new file mode 100644 index 000000000..12833d0bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PaintTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36d4848244135d84dbd9806d68a331c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PaintTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PaintTool@2x.png.meta new file mode 100644 index 000000000..4657f62d3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PaintTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f13fc77536b0484fb61ebb0bd82380c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PickingTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PickingTool.png.meta new file mode 100644 index 000000000..53d9c4c10 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PickingTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a2609d34091330d4d99df6499e1f8fda +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PickingTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PickingTool@2x.png.meta new file mode 100644 index 000000000..5ed7a1e14 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Grid.PickingTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6c4e62e9c52429b4f96bc76eed2f4981 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Groove.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Groove.png.meta new file mode 100644 index 000000000..f5b08ef57 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Groove.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 965e7749263f89e439aa40aea8a28639 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/HorizontalSplit.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/HorizontalSplit.png.meta new file mode 100644 index 000000000..467228bc8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/HorizontalSplit.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e54ff1f2fef6f3c42b896a208b918a3b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Import.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Import.png.meta new file mode 100644 index 000000000..988b086c5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Import.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6e3623fbd530d0e448ccceb9e45cde7c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Import@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Import@2x.png.meta new file mode 100644 index 000000000..11a6a5dc0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Import@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c8b452ff446216141b051c23f0c0e1cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/InspectorLock.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/InspectorLock.png.meta new file mode 100644 index 000000000..1149a9fcc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/InspectorLock.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9e0f15dcd9b345498bbadba70281cbb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Invalid.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Invalid.png.meta new file mode 100644 index 000000000..de2f53a4d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Invalid.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b45931645cdfc044a96075fc1eef5a85 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Invalid@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Invalid@2x.png.meta new file mode 100644 index 000000000..95e321f5d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Invalid@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1be302a78b56bb245b10622b7f4e7225 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/JointAngularLimits.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/JointAngularLimits.png.meta new file mode 100644 index 000000000..428228f54 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/JointAngularLimits.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1fa593aa228936649b80f6de271845cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/KnobCShape.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/KnobCShape.png.meta new file mode 100644 index 000000000..4b555da3f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/KnobCShape.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c1d13ba2d1a9d044aaa3807fc9376037 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/KnobCShapeMini.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/KnobCShapeMini.png.meta new file mode 100644 index 000000000..af5812997 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/KnobCShapeMini.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7655c569df39ecb4c91b2e86e1dc8582 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Lighting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Lighting.png.meta new file mode 100644 index 000000000..06f8242db --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Lighting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 47ca16b5d288bb045b532aa394165359 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Lighting@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Lighting@2x.png.meta new file mode 100644 index 000000000..c45a2ed8d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Lighting@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d3856705afb0c134587351bccbce6f2b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/LightmapEditor.WindowTitle.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/LightmapEditor.WindowTitle.png.meta new file mode 100644 index 000000000..954404229 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/LightmapEditor.WindowTitle.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4d1bb4751bb8c4a4b993715158f47a40 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/LightmapEditor.WindowTitle@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/LightmapEditor.WindowTitle@2x.png.meta new file mode 100644 index 000000000..899f3395f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/LightmapEditor.WindowTitle@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a6663a6b5da1604bafb21064af1f730 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Lightmapping.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Lightmapping.png.meta new file mode 100644 index 000000000..509758f2d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Lightmapping.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d4562f9b146e00d46ae442fbdcfa4ac9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Linked.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Linked.png.meta new file mode 100644 index 000000000..9a0272d14 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Linked.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3de94c56c6ef1ea4da5c1505a407770e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Linked@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Linked@2x.png.meta new file mode 100644 index 000000000..e9f44061f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Linked@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1fef39c9ff8888f45bba92db3c2183e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/LockIcon-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/LockIcon-On.png.meta new file mode 100644 index 000000000..28ddd5b2a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/LockIcon-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4a9ce2acb59d6ec4f96ac49c92f85697 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/LockIcon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/LockIcon.png.meta new file mode 100644 index 000000000..48c228ead --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/LockIcon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 59f2f0c46794377469507cf6feb9f70d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/MainStageView.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/MainStageView.png.meta new file mode 100644 index 000000000..be6e14b7d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/MainStageView.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 599bc6cd1f5dce34fb174aa22b28e06d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/MainStageView@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/MainStageView@2x.png.meta new file mode 100644 index 000000000..9e679bb5b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/MainStageView@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e587fa7813426ff47858b03bc5ec6aed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Mirror.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Mirror.png.meta new file mode 100644 index 000000000..74cf2144e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Mirror.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 025bad19a34a14a4583d23112d98e834 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/MoreOptions.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/MoreOptions.png.meta new file mode 100644 index 000000000..6262701ef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/MoreOptions.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a5b79b44252687b4e87ee3f7c90e239d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/MoreOptions@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/MoreOptions@2x.png.meta new file mode 100644 index 000000000..85152131f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/MoreOptions@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 33572d9472ddb504e9973f939a510e59 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool On@2x.png.meta new file mode 100644 index 000000000..afd68875d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 53931dfea10e47d4d8265d62e3dc3c26 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool on.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool on.png.meta new file mode 100644 index 000000000..2187efa28 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool on.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0381f518e3316f54bbbcb78b9d37fc87 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool.png.meta new file mode 100644 index 000000000..41821b914 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9a4739cbc1e97fd4c9a4aed530813c32 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool@2x.png.meta new file mode 100644 index 000000000..af02fc025 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/MoveTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 59eafecf05d1d5c45b2cc5e2d6c807ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Navigation.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Navigation.png.meta new file mode 100644 index 000000000..f84e774d8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Navigation.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f050188d16ade9849904df1c7986a39b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Occlusion.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Occlusion.png.meta new file mode 100644 index 000000000..b332a6f46 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Occlusion.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c7085f25a2b6b2f42b0e3f9d857dc212 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Occlusion@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Occlusion@2x.png.meta new file mode 100644 index 000000000..6b78cdcac --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Occlusion@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 76fe0b87681ace64e9b958ae89718890 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Package Manager.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Package Manager.png.meta new file mode 100644 index 000000000..0734c23d7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Package Manager.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3a1525109b776134da3d1ab94d1bd408 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Package Manager@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Package Manager@2x.png.meta new file mode 100644 index 000000000..ebbec81e7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Package Manager@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 44a8c7fa89f5f8a438ac59807c1df385 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PackageBadgeDelete.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PackageBadgeDelete.png.meta new file mode 100644 index 000000000..73b08f8cb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PackageBadgeDelete.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 180659c5ac3ccac4a9b560c74de3d65e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PackageBadgeNew.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PackageBadgeNew.png.meta new file mode 100644 index 000000000..cd475f12f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PackageBadgeNew.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 22497b88372acdf4dbc355b22a99a2aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Particle Effect.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Particle Effect.png.meta new file mode 100644 index 000000000..c1cb9a277 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Particle Effect.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9da4fe405e2a0554ba1c53035e03014c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On.png.meta new file mode 100644 index 000000000..f023fd2fb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1d406f27a98fd4249b1c64863554f417 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@2x.png.meta new file mode 100644 index 000000000..418dc370e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ba5a26dc86d30e845b6b9d5154d53013 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@3x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@3x.png.meta new file mode 100644 index 000000000..b4449b58a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@3x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6632b94f0fa8461498cce7e704339be0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@4x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@4x.png.meta new file mode 100644 index 000000000..6fb7d1871 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool On@4x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e29ce01f63e665946929722f8c365204 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool.png.meta new file mode 100644 index 000000000..c167c2dff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ee61e7fd20d7b247aa5eb88b65eb2b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@2x.png.meta new file mode 100644 index 000000000..842e66a21 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6317eca2436be274ca6b251793a5d076 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@3x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@3x.png.meta new file mode 100644 index 000000000..7d892cad2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@3x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 508e53010b6244344b4828084f1f1422 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@4x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@4x.png.meta new file mode 100644 index 000000000..c726075fb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ParticleShapeTool@4x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5ad5e14e3ab4f424ab447e97a92f81eb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton On.png.meta new file mode 100644 index 000000000..800c60df2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d7383e98e977b5f4abd4c8ee665507e3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton On@2x.png.meta new file mode 100644 index 000000000..c5a8df5cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: df86c28c1fd9bf9488b034d461a6a5d5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton.png.meta new file mode 100644 index 000000000..4400ae090 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ccdca72dd1abe6949bba4b06cb2604bb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton@2x.png.meta new file mode 100644 index 000000000..a0d89784d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PauseButton@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3ee5bfae42a0f1343a4d6c4db1480b38 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton On.png.meta new file mode 100644 index 000000000..5bb4043fe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 63dcd35f0abe90c4aaa78bc89f3ad710 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton On@2x.png.meta new file mode 100644 index 000000000..70654a2bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b2f85c0d32b638e4595cc26979748338 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton.png.meta new file mode 100644 index 000000000..89fae4e28 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 78079754d8b56d84193cb75643b03ff6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton@2x.png.meta new file mode 100644 index 000000000..baf016239 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButton@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 422b9a37b8324a84194de369f4bab578 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PlayButtonProfile On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButtonProfile On.png.meta new file mode 100644 index 000000000..d7951974a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButtonProfile On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81fa491d665d84f43a3ee629657ec3d4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PlayButtonProfile.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButtonProfile.png.meta new file mode 100644 index 000000000..dd41050a1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PlayButtonProfile.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f46b7f08a41e14a429a732dbaaade3d1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCube.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCube.png.meta new file mode 100644 index 000000000..6f1a01d4b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCube.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 989ee8e310510d545a7c77206ee13fec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCube@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCube@2x.png.meta new file mode 100644 index 000000000..e974ccfad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCube@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d3351779fbe6f2c4b84cd4f27f84a91e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCylinder.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCylinder.png.meta new file mode 100644 index 000000000..be24774d5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCylinder.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 83157d0e44704fa478978ae4c2f6ba33 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCylinder@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCylinder@2x.png.meta new file mode 100644 index 000000000..18a827d75 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatCylinder@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3e355758c40021a458bcd9ddaad0cf00 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight0.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight0.png.meta new file mode 100644 index 000000000..60a528b11 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight0.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3948fab444ae5f744aae210bc2665c36 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight0@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight0@2x.png.meta new file mode 100644 index 000000000..d4e1baeea --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight0@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 62b4d39ca445eea47a0243107c5f5e8d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight1.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight1.png.meta new file mode 100644 index 000000000..12a779bae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 929b4aa8c5ec8d1459149a265fe18fd1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight1@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight1@2x.png.meta new file mode 100644 index 000000000..180bd91b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatLight1@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 52f2875b8dcf4004b9e4c37c1d27e9b3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatQuad.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatQuad.png.meta new file mode 100644 index 000000000..7ae663491 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatQuad.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 02b1d2732672fa640be6dc6453472f95 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatQuad@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatQuad@2x.png.meta new file mode 100644 index 000000000..755677af5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatQuad@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e4a524e9c99c5314cb58418e323857ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatSphere.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatSphere.png.meta new file mode 100644 index 000000000..42d78b81e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatSphere.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3072526ce65e8db40981a17167315955 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatSphere@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatSphere@2x.png.meta new file mode 100644 index 000000000..16a374a98 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatSphere@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 306c647c820748244a21600ac188d565 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatTorus.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatTorus.png.meta new file mode 100644 index 000000000..0b0b6310e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatTorus.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9d4e09a5d1e97254e9348c067704cabd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreMatTorus@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatTorus@2x.png.meta new file mode 100644 index 000000000..fde77dc58 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreMatTorus@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 51b964ebed78f05468d15be3bbcd5e9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexA.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexA.png.meta new file mode 100644 index 000000000..2c7f706f4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexA.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cfc93291e189f3146b0a9942ace79c5b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexA@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexA@2x.png.meta new file mode 100644 index 000000000..24c294265 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexA@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9efda87d997dbc84fa3933869adaacb2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexB.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexB.png.meta new file mode 100644 index 000000000..fddff2528 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexB.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: adf1e66b7346bd4409e76826cd621470 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexB@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexB@2x.png.meta new file mode 100644 index 000000000..bf67b2a70 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexB@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fdf60abc9bda5eb4ba7b7e4caf87ca04 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexG.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexG.png.meta new file mode 100644 index 000000000..fe01339ca --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexG.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b7c87ee10a8fcd8438a41d9020932950 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexG@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexG@2x.png.meta new file mode 100644 index 000000000..e1df26c6a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexG@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 039544e6786ce63429f113b09e4ab934 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexR.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexR.png.meta new file mode 100644 index 000000000..bc539e6ed --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexR.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a7a35d0438b2ad840a365af57c9ded67 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexR@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexR@2x.png.meta new file mode 100644 index 000000000..861632064 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexR@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c83b430d302a623469c321722ffe2d97 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexRGB.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexRGB.png.meta new file mode 100644 index 000000000..6b5a35660 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexRGB.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 407c7435791745d429d3348b516d1151 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTexRGB@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexRGB@2x.png.meta new file mode 100644 index 000000000..2735c17b8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTexRGB@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b1bf587e04d1764428e2a886738278a5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureAlpha.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureAlpha.png.meta new file mode 100644 index 000000000..f24fbae77 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureAlpha.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 22106ad953f111f4dbfeeef3b68cdada +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureArrayFirstSlice.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureArrayFirstSlice.png.meta new file mode 100644 index 000000000..20fc13389 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureArrayFirstSlice.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d251a1ee08b432b4b8a269ccf388a181 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureArrayLastSlice.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureArrayLastSlice.png.meta new file mode 100644 index 000000000..332a59ff3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureArrayLastSlice.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ba7c61fec387db54995871ec1a3dbcd4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureMipMapHigh.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureMipMapHigh.png.meta new file mode 100644 index 000000000..334dc152a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureMipMapHigh.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b4164777bb8f79c44a377d44c3b88e66 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureMipMapLow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureMipMapLow.png.meta new file mode 100644 index 000000000..7cc76d4b1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureMipMapLow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3901fefeb3145ac48adb0b0ac40d3a0f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureRGB.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureRGB.png.meta new file mode 100644 index 000000000..7e3ef8fd4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreTextureRGB.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c146bbf2be3bfc047b8cb80cd950764e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Preset.Context.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Preset.Context.png.meta new file mode 100644 index 000000000..46a953b27 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Preset.Context.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0fe4ed7c44e07a940a4ea648e557e0c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Preset.Context@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Preset.Context@2x.png.meta new file mode 100644 index 000000000..90f4b27b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Preset.Context@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6025465a444dfcc47ba9e8f00759edb6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreviewPackageInUse.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreviewPackageInUse.png.meta new file mode 100644 index 000000000..f665e139b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreviewPackageInUse.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8e92f99f94701554d921c66713d1d178 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/PreviewPackageInUse@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/PreviewPackageInUse@2x.png.meta new file mode 100644 index 000000000..bf981a34f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/PreviewPackageInUse@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 402195a99a294df47b08946c7bcd5a42 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Audio.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Audio.png.meta new file mode 100644 index 000000000..764ca67ca --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Audio.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 03497b8297cdb3e47b25715fda2408af +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Audio@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Audio@2x.png.meta new file mode 100644 index 000000000..573df9b9b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Audio@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4518a2f8f7b73a946a6537b2f81dba6d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.CPU.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.CPU.png.meta new file mode 100644 index 000000000..c3fc044bc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.CPU.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 29afb2ebe738f0b46a34a0fe37f2b1bf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.CPU@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.CPU@2x.png.meta new file mode 100644 index 000000000..112a44a53 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.CPU@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8bce0dd5b1f25544cbda0a82a08b575a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.FirstFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.FirstFrame.png.meta new file mode 100644 index 000000000..380d4d676 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.FirstFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aaabd7e1bb72b6646be27c7c795f6f46 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GPU.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GPU.png.meta new file mode 100644 index 000000000..fff483fa0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GPU.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b8c31a72a143558418fb4bfeacc74620 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GPU@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GPU@2x.png.meta new file mode 100644 index 000000000..3ade06330 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GPU@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0a1182d87b87d76449f3603a5d90d619 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GlobalIllumination.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GlobalIllumination.png.meta new file mode 100644 index 000000000..6affb0dff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GlobalIllumination.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 286f2c29d938bc84e99793366f3d8b31 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GlobalIllumination@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GlobalIllumination@2x.png.meta new file mode 100644 index 000000000..522d4c214 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.GlobalIllumination@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 16c0eee060678ab4bac189f4d69f3e59 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Instrumentation.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Instrumentation.png.meta new file mode 100644 index 000000000..df53e5fff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Instrumentation.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8451d2456b35b8e45a4d0da12c6ed50f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.LastFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.LastFrame.png.meta new file mode 100644 index 000000000..dd28a3e39 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.LastFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b1afc5dd0cfb28c4291cefcb628a5d1a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Memory.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Memory.png.meta new file mode 100644 index 000000000..403d2e2a9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Memory.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3917192d3a9a6344bab7f0a5b4b6f450 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Memory@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Memory@2x.png.meta new file mode 100644 index 000000000..bf5b0c5b1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Memory@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8989f1b6a7cb44645aa4e6cb0320065a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkMessages.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkMessages.png.meta new file mode 100644 index 000000000..fe4bea35d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkMessages.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1e30f109b89b2714eb6c72e615845052 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkMessages@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkMessages@2x.png.meta new file mode 100644 index 000000000..3839a4e74 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkMessages@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 158ba4ad29449314185cc3c95c35010d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkOperations.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkOperations.png.meta new file mode 100644 index 000000000..f82bf8e7c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkOperations.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e49a8a24b54a64a4d893d127c030c00c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkOperations@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkOperations@2x.png.meta new file mode 100644 index 000000000..1f8df8fc9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NetworkOperations@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6e4436b62ec0afe42964e1086b74be5d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NextFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NextFrame.png.meta new file mode 100644 index 000000000..46beaebf6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.NextFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 71dacdc1763c1f74092b58286dda5a99 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics.png.meta new file mode 100644 index 000000000..85f1078e2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4732bbe2a23cf924696712d33da560cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics2D.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics2D.png.meta new file mode 100644 index 000000000..d63882aac --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics2D.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 21d143031f2ca3845a43911f06ddedac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics2D@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics2D@2x.png.meta new file mode 100644 index 000000000..e86a8ce08 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics2D@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e577f481a0399bf4ca49e3d8b83f27b6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics@2x.png.meta new file mode 100644 index 000000000..7cb5ae311 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Physics@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 74ff6c855147f7846965b19533301ecd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.PrevFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.PrevFrame.png.meta new file mode 100644 index 000000000..539d23a7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.PrevFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eaa60378018983f4596b3e1354279a48 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Record.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Record.png.meta new file mode 100644 index 000000000..8508f2590 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Record.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0a3f95f95af94064bad883431b1ac87e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Rendering.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Rendering.png.meta new file mode 100644 index 000000000..28026a38e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Rendering.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ed215dcac9e1ffb4ca75c2e91214b90e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Rendering@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Rendering@2x.png.meta new file mode 100644 index 000000000..647285c91 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Rendering@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 760d500c2e4595644ae539ad511fb69f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UI.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UI.png.meta new file mode 100644 index 000000000..d915c6cc4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UI.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b41565b6da7234d45be7b4e709128cf8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UI@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UI@2x.png.meta new file mode 100644 index 000000000..00d7ae85a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UI@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e876f17db44dca647b794622ac215e2d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UIDetails.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UIDetails.png.meta new file mode 100644 index 000000000..f5d2d2d4d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UIDetails.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ee60a832a4dfd64e961fc7700831755 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UIDetails@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UIDetails@2x.png.meta new file mode 100644 index 000000000..fed1bd41c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.UIDetails@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c98deb8397d23a44aa30a1b3fcb84239 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Video.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Video.png.meta new file mode 100644 index 000000000..836380794 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Video.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 543fecc3fa2f0064e84b8fd71bb8f940 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Video@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Video@2x.png.meta new file mode 100644 index 000000000..269bf8756 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Profiler.Video@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ea9eb1a99cc5f6448b15146fab1105c4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ProfilerColumn.WarningCount.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ProfilerColumn.WarningCount.png.meta new file mode 100644 index 000000000..66910ae32 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ProfilerColumn.WarningCount.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 538dc50d173c25f4296c8ed931b8f71f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Progress.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Progress.png.meta new file mode 100644 index 000000000..80f27c75b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Progress.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3f4ee4bbed92d5e468985fdba84d30eb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Progress@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Progress@2x.png.meta new file mode 100644 index 000000000..3ad2d10df --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Progress@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4a02d9d04b399e34c8a723983660738d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Project.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Project.png.meta new file mode 100644 index 000000000..8d9fb0e62 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Project.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1de8b67fa839ca74994aae85b0f1344c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Project@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Project@2x.png.meta new file mode 100644 index 000000000..687bc3052 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Project@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bc90a51425f916f429ea103df6884c5b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Record Off.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Record Off.png.meta new file mode 100644 index 000000000..4a5264709 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Record Off.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 184013132a735cc4b8d7b82510cc1b3b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Record Off@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Record Off@2x.png.meta new file mode 100644 index 000000000..d80cb9ae8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Record Off@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b887618ac8be7db46b5ab467dbf62a93 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Record On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Record On.png.meta new file mode 100644 index 000000000..244da71fd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Record On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a676cc88cd3ac794c92fa085bc37011e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Record On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Record On@2x.png.meta new file mode 100644 index 000000000..a1b1233af --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Record On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 889caf31091fb3041890af721d547ecf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RectTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RectTool On.png.meta new file mode 100644 index 000000000..8ad4c46a2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RectTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5ded43e326c44244b894d7c0177c5075 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RectTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RectTool On@2x.png.meta new file mode 100644 index 000000000..6bb58fe0e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RectTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b84cd859f574dd5459759c93bfa0e763 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RectTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RectTool.png.meta new file mode 100644 index 000000000..091e3a451 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RectTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 51437349b3ff95842b091e9df0a8e31a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RectTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RectTool@2x.png.meta new file mode 100644 index 000000000..a62049aac --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RectTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5f5f0f0d85bb65646923eb7b1aad614a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RectTransformBlueprint.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RectTransformBlueprint.png.meta new file mode 100644 index 000000000..3da18afb2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RectTransformBlueprint.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a91679c0c077a2a47ac6e27de1a65ff7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RectTransformRaw.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RectTransformRaw.png.meta new file mode 100644 index 000000000..9a2503ee6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RectTransformRaw.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a829ae68cc2d82e4cae632fe224dd595 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ReflectionProbeSelector.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ReflectionProbeSelector.png.meta new file mode 100644 index 000000000..cdebf4da7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ReflectionProbeSelector.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 296a89bf85e4d8740bfef4145b4d793d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ReflectionProbeSelector@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ReflectionProbeSelector@2x.png.meta new file mode 100644 index 000000000..a450c750a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ReflectionProbeSelector@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bf0930f0f844fd54ba18174ef4964e8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Refresh.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Refresh.png.meta new file mode 100644 index 000000000..9b306dc47 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Refresh.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3f74b5ee3d60cf346ad5c7279f32a463 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Refresh@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Refresh@2x.png.meta new file mode 100644 index 000000000..cf132fbb3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Refresh@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fadf8fed1b5dc554691c4e2fc309652d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool On.png.meta new file mode 100644 index 000000000..9fbfef4e0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e1cc83ad3d189d84b8e8988700070b88 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool On@2x.png.meta new file mode 100644 index 000000000..339370cac --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7238cad86d5797641b042965ebd63686 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool.png.meta new file mode 100644 index 000000000..99ab0fe4f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d78fdc3948d68b141a90eb03dac897bb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool@2x.png.meta new file mode 100644 index 000000000..76cba703e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 88fdd44d46958e5498da8251be717cc3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool@4x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool@4x.png.meta new file mode 100644 index 000000000..e523802c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/RotateTool@4x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6ba3c4fbd5d22924982ec90dab40c699 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SaveActive.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SaveActive.png.meta new file mode 100644 index 000000000..48cab3f4c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SaveActive.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 11c85a8c4d54bfb478d8149f7dc0f3ed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SaveAs.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SaveAs.png.meta new file mode 100644 index 000000000..6a85a0ec4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SaveAs.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e79a87394db06e54e8288b58b89bad79 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SaveAs@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SaveAs@2x.png.meta new file mode 100644 index 000000000..d4172d110 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SaveAs@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 23526e34a81a2774da4c397fc968bbc1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SaveFromPlay.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SaveFromPlay.png.meta new file mode 100644 index 000000000..8951c6065 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SaveFromPlay.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1a4543df9e16360448875be890415b50 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SavePassive.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SavePassive.png.meta new file mode 100644 index 000000000..b6b52a01a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SavePassive.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a761346a4d29f44408c19f30a40445dc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool On.png.meta new file mode 100644 index 000000000..5b3b0fec7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d73b545b76555dc4c93e2cc6dfb25a01 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool On@2x.png.meta new file mode 100644 index 000000000..41aa968cf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 804467bee7a4a1844a99c17d663921d4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool.png.meta new file mode 100644 index 000000000..f8e99b47b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0c92af1c30d489e4385de4314db000d7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool@2x.png.meta new file mode 100644 index 000000000..f6913b548 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ScaleTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e35132697a072b743848a72cfa4d4561 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneLoadIn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneLoadIn.png.meta new file mode 100644 index 000000000..39e637043 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneLoadIn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ca3cd1d8d4184964fa242338ca474d89 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneLoadOut.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneLoadOut.png.meta new file mode 100644 index 000000000..c2a979c91 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneLoadOut.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c1c49e5b8fe17ed498255248b6926db4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneSave.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneSave.png.meta new file mode 100644 index 000000000..0b3796d03 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneSave.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 341e9f4e9c4a5d54d8c4fcad9d221fa3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneSaveGrey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneSaveGrey.png.meta new file mode 100644 index 000000000..ef5eb72d1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneSaveGrey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 895ecbf6453d40b4ab0f1fee5b72a657 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneView2D.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneView2D.png.meta new file mode 100644 index 000000000..0e02e49ee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneView2D.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36c584947925d174c8b5832f007831a7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneView2D@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneView2D@2x.png.meta new file mode 100644 index 000000000..30d49a050 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneView2D@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5a44794c6576b114bae649b5043f457b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAlpha.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAlpha.png.meta new file mode 100644 index 000000000..41c52e6ec --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAlpha.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81f1085da3402894cbc0a5794a755d58 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio Off.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio Off.png.meta new file mode 100644 index 000000000..84be01825 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio Off.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 38561697402fc1a4f95c27bc21478fd8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio Off@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio Off@2x.png.meta new file mode 100644 index 000000000..e1deada7a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio Off@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 57506976f5374944eb10e1c67d3fa17f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio.png.meta new file mode 100644 index 000000000..ac9e9bfff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4e10b90073fc9194389e301d09282d3f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio@2x.png.meta new file mode 100644 index 000000000..0665c28b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewAudio@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d83c92c196306af48a26ecb3c67e4ff8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewCamera.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewCamera.png.meta new file mode 100644 index 000000000..95cf9c7a8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewCamera.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 903fbc706819de94982b67f0b078380e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewCamera@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewCamera@2x.png.meta new file mode 100644 index 000000000..a96577835 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewCamera@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2047c171dcb14fc469fe78fdd6d2e235 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewFX@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewFX@2x.png.meta new file mode 100644 index 000000000..6242b340c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewFX@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b5c9ccc95763a9a469b25bfaa2366c7f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewFx.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewFx.png.meta new file mode 100644 index 000000000..1ebe5ca81 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewFx.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f8924eaaffb986e49837a826a0ca73e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting Off.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting Off.png.meta new file mode 100644 index 000000000..b1e97e788 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting Off.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6b52f6022f3fe2b478874a27b598e72c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting Off@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting Off@2x.png.meta new file mode 100644 index 000000000..71a4dfc3c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting Off@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5b911a743ef6288438773c5d4e13f18e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting.png.meta new file mode 100644 index 000000000..502aa7838 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5e28031974cbdf84bacd5bb17276943f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting@2x.png.meta new file mode 100644 index 000000000..ae6198ea5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewLighting@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f915443b902790d49b97097ef88ea77b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewOrtho.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewOrtho.png.meta new file mode 100644 index 000000000..39b8e4283 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewOrtho.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2e9e3ccedc2bf794da0a566e0eb4826e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewRGB.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewRGB.png.meta new file mode 100644 index 000000000..cd6a97305 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewRGB.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ed2b5d9e94e37b4b8d5322e63fa1184 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewTools.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewTools.png.meta new file mode 100644 index 000000000..4e6bd2aea --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewTools.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dbacdcae3e8b0aa468e9ce6aab911cb5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewTools@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewTools@2x.png.meta new file mode 100644 index 000000000..1dac2fe7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewTools@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5b67e480604d0b044adb5189536d7781 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewVisibility.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewVisibility.png.meta new file mode 100644 index 000000000..95292b9b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewVisibility.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b6e7df44e9bd3554781d568cdd6f18f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewVisibility@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewVisibility@2x.png.meta new file mode 100644 index 000000000..13a9fa2ea --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SceneViewVisibility@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 69cc5ce6627e1af4f85e0a531269a11d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ScrollShadow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ScrollShadow.png.meta new file mode 100644 index 000000000..ce2765ea9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ScrollShadow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e7827f9a43bb6374e9985f10334d79b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Settings.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Settings.png.meta new file mode 100644 index 000000000..124ee6d11 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Settings.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 02c28fed90f4a5a419bb8af30dc85158 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Settings@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Settings@2x.png.meta new file mode 100644 index 000000000..c2928fe47 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Settings@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 622549556fb852e4f92def5e0f3316c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SettingsIcon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SettingsIcon.png.meta new file mode 100644 index 000000000..e432d511a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SettingsIcon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5470a8192b9a5af44a57d5533972f640 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SettingsIcon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SettingsIcon@2x.png.meta new file mode 100644 index 000000000..6f0ecb6f9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SettingsIcon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f546507b52f1fa54c97df25c7744851e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.FacebookShare.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.FacebookShare.png.meta new file mode 100644 index 000000000..9043f7f14 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.FacebookShare.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c884eb6610c67234d8dcfec177884051 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.LinkedInShare.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.LinkedInShare.png.meta new file mode 100644 index 000000000..1005a4cf0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.LinkedInShare.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0cdbed93c51845f4c9d05e03dba6a840 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.Tweet.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.Tweet.png.meta new file mode 100644 index 000000000..ef2fa0f50 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.Tweet.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7b66c189e8a0273418196979eb9a1f63 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.UDNLogo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.UDNLogo.png.meta new file mode 100644 index 000000000..5f6e57e3b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.UDNLogo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ae74e232f561c744901777be6f3dea3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.UDNOpen.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.UDNOpen.png.meta new file mode 100644 index 000000000..310654685 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SocialNetworks.UDNOpen.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 52c857f4d0a31254886beea69dfcf7ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SoftlockInline.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SoftlockInline.png.meta new file mode 100644 index 000000000..bb4bc5147 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SoftlockInline.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 67a9e84c7e25b9648ab4d9599314b553 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/SpeedScale.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/SpeedScale.png.meta new file mode 100644 index 000000000..a934760a1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/SpeedScale.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f902ae808d529ac47bcf529da4e3129e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.ArrowTip.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.ArrowTip.png.meta new file mode 100644 index 000000000..558302c4b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.ArrowTip.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bd7188c0112ec8e47a6ad2350da5b88b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.ArrowTipSelected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.ArrowTipSelected.png.meta new file mode 100644 index 000000000..88738df3b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.ArrowTipSelected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 40f0453508987ea40818b320bfff404c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.Background.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.Background.png.meta new file mode 100644 index 000000000..31a7f5f6c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.Background.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2aca0346e8f85ff4bba14d57a2c5d16d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.State.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.State.png.meta new file mode 100644 index 000000000..5ec0d293a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.State.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7d54f0736fb020847bba6ee75d0184d2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateHover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateHover.png.meta new file mode 100644 index 000000000..3825694dd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateHover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 32cc042d811be2c46a600d7be9c0bd85 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSelected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSelected.png.meta new file mode 100644 index 000000000..d0e1bf199 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSelected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c542930568a7788408b85d4a0e28d585 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSub.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSub.png.meta new file mode 100644 index 000000000..f08345149 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSub.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f5e500a8181a7b9439bcf97353564f52 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSubHover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSubHover.png.meta new file mode 100644 index 000000000..f4942d6ce --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSubHover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dcd334d3908f3b448a256c34c34128b1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSubSelected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSubSelected.png.meta new file mode 100644 index 000000000..6bf1136cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.StateSubSelected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e90541c66c1a94f4fa27d91ef1bb1eef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.UpButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.UpButton.png.meta new file mode 100644 index 000000000..de7271ad9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.UpButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3f4ca25812003f345838e48583fa0945 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.UpButtonHover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.UpButtonHover.png.meta new file mode 100644 index 000000000..47ed162d9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StateMachineEditor.UpButtonHover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 19cb9a89b2e039a44b98b7a196935aa5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StepButton On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StepButton On.png.meta new file mode 100644 index 000000000..f7b8b9980 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StepButton On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 462a92329cf2402458d44b2c79801b2a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StepButton On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StepButton On@2x.png.meta new file mode 100644 index 000000000..58abe7ec4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StepButton On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ff359b296b2854489cfbff2b460f7d4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StepButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StepButton.png.meta new file mode 100644 index 000000000..173b279e3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StepButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7e6f7c447d881684096b94504c69c51a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StepButton@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StepButton@2x.png.meta new file mode 100644 index 000000000..9777ae0ca --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StepButton@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 51bc8ec7df5f33f488992846a0480d64 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StepLeftButton-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StepLeftButton-On.png.meta new file mode 100644 index 000000000..e783741d5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StepLeftButton-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 565253ff9fe216c46a661aa917494e41 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/StepLeftButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/StepLeftButton.png.meta new file mode 100644 index 000000000..7f80b2107 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/StepLeftButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 08339fd2b499ca3499d6384203adcead +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolAdd.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolAdd.png.meta new file mode 100644 index 000000000..680cce482 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolAdd.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: afab67136f72cf54abc67d7055e19b6c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLower On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLower On.png.meta new file mode 100644 index 000000000..af0dc8167 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLower On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1ff9d75ed25ded447852f966b0def4d3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLower.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLower.png.meta new file mode 100644 index 000000000..443e155aa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLower.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 41b679c103f181940a930730ff722ebe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLowerAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLowerAlt.png.meta new file mode 100644 index 000000000..2a4f5e584 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolLowerAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c3e2530150876ec43a7c151abfa7c385 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlants On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlants On.png.meta new file mode 100644 index 000000000..30e3359e5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlants On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3db9d6ddf288a344280ccfcdafb2fcbe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlants.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlants.png.meta new file mode 100644 index 000000000..7bed0b43c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlants.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a68ab40ba98f90742aa2d6a014ad4804 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlantsAlt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlantsAlt On.png.meta new file mode 100644 index 000000000..7d3a862fe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlantsAlt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 39f22371047916c4788fd75a2f23c286 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlantsAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlantsAlt.png.meta new file mode 100644 index 000000000..7f5290491 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolPlantsAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f1962a8a941973f4581d8e34939f5721 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolRaise On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolRaise On.png.meta new file mode 100644 index 000000000..ac7859d59 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolRaise On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 73120ba2562b0c54c86a0672fbf1cc9a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolRaise.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolRaise.png.meta new file mode 100644 index 000000000..8d5ec063f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolRaise.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 74d3ba0b6e211f444abb6ecf04ac036e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSculpt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSculpt On.png.meta new file mode 100644 index 000000000..6fd6330d0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSculpt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e363297574e6d6c48b6234e05919c042 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSculpt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSculpt.png.meta new file mode 100644 index 000000000..b515c0b30 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSculpt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2274fb89be68d0e458a378c691543d4d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheight On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheight On.png.meta new file mode 100644 index 000000000..4112a9024 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheight On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a9e327cad1e7c5b47846c0022d7106c0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheight.png.meta new file mode 100644 index 000000000..aa0033e89 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8dbb8b20223545a44a2492d746a61bb2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheightAlt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheightAlt On.png.meta new file mode 100644 index 000000000..f68124acf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheightAlt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 34d9844f1563dd5459951bdba888055a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheightAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheightAlt.png.meta new file mode 100644 index 000000000..d343d628c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSetheightAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 992222ed664bea24eae05ba5d611fc39 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSettings On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSettings On.png.meta new file mode 100644 index 000000000..43d1dd756 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSettings On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d50026f948b0e104e88d28b424411d28 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSettings.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSettings.png.meta new file mode 100644 index 000000000..cd5817496 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSettings.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 95e12c5a08f8d044eaafb5df05adc8ce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSmoothHeight On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSmoothHeight On.png.meta new file mode 100644 index 000000000..74d73c75a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSmoothHeight On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 475f723c76b767247ae878169165181f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSmoothHeight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSmoothHeight.png.meta new file mode 100644 index 000000000..a3c1a97ff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSmoothHeight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 74b7181e2d07f504c99536cfb0ece5d4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplat On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplat On.png.meta new file mode 100644 index 000000000..b8e58d5b6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplat On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 178aafa624021764ca8aa1e5061c6ad4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplat.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplat.png.meta new file mode 100644 index 000000000..feba8d327 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplat.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6482bc20ce23af244b1e218ca042b6b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplatAlt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplatAlt On.png.meta new file mode 100644 index 000000000..a281b0819 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplatAlt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 66893afdba792604991d1dae97e1d235 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplatAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplatAlt.png.meta new file mode 100644 index 000000000..993df1894 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolSplatAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f06843173655a7e4b887971bb26e24fd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTrees On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTrees On.png.meta new file mode 100644 index 000000000..6dcfb396e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTrees On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a1ed180fc2cde964fa1aab43ef1762c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTrees.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTrees.png.meta new file mode 100644 index 000000000..e3ced49af --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTrees.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8e69e078059474546bbacdae0cad2671 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTreesAlt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTreesAlt On.png.meta new file mode 100644 index 000000000..b67e282be --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTreesAlt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f50e9516356b5a4287dd95815d74bb8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTreesAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTreesAlt.png.meta new file mode 100644 index 000000000..d237052dc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TerrainInspector.TerrainToolTreesAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 13a2cb19b37d4b94aad70a51890aa8c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TestFailed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TestFailed.png.meta new file mode 100644 index 000000000..57607830c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TestFailed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0bb1ece532e8bcc43a95836262a0579a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TestIgnored.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TestIgnored.png.meta new file mode 100644 index 000000000..43257d7ab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TestIgnored.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1a7204eaf46fd1743827bb5fdd97007d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TestInconclusive.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TestInconclusive.png.meta new file mode 100644 index 000000000..a83d98b31 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TestInconclusive.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3d22ba0850b64a74d8f3181da42bce2c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TestNormal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TestNormal.png.meta new file mode 100644 index 000000000..e5c30d434 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TestNormal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9003058a935e611428372482c3138b84 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TestPassed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TestPassed.png.meta new file mode 100644 index 000000000..77b4be812 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TestPassed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 08c1489ce80a38f4eb29dc410d0aa086 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TestStopwatch.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TestStopwatch.png.meta new file mode 100644 index 000000000..e734789e4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TestStopwatch.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b486717d917035a4c9d525b29d831f21 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToggleUVOverlay.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToggleUVOverlay.png.meta new file mode 100644 index 000000000..aac0750bc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToggleUVOverlay.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2ec8bec267098ea4b8c47fd74cc6069c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToggleUVOverlay@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToggleUVOverlay@2x.png.meta new file mode 100644 index 000000000..8ea597de9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToggleUVOverlay@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 298fb8ed1c3d70e46a52bc9c955a9eb8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleCenter.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleCenter.png.meta new file mode 100644 index 000000000..8a9edd695 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleCenter.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4c34a09894b494b40bb52623d609f406 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleCenter@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleCenter@2x.png.meta new file mode 100644 index 000000000..aea759e33 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleCenter@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3ba71687a7354d142bcb06ba59c10541 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleGlobal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleGlobal.png.meta new file mode 100644 index 000000000..ddf98badf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleGlobal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9352b45f7aa3f147bb42b726c58f68a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleGlobal@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleGlobal@2x.png.meta new file mode 100644 index 000000000..e85864e24 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleGlobal@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8b97828c040fb3144ac7edc00d386a66 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleLocal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleLocal.png.meta new file mode 100644 index 000000000..a61ea660b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleLocal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa53c3ce5538a624b9cd1019071d1d93 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleLocal@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleLocal@2x.png.meta new file mode 100644 index 000000000..43cb47d67 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandleLocal@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3e86d67b0659e744191083913ce9a8cc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandlePivot.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandlePivot.png.meta new file mode 100644 index 000000000..a633ac50f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandlePivot.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fd120523e9ee86a47b37e20d76d87025 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandlePivot@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandlePivot@2x.png.meta new file mode 100644 index 000000000..e08c49860 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolHandlePivot@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eed5e54a531b1004cbdb9b3d951ebb2c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Minus.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Minus.png.meta new file mode 100644 index 000000000..f8545cc75 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Minus.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2de8a215dadad37479b2d840475b16b3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Minus@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Minus@2x.png.meta new file mode 100644 index 000000000..6656c6f09 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Minus@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e184c6669cdb2b548a2a90a8dd31f58d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus More.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus More.png.meta new file mode 100644 index 000000000..e4d4ae8fa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus More.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2f176c367172a0540bd81572755efd10 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus More@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus More@2x.png.meta new file mode 100644 index 000000000..e0192c18c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus More@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 22092c71cd2d6b84090dc38becb870a2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus.png.meta new file mode 100644 index 000000000..4abb076f3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d45bb4e2d3b6a5e49bc338151a17d6d0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus@2x.png.meta new file mode 100644 index 000000000..68f473540 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Toolbar Plus@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8352d0309e687864baf901f2aec11d16 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ToolsIcon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ToolsIcon.png.meta new file mode 100644 index 000000000..e0b3db980 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ToolsIcon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ee08f777fde5c44c80b3f1a27e1f960 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool On.png.meta new file mode 100644 index 000000000..cf076a23a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b082ca320b08eda4485382f246959586 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool On@2x.png.meta new file mode 100644 index 000000000..035eed8cc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 70624839edbf0ca4492984c5183e4712 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool.png.meta new file mode 100644 index 000000000..e94ceadc5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d14e1a76c0e21d1448622770fbd18e40 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool@2x.png.meta new file mode 100644 index 000000000..7dae53dcb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TransformTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c1cd374c5d132fc4f99b818e7c6578ad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.AddBranches.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.AddBranches.png.meta new file mode 100644 index 000000000..c2f09ad84 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.AddBranches.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 01335907511688648b82e3e9dfcbd9e4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.AddLeaves.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.AddLeaves.png.meta new file mode 100644 index 000000000..7e248ea4a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.AddLeaves.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d3dedd396dd35bc42a34d79c2fa99307 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Branch On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Branch On.png.meta new file mode 100644 index 000000000..e6f1d1794 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Branch On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 49d5efeca29e16e46bfa24dfd36990dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Branch.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Branch.png.meta new file mode 100644 index 000000000..6ef775993 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Branch.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 548fc09542e951147bbaa195566e4248 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchFreeHand On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchFreeHand On.png.meta new file mode 100644 index 000000000..f2cd2daab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchFreeHand On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1865178d6a37d324c8fe6fa901152faf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchFreeHand.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchFreeHand.png.meta new file mode 100644 index 000000000..c757dcd88 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchFreeHand.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7cd49e798b50e8a42b8beadc0fcbe357 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchRotate On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchRotate On.png.meta new file mode 100644 index 000000000..c14b7d7eb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchRotate On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 100eb58091bf53049ad76345bd177ef4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchRotate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchRotate.png.meta new file mode 100644 index 000000000..13c4354c7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchRotate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b1af264b540eafd4c822bef1ebcd052c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchScale On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchScale On.png.meta new file mode 100644 index 000000000..b5628adb7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchScale On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a07bf967b2fdfc54894fd8ef53edc835 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchScale.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchScale.png.meta new file mode 100644 index 000000000..90232130b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchScale.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 473ae1a1aa8fbc947b9fd719350d7162 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchTranslate On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchTranslate On.png.meta new file mode 100644 index 000000000..c64d663e8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchTranslate On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b423d72a521999e4cb2d1cb64e743315 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchTranslate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchTranslate.png.meta new file mode 100644 index 000000000..269efe188 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.BranchTranslate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c1dda012590722a4da281b94ec975806 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Distribution On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Distribution On.png.meta new file mode 100644 index 000000000..66570fcaf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Distribution On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5ed704956757aba4bbe9f6872e5ee30d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Distribution.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Distribution.png.meta new file mode 100644 index 000000000..c88f45d63 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Distribution.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5016a0f1c4401a246ae0ee8834276b12 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Duplicate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Duplicate.png.meta new file mode 100644 index 000000000..5cec60dad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Duplicate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cc9469e7e1e1109418a5831f13889931 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Geometry On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Geometry On.png.meta new file mode 100644 index 000000000..6ddcceeaa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Geometry On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d8f095b0b4920fb46890ef2583679fca +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Geometry.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Geometry.png.meta new file mode 100644 index 000000000..4f096c745 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Geometry.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 56b075d9ffd097545aafb64912f0783b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Leaf On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Leaf On.png.meta new file mode 100644 index 000000000..4f17908f3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Leaf On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c2463fbeb78abca458c2dfe7e9374719 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Leaf.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Leaf.png.meta new file mode 100644 index 000000000..05d542219 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Leaf.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 08dfe47a779250f489e1a18f9edd01c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafFreeHand On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafFreeHand On.png.meta new file mode 100644 index 000000000..49399f445 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafFreeHand On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c273fb00e29a0634f8398b053437388b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafFreeHand.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafFreeHand.png.meta new file mode 100644 index 000000000..435a76abf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafFreeHand.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cf63a086d17e10a4eb7f21174b43081f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafRotate On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafRotate On.png.meta new file mode 100644 index 000000000..66b7a16ad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafRotate On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b665ccdbc4e41c745a57ee5ed68e2ba5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafRotate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafRotate.png.meta new file mode 100644 index 000000000..6aa1b3f81 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafRotate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cb8a6a2ca175e774c9b04fea96daa78e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafScale On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafScale On.png.meta new file mode 100644 index 000000000..daba06d2d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafScale On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 09b1633fa12c13647a7b53b1debc64c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafScale.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafScale.png.meta new file mode 100644 index 000000000..36de06dcf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafScale.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 825970c4f13ffc14c936c5330aad53e3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafTranslate On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafTranslate On.png.meta new file mode 100644 index 000000000..a2f3a9bcc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafTranslate On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1df4bb02f7640cd48b211439814a47cd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafTranslate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafTranslate.png.meta new file mode 100644 index 000000000..5fcd2c9e9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.LeafTranslate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f125110ff79909547aba7bc54f9ef431 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Material On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Material On.png.meta new file mode 100644 index 000000000..1b4167f31 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Material On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e531d4b2aeed38549a5e60f373f93e4d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Material.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Material.png.meta new file mode 100644 index 000000000..951328a45 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Material.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e739853689710114aa3bec7362883dd1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Refresh.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Refresh.png.meta new file mode 100644 index 000000000..c72c4bf0c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Refresh.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa0ed517f8684db44b0f3f3e4dcc7547 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Trash.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Trash.png.meta new file mode 100644 index 000000000..a34d99f0a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Trash.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 37359da38d14a524aa7f094fabe37ca9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Wind On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Wind On.png.meta new file mode 100644 index 000000000..4a01e4889 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Wind On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ed5e56b6e0665ef4eb48d7fa07cbdb3e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Wind.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Wind.png.meta new file mode 100644 index 000000000..d030c2f04 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/TreeEditor.Wind.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8c7371db1977a0d4dab17afa38073021 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnLinked.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnLinked.png.meta new file mode 100644 index 000000000..cbfb38572 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnLinked.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 69a98a4192f459647bff0f41b5b79c69 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnLinked@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnLinked@2x.png.meta new file mode 100644 index 000000000..62d4fbb3c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnLinked@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 077798bc0e7828d48ab083714c05b193 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.AnimationWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.AnimationWindow.png.meta new file mode 100644 index 000000000..6da54426e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.AnimationWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c4666a924c4d7e841b175a910d3073c4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.AnimationWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.AnimationWindow@2x.png.meta new file mode 100644 index 000000000..68961182a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.AnimationWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a6a3057486bdfc347a01853a667ec2c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ConsoleWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ConsoleWindow.png.meta new file mode 100644 index 000000000..df17cad00 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ConsoleWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 676588782f949ac4193f54db742c4f2a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ConsoleWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ConsoleWindow@2x.png.meta new file mode 100644 index 000000000..1ae16f69d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ConsoleWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b7d6a2a319f40454389b25f767f91d55 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.DebugInspectorWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.DebugInspectorWindow.png.meta new file mode 100644 index 000000000..5554f5a4c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.DebugInspectorWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55ffac820be79c640a6e6ff7c2bc0ade +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.FindDependencies.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.FindDependencies.png.meta new file mode 100644 index 000000000..3ef0bd5ff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.FindDependencies.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c176922904519374ab265b88802f630c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.GameView.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.GameView.png.meta new file mode 100644 index 000000000..3842b350f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.GameView.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c43163e9d2ca8814ab5b22dc7fd3ac9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.GameView@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.GameView@2x.png.meta new file mode 100644 index 000000000..bd30c6327 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.GameView@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 34b1ab3691e809d498787913d4b5193e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Graphs.AnimatorControllerTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Graphs.AnimatorControllerTool.png.meta new file mode 100644 index 000000000..18060fd4b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Graphs.AnimatorControllerTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6eb2c1adf39e78840b2d0472807d1b37 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Graphs.AnimatorControllerTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Graphs.AnimatorControllerTool@2x.png.meta new file mode 100644 index 000000000..d687edee9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Graphs.AnimatorControllerTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a745842e88ce1ad4884932f4246150af +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.HierarchyWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.HierarchyWindow.png.meta new file mode 100644 index 000000000..cfa9715c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.HierarchyWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f984dd22d678c244c852b7e6332a5c85 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.HierarchyWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.HierarchyWindow@2x.png.meta new file mode 100644 index 000000000..8515516b3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.HierarchyWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dcbf7dbdb8f85b54c9adac47f443925f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.InspectorWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.InspectorWindow.png.meta new file mode 100644 index 000000000..9951d9671 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.InspectorWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 61943874ad0b6bc43ad5f9ea7a35ff10 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.InspectorWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.InspectorWindow@2x.png.meta new file mode 100644 index 000000000..985243721 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.InspectorWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5f7fbeaa4fbf7fd40a515a7810a068be +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ProfilerWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ProfilerWindow.png.meta new file mode 100644 index 000000000..d70421569 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ProfilerWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4c7c66d58e284ae4ba134aa7387d52c1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ProfilerWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ProfilerWindow@2x.png.meta new file mode 100644 index 000000000..c3b0581f7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.ProfilerWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b632697e1dd9f544383e33855c56bb5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneHierarchyWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneHierarchyWindow.png.meta new file mode 100644 index 000000000..ea61f6255 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneHierarchyWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3a1b5fd6e1c93c7459d4ffe1e2d5eed6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneHierarchyWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneHierarchyWindow@2x.png.meta new file mode 100644 index 000000000..7461a0287 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneHierarchyWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6909d44c04cc99141998318e660f23f2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneView.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneView.png.meta new file mode 100644 index 000000000..69e92ec57 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneView.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae77a22e9e3843d4dbb840aae433ff58 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneView@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneView@2x.png.meta new file mode 100644 index 000000000..9bc83c09a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.SceneView@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 199010a6420d3a141b97cf2c9c3d044c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Timeline.TimelineWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Timeline.TimelineWindow.png.meta new file mode 100644 index 000000000..3b50fdde5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Timeline.TimelineWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3eb4f846ac2258540b0b062c4ea310cd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Timeline.TimelineWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Timeline.TimelineWindow@2x.png.meta new file mode 100644 index 000000000..4198568da --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.Timeline.TimelineWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9297aacbac69eb14c9a296b18312634c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.VersionControl.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.VersionControl.png.meta new file mode 100644 index 000000000..c5a7f2ed1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityEditor.VersionControl.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3c6581797cfcd0a4ea23101cf9d260e4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityLogo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityLogo.png.meta new file mode 100644 index 000000000..a5ee22119 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityLogo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b05316b6f4ac24f4c8307abb10d13f8a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UnityLogoLarge.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UnityLogoLarge.png.meta new file mode 100644 index 000000000..69af3e77c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UnityLogoLarge.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e58b07788f519534ab3724f2d1e690a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/UpArrow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/UpArrow.png.meta new file mode 100644 index 000000000..1cd0b4a6d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/UpArrow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 04db93b960cee6344a5858ef89f54c61 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/VUMeterTextureHorizontal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/VUMeterTextureHorizontal.png.meta new file mode 100644 index 000000000..88d9024c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/VUMeterTextureHorizontal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4e08d20fc5a79a144a2f89dbed57692e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/VUMeterTextureVertical.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/VUMeterTextureVertical.png.meta new file mode 100644 index 000000000..e974fa1c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/VUMeterTextureVertical.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 15bded5e5b8f26f43802cc831d66f928 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Valid.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Valid.png.meta new file mode 100644 index 000000000..f2efc4cbc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Valid.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e114a05652d8c7e4d9161438b46b6550 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/Valid@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/Valid@2x.png.meta new file mode 100644 index 000000000..83864e945 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/Valid@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc6946a744c70614cb461eedc7e0a877 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/VerticalSplit.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/VerticalSplit.png.meta new file mode 100644 index 000000000..e96df6aef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/VerticalSplit.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: faba25308809dfa4294cc65fcc4bb621 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove On.png.meta new file mode 100644 index 000000000..abe86874f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 512bc917698553343b6af880dff4efa0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove On@2x.png.meta new file mode 100644 index 000000000..4ca05b4a4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ef2632e82c3d10c4fb9bdbebe4846732 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove.png.meta new file mode 100644 index 000000000..c854c19ec --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6245e08b3c94bd347b203a6067d58567 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove@2x.png.meta new file mode 100644 index 000000000..5c360421d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolMove@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 029183c099bde0f44b7c0973a2ffb3a0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit On.png.meta new file mode 100644 index 000000000..71234920a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0f52aa928f122714ab733b68001822e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit On@2x.png.meta new file mode 100644 index 000000000..1d4be5761 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9e440d1ec0a035c4fbdc09836e758b2e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit.png.meta new file mode 100644 index 000000000..d7b7e7cf9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a86b8658a491c143b59947e482eb765 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit@2x.png.meta new file mode 100644 index 000000000..f55a6a17a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolOrbit@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ee8c655b9fa1044ba103171f7e2691c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom On.png.meta new file mode 100644 index 000000000..08f5c2197 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0989767f3e6ba26478fbf49a07b8ab18 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom On@2x.png.meta new file mode 100644 index 000000000..d5a7e9340 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8a9563e72c828c242b2dc41b5e5271a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom.png.meta new file mode 100644 index 000000000..fbb45a6dc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e54d4cf947a77fe40be8b3dc0e8ed1fb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom@2x.png.meta new file mode 100644 index 000000000..b781875a6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ViewToolZoom@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8df5c33001dd62648889b3fb45429620 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/VisibilityOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/VisibilityOff.png.meta new file mode 100644 index 000000000..455fbc8b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/VisibilityOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 85a8e9d794122224fb4429138c8873c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/VisibilityOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/VisibilityOn.png.meta new file mode 100644 index 000000000..30ee0fe5f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/VisibilityOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2fcad9898b4b8234baf4b4bec8d8b7c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin00.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin00.png.meta new file mode 100644 index 000000000..f2e71972c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin00.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6ea87ed33bf1e984f886936ca29e9ccd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin01.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin01.png.meta new file mode 100644 index 000000000..59d93bb27 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin01.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5ac71ec1ffc1dff4095c0075ebcd1c15 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin02.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin02.png.meta new file mode 100644 index 000000000..c62a0ee63 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin02.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 49d96dfba654bd347a42b286331576eb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin03.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin03.png.meta new file mode 100644 index 000000000..990a3f7aa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin03.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cd5b32de29019db489ae20c280643694 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin04.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin04.png.meta new file mode 100644 index 000000000..c40fec476 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin04.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4a65e5c61e9de1945a764ffaec9f8e7e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin05.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin05.png.meta new file mode 100644 index 000000000..ce76353c8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin05.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ea38e1fff1c17954fa19654b8956910e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin06.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin06.png.meta new file mode 100644 index 000000000..6c586ae89 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin06.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7420704f8480fd34c9a4e38e34e50f65 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin07.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin07.png.meta new file mode 100644 index 000000000..4c3a3cba9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin07.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 17c1b853990ff424abfb0292aa43debf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin08.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin08.png.meta new file mode 100644 index 000000000..6e90f2acc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin08.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d4b933e0daac911448e4b0a3152372aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin09.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin09.png.meta new file mode 100644 index 000000000..091adf68c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin09.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0fab65d0e8cfdfc4d8d70d361d67d457 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin10.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin10.png.meta new file mode 100644 index 000000000..c21a3d7b0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin10.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e872c9b500f6a5e48b7f35e5648c4453 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin11.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin11.png.meta new file mode 100644 index 000000000..a025334a5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WaitSpin11.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e5a0211097748a04f88bd383da59e9f7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/WelcomeScreen.AssetStoreLogo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/WelcomeScreen.AssetStoreLogo.png.meta new file mode 100644 index 000000000..5a121cbe8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/WelcomeScreen.AssetStoreLogo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d3b015f116450024f8fff6c99da46e41 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/_Help.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/_Help.png.meta new file mode 100644 index 000000000..c6efd0903 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/_Help.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa6c9f963dd5d574bbb85b273c6c8cc4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/_Help@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/_Help@2x.png.meta new file mode 100644 index 000000000..c39ed32b2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/_Help@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ec8c48d42c36bd04ba8376a95c068b27 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/_Menu.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/_Menu.png.meta new file mode 100644 index 000000000..1f64207fe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/_Menu.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 05a32c61f7d5c29499663e3470e35341 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/_Menu@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/_Menu@2x.png.meta new file mode 100644 index 000000000..875531ae9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/_Menu@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 19ca48635c3e80e42b1186daf9fae9b0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/_Popup.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/_Popup.png.meta new file mode 100644 index 000000000..2d7dea290 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/_Popup.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 315ca7da0e2fe3242953c99ee023d7e7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/_Popup@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/_Popup@2x.png.meta new file mode 100644 index 000000000..c58fdaf11 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/_Popup@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 250ff493de8da0544b727260330a21df +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/aboutwindow.mainheader.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/aboutwindow.mainheader.png.meta new file mode 100644 index 000000000..31ff79023 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/aboutwindow.mainheader.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9f423b8231b2c9844af08d3a049d0def +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/ageialogo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/ageialogo.png.meta new file mode 100644 index 000000000..26965a39f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/ageialogo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a4afd50cdb25ae548bac0537cbbdca18 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/animationanimated.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/animationanimated.png.meta new file mode 100644 index 000000000..766e39733 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/animationanimated.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 40f07799e5b5b14429f2ee2d355f8433 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/animationdopesheetkeyframe.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/animationdopesheetkeyframe.png.meta new file mode 100644 index 000000000..6f392ce56 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/animationdopesheetkeyframe.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1492e4ce2ab2af04f929e8ba95bd1c79 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/animationkeyframe.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/animationkeyframe.png.meta new file mode 100644 index 000000000..a9f4eca30 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/animationkeyframe.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 80616cad4a0c872428490fb21727095a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/animationnocurve.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/animationnocurve.png.meta new file mode 100644 index 000000000..7f29c7a14 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/animationnocurve.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0b94485a41b95e844bb504d85afb785e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleoff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleoff.png.meta new file mode 100644 index 000000000..b23ed793b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleoff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9c050b026a2d4d84a9f5560ed96c5703 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleoff@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleoff@2x.png.meta new file mode 100644 index 000000000..1af15007d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleoff@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55d07752b8fcae646986a048aaa0668e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleon.png.meta new file mode 100644 index 000000000..5b4d2e348 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ea895d4f02bc482468e710a674b438ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleon@2x.png.meta new file mode 100644 index 000000000..369ea7d98 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/animationvisibilitytoggleon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8de57712ee641bc48a1d8facdb75dcff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/assetstore.meta b/Assets/BITKit/Unity/Art/Editor_Icons/assetstore.meta new file mode 100644 index 000000000..0d12e8a64 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/assetstore.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 819de56d7b5553e49ab0b2cefb15dce3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/assetstore/Unity-AssetStore-Originals-Logo-White.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/assetstore/Unity-AssetStore-Originals-Logo-White.png.meta new file mode 100644 index 000000000..8798f49d5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/assetstore/Unity-AssetStore-Originals-Logo-White.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2bbd88d283ab67a4dbaca2dcdf07015c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/assetstore/Unity-AssetStore-Originals-Logo-White@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/assetstore/Unity-AssetStore-Originals-Logo-White@2x.png.meta new file mode 100644 index 000000000..b9f3af8b8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/assetstore/Unity-AssetStore-Originals-Logo-White@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6408319404edea84ea15f99fe44be3f8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector.meta new file mode 100644 index 000000000..278b723a2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 79220743dc5af384689445f2139fab79 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/BodyPartPicker.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/BodyPartPicker.png.meta new file mode 100644 index 000000000..7587ad579 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/BodyPartPicker.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8416cc3b7836b1d478d57081c25a2428 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/BodySilhouette.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/BodySilhouette.png.meta new file mode 100644 index 000000000..15cc17055 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/BodySilhouette.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ec1e3ca90b2233a46b177921ab3fdde8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFill.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFill.png.meta new file mode 100644 index 000000000..cd63fca1b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFill.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9a876eb28ba0d204ba9bddb04b58ab56 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFrame.png.meta new file mode 100644 index 000000000..60aed7e7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fa4b7f235f509de4ba287b12861bbd77 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFrameDotted.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFrameDotted.png.meta new file mode 100644 index 000000000..499eab464 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotFrameDotted.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fa99235ce54a8de44b711a626a5f3870 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotSelection.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotSelection.png.meta new file mode 100644 index 000000000..483492b14 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/DotSelection.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 465c6af58dd8b9649ae636bdb3e44007 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/Head.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/Head.png.meta new file mode 100644 index 000000000..f3fe2d8b0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/Head.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ec9955101221d3a468ca58fb38394ef5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadIk.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadIk.png.meta new file mode 100644 index 000000000..f0cfc46cc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadIk.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 47b9b8a46e37d8549bf88ce7ce9ba7fd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadZoom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadZoom.png.meta new file mode 100644 index 000000000..52d8c2648 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadZoom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 636dc151097a1474296bc90add4b4b0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadZoomSilhouette.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadZoomSilhouette.png.meta new file mode 100644 index 000000000..73667802c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/HeadZoomSilhouette.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 74a7276d765f0ac4599dfa7f4ec85974 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftArm.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftArm.png.meta new file mode 100644 index 000000000..015aaf322 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftArm.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2235d92c972b62e4d8f842fe30822d61 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFeetIk.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFeetIk.png.meta new file mode 100644 index 000000000..9aa183ba6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFeetIk.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6e559e1c0448ef84db243885afad7f5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFingers.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFingers.png.meta new file mode 100644 index 000000000..40d5d066f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFingers.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 100b4d2f9fe9b5e449e71dc1b918f1c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFingersIk.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFingersIk.png.meta new file mode 100644 index 000000000..59a63c826 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftFingersIk.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 567fc57b87368cc46bc19d6cbfe0d2f0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftHandZoom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftHandZoom.png.meta new file mode 100644 index 000000000..794a0e541 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftHandZoom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 54ccfef8f87a5a641b46caaeb4d88545 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftHandZoomSilhouette.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftHandZoomSilhouette.png.meta new file mode 100644 index 000000000..6c954c263 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftHandZoomSilhouette.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ea76669b9d97e7d42906b817e0799e55 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftLeg.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftLeg.png.meta new file mode 100644 index 000000000..6b1e873fb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/LeftLeg.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 12967bd52b0053447abc32b5e1f1d0c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/MaskEditor_Root.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/MaskEditor_Root.png.meta new file mode 100644 index 000000000..246d38581 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/MaskEditor_Root.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2c8be8786fcc15d4cbab79bbae07085b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightArm.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightArm.png.meta new file mode 100644 index 000000000..8f2944870 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightArm.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 108cd7adacba6f04e8c5714850d98aae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFeetIk.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFeetIk.png.meta new file mode 100644 index 000000000..b7f8aef34 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFeetIk.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5bbe94371f4658246942a5e10af7cf42 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFingers.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFingers.png.meta new file mode 100644 index 000000000..4dbee1504 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFingers.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 00665c747b3ec6943930d2f42afeec73 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFingersIk.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFingersIk.png.meta new file mode 100644 index 000000000..7b4cc1d9e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightFingersIk.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 99787f5ae51208b4487aaf511e62e44f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightHandZoom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightHandZoom.png.meta new file mode 100644 index 000000000..dfeff6aea --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightHandZoom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f5082654aa7e2954c8e22638a1d2232d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightHandZoomSilhouette.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightHandZoomSilhouette.png.meta new file mode 100644 index 000000000..e1c868daa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightHandZoomSilhouette.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f8850404b43eb6444bb1fd27312c8521 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightLeg.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightLeg.png.meta new file mode 100644 index 000000000..a98f90f24 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/RightLeg.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f0746a444fef2dc4184766ef9d10e8e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/Torso.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/Torso.png.meta new file mode 100644 index 000000000..49543aa89 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/avatarinspector/Torso.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 30e788e6ab3d7aa478280c98169cc8fb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/back.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/back.png.meta new file mode 100644 index 000000000..a7269197d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/back.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: db4ddd8f579bc04478e044a8a75dfe24 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/back@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/back@2x.png.meta new file mode 100644 index 000000000..657cd1f92 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/back@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 49675beb32a12ba448be640462152418 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/beginButton-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/beginButton-On.png.meta new file mode 100644 index 000000000..319eb87ce --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/beginButton-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e6f6c5e641e20ba46a421043406811d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/beginButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/beginButton.png.meta new file mode 100644 index 000000000..a31c5fbd7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/beginButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2385e09f47128e84fbec9e453677940e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/blendKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/blendKey.png.meta new file mode 100644 index 000000000..fd1e1271e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/blendKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1c499b15d62929e48bf905258ffaeb8a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/blendKeyOverlay.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/blendKeyOverlay.png.meta new file mode 100644 index 000000000..6c2f3eb1b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/blendKeyOverlay.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 248b0d6057b98994facb354d80911f62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/blendKeySelected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/blendKeySelected.png.meta new file mode 100644 index 000000000..c1a3b40ef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/blendKeySelected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cb28db27d2fa65e45a44bc48cf449606 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/blendSampler.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/blendSampler.png.meta new file mode 100644 index 000000000..4543c7e3c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/blendSampler.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8bc946ede9dc37e47ac481361180d825 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/blueGroove.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/blueGroove.png.meta new file mode 100644 index 000000000..1e493a190 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/blueGroove.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa4aa9c4313b9cf4dab3f0b6a08959d3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.inactive.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.inactive.sml.png.meta new file mode 100644 index 000000000..9a2f79998 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.inactive.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c3265be5fb009bf44930a0105a6a2ffb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.inactive.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.inactive.sml@2x.png.meta new file mode 100644 index 000000000..e229c1190 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.inactive.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9ac451107f18ce41a68d3a52b7613cc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.png.meta new file mode 100644 index 000000000..52d7b0045 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e235fe2f6ee97f64e84f6f6f9220b94c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.sml.png.meta new file mode 100644 index 000000000..0af4e848f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 72324176304a5e1419ebeda4c1372876 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.sml@2x.png.meta new file mode 100644 index 000000000..3ae61b65c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f8db8791456e73347b7d8d4a0d866e46 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon@2x.png.meta new file mode 100644 index 000000000..e53f9193b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.erroricon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2c3c9f6be4a7c3c4b91670601647a997 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.inactive.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.inactive.sml.png.meta new file mode 100644 index 000000000..11eeb57c8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.inactive.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8cf42631fc20a8c478dbeab8570d00f2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.inactive.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.inactive.sml@2x.png.meta new file mode 100644 index 000000000..f50e330bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.inactive.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 99a92008b4497194db995d2409341fb5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.png.meta new file mode 100644 index 000000000..ca3f47360 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2c4eee1097f13a6419336a1fe8589ee6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.sml.png.meta new file mode 100644 index 000000000..364d6798f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b9fdab71113d78c41b639cef8cd8e846 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.sml@2x.png.meta new file mode 100644 index 000000000..76e4dc8fc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d01531f09b8255c439f4664e3b1a664c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon@2x.png.meta new file mode 100644 index 000000000..4957a8114 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.infoicon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 59690c8a67e289a42b75db38794de24d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.inactive.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.inactive.sml.png.meta new file mode 100644 index 000000000..9255f2948 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.inactive.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3e1271e65a57574429f81ad7cc93303a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.inactive.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.inactive.sml@2x.png.meta new file mode 100644 index 000000000..8e08dd9b1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.inactive.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 24634a19bf1c2d64d8de7388dd963e6f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.png.meta new file mode 100644 index 000000000..68d284abe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e34a018d7ee6b2b49aa26e9e748f1ff3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.sml.png.meta new file mode 100644 index 000000000..e9eadfc05 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cb58f64b294ee0e42bc8fdf4bb38b471 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.sml@2x.png.meta new file mode 100644 index 000000000..e1065f3c7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eed55b697242579499e8ccccbba9388a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon@2x.png.meta new file mode 100644 index 000000000..3095786ad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/console.warnicon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 413dbdc32d4791543b79e1a78576f845 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframe.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframe.png.meta new file mode 100644 index 000000000..1ca0e02a2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframe.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ebfe35571c2685645b200ed68f6478df +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeselected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeselected.png.meta new file mode 100644 index 000000000..db1c2727e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeselected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c945527d01fdcd2408b31f12b68d6c8c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeselectedoverlay.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeselectedoverlay.png.meta new file mode 100644 index 000000000..b41e4f001 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeselectedoverlay.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b3e951618c7033f4b9edfa6356114d25 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframesemiselectedoverlay.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframesemiselectedoverlay.png.meta new file mode 100644 index 000000000..2591d36a8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframesemiselectedoverlay.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7e0263c83aecf034f8e824c7c66249c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeweighted.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeweighted.png.meta new file mode 100644 index 000000000..dd7962b6c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/curvekeyframeweighted.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d5e8ecfe37c1b514090acdfc0eb72f23 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AS Badge Delete.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AS Badge Delete.png.meta new file mode 100644 index 000000000..00d9d236b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AS Badge Delete.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6320a770fe187ee43a93883a9cefe32d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AS Badge New.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AS Badge New.png.meta new file mode 100644 index 000000000..8f9c26b1e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AS Badge New.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7b877adfba3c6574ebdb48fca354862b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AlphabeticalSorting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AlphabeticalSorting.png.meta new file mode 100644 index 000000000..9b48e1e1d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AlphabeticalSorting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb7fc8745e10ff94fb6df51f18a8023f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AlphabeticalSorting@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AlphabeticalSorting@2x.png.meta new file mode 100644 index 000000000..8ea0407ef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AlphabeticalSorting@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4756623ade604204698dafbe9135238c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.AddEvent.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.AddEvent.png.meta new file mode 100644 index 000000000..ba0d71c77 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.AddEvent.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a4c838d0bfc37c344bee2738406e96d4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.AddKeyframe.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.AddKeyframe.png.meta new file mode 100644 index 000000000..23407c6cb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.AddKeyframe.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ac10d2113fe882549845b4af2b3f7ec5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.EventMarker.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.EventMarker.png.meta new file mode 100644 index 000000000..0c25bd495 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.EventMarker.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cad6813596b35f94f90c2c2b5c422ff8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.FilterBySelection.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.FilterBySelection.png.meta new file mode 100644 index 000000000..d71d9f28c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.FilterBySelection.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a099cbff6d5b5264d91518f3a7db950f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.FirstKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.FirstKey.png.meta new file mode 100644 index 000000000..afeb7abc9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.FirstKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fe3bd7d0b7e9f0848a7fe90798a1b47d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.LastKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.LastKey.png.meta new file mode 100644 index 000000000..ac3f5dad4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.LastKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f453ba3143cc55d4fa407bd6ac2c5fed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.NextKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.NextKey.png.meta new file mode 100644 index 000000000..032a88131 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.NextKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5242f115444c0cb46a9af8b356a67d97 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Play.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Play.png.meta new file mode 100644 index 000000000..b29e8b9de --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Play.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c95e58eb55eb4e14b99a9b4d8b3ef862 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.PrevKey.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.PrevKey.png.meta new file mode 100644 index 000000000..3337aee80 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.PrevKey.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9ec0d8300c4337844b787125c3b9f4b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Record.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Record.png.meta new file mode 100644 index 000000000..976b52cbf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Record.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 57a3225019e52994db39b97f4bac0be0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Record@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Record@2x.png.meta new file mode 100644 index 000000000..b22e84d34 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.Record@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c084f4eb3e46b0445b37b44b486039e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.SequencerLink.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.SequencerLink.png.meta new file mode 100644 index 000000000..27c0a5694 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Animation.SequencerLink.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 95644f6aecccf464eb867d8653978fe7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AnimationWrapModeMenu.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AnimationWrapModeMenu.png.meta new file mode 100644 index 000000000..5550cbdd4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AnimationWrapModeMenu.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 27b7e0e327d712a4c9d82fd119682704 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AssemblyLock.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AssemblyLock.png.meta new file mode 100644 index 000000000..7a588dbec --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AssemblyLock.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c801feef6bbe37d43b136f007af59f7f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Asset Store.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Asset Store.png.meta new file mode 100644 index 000000000..68848ed44 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Asset Store.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e0e0e2d66522b3d4f984032e89c1dcf3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Asset Store@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Asset Store@2x.png.meta new file mode 100644 index 000000000..26452dba9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Asset Store@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d47ef68fe4649da45ac9cbfcd1f90c16 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Audio Mixer.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Audio Mixer.png.meta new file mode 100644 index 000000000..19a2cdd15 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Audio Mixer.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 880ca54421d7c224f888858d9d9b60ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Audio Mixer@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Audio Mixer@2x.png.meta new file mode 100644 index 000000000..cd69bee39 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Audio Mixer@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a63046ed706712842b8911a2c0d36d25 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOff.png.meta new file mode 100644 index 000000000..2d84112c9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ba7653c9ec0b1444a4a6df0233d5745 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOff@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOff@2x.png.meta new file mode 100644 index 000000000..d2e4a2a2d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOff@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0826e1226c5acfb4390c9a82f6733513 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOn.png.meta new file mode 100644 index 000000000..064d480fb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 87b9461c4341ae94cbbdbace33f0ea62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOn@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOn@2x.png.meta new file mode 100644 index 000000000..a1fafd65b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AutoLightbakingOn@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7c3ec3b404c97b149b76f6aa1abd5e09 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendBackground.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendBackground.png.meta new file mode 100644 index 000000000..f2a4b23f0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendBackground.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f91cc03806b7ba4abed3ce73217bc7a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendLeft.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendLeft.png.meta new file mode 100644 index 000000000..d7e92fc15 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendLeft.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2d7a494fb5e9b32479c6ab04c606eaf4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendLeftA.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendLeftA.png.meta new file mode 100644 index 000000000..6ddb4bda6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendLeftA.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bc5c96e42be9eeb49ae6177cc9c905fb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendRight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendRight.png.meta new file mode 100644 index 000000000..2205ec223 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendRight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f6136982e405b83498e2e654af1f632a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendRightA.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendRightA.png.meta new file mode 100644 index 000000000..759e17e0c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarBlendRightA.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 73720f22171b161458f113a282926c78 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarCompass.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarCompass.png.meta new file mode 100644 index 000000000..d0703d32e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarCompass.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8f8ec6d0e7049504893f5b0fc865f918 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarPivot.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarPivot.png.meta new file mode 100644 index 000000000..16834f707 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarPivot.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 80099ec52af7c5f4490ff19fb1a2f42b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarPivot@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarPivot@2x.png.meta new file mode 100644 index 000000000..7d6caeba1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarPivot@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55cae8b363f267f4480df12b0c65053c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarSelector.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarSelector.png.meta new file mode 100644 index 000000000..ed426cf83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarSelector.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7d3f9cfb694aac741a1511ec8c392842 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarSelector@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarSelector@2x.png.meta new file mode 100644 index 000000000..c40968d82 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_AvatarSelector@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 15089772ee4075b438fb8bab11b51513 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.Small.png.meta new file mode 100644 index 000000000..1b1a7528e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 32cd57efe8917fc48b15f03c9e2f6165 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.Small@2x.png.meta new file mode 100644 index 000000000..711755a1e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5bfe6ae81d7df9f4fa14d4076c232049 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.png.meta new file mode 100644 index 000000000..902ed7c6a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 72acfff0b0c6e0c4fa929de36c8f625d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android@2x.png.meta new file mode 100644 index 000000000..c2b1567c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Android@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a7d29d229e17d244a9111b04573ec52a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Broadcom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Broadcom.png.meta new file mode 100644 index 000000000..573f3328a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Broadcom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2e3ad005eb613dd4ba233e5d193f1778 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.Small.png.meta new file mode 100644 index 000000000..448229e85 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e5d16020dbcbe604884ac73a1450a613 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.Small@2x.png.meta new file mode 100644 index 000000000..f6784c603 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae66ea9b27d47f4438eefe011ec0c788 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.png.meta new file mode 100644 index 000000000..6c101a2bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0102903ec8c7a4d469c1597766432211 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook@2x.png.meta new file mode 100644 index 000000000..d6732580c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Facebook@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 88875706d54aa9942a93ae8e41a186ea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.FlashPlayer.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.FlashPlayer.Small.png.meta new file mode 100644 index 000000000..4fb19fa83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.FlashPlayer.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9b07115e9de994d45a68ea4061e2a165 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.FlashPlayer.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.FlashPlayer.png.meta new file mode 100644 index 000000000..bd436c307 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.FlashPlayer.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cdf8632025c183a4eafee045043c4487 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.png.meta new file mode 100644 index 000000000..99fb9ad05 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c45ee5ecc4b6c794eb5aeda191cf33aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.small.png.meta new file mode 100644 index 000000000..e08042473 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cdf507fd25906704f8ea4e021a47cdec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.small@2x.png.meta new file mode 100644 index 000000000..052cba4f6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin.small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bb45b0c7a6e0e2c4cba5bee06c797929 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin@2x.png.meta new file mode 100644 index 000000000..07c6b17bc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Lumin@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7d940156af3606f45a36a8c9bec837b3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.Small.png.meta new file mode 100644 index 000000000..303a96bf6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 769f5c0e3ed29de49a55785ccf593183 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.Small@2x.png.meta new file mode 100644 index 000000000..7f0145434 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8c20b15c05544e24898ae0faa95e062b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.png.meta new file mode 100644 index 000000000..f85d99ea3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 67d3976dca1396b4db5b3d916502603c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro@2x.png.meta new file mode 100644 index 000000000..0407553f0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Metro@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 12e89c377030d11478bd30aea6c58e9a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.Small.png.meta new file mode 100644 index 000000000..40ab6a3f4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 50cf064f15e14e34c85db741565bc2ed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.Small@2x.png.meta new file mode 100644 index 000000000..ffb4c5893 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 905cc91ba8ae4a4499ae12da0d2ba891 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.png.meta new file mode 100644 index 000000000..143c6a37e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fa161e36b322c374da81650ab29cef22 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS@2x.png.meta new file mode 100644 index 000000000..701b01d30 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.N3DS@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6e934cc7971e9994bb4bfcc6af56e193 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.Small.png.meta new file mode 100644 index 000000000..6f8171488 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0b010371048e5bf459c3f39a3aa7c484 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.Small@2x.png.meta new file mode 100644 index 000000000..159011de0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 156269d3bee6d664ab7410e4362fd763 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.png.meta new file mode 100644 index 000000000..84a9021b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2e474d7d13070d74cb656d54d2b2465c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4@2x.png.meta new file mode 100644 index 000000000..c56b37830 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PS4@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3cdb8cc9b6384d548916f2464a0600f2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PSP2.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PSP2.Small.png.meta new file mode 100644 index 000000000..c0f059fdc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PSP2.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 683d8f92b1359764590da28929f2a030 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PSP2.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PSP2.png.meta new file mode 100644 index 000000000..1ed083ad7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.PSP2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2037fcbe02f2a0847816118b86b7a19f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.SelectedIcon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.SelectedIcon.png.meta new file mode 100644 index 000000000..6efeba9cf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.SelectedIcon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 08f94a9759d68754993e5006c388e550 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.Small.png.meta new file mode 100644 index 000000000..b74e6fb4b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a82cd84a17efb894395fe645609a284a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.Small@2x.png.meta new file mode 100644 index 000000000..a9a6d0aa9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e5b5ee47ccd866e4694dd7e861e921d7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.png.meta new file mode 100644 index 000000000..7da43bbab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4acf00b4491f7214b87120eb2b8a6f29 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia@2x.png.meta new file mode 100644 index 000000000..15732165f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Stadia@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81bbbcc02521e064c946a99cc645d4d7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.Small.png.meta new file mode 100644 index 000000000..1169b80f3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb77f62af8ddc944b94dc1b0afc7de33 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.Small@2x.png.meta new file mode 100644 index 000000000..78bfaca4a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 890d7778a3b144a4fa3a1a045d4fdda5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.png.meta new file mode 100644 index 000000000..9a5caf7d0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 479e67ed3ffb980449f6efa4f377a986 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone@2x.png.meta new file mode 100644 index 000000000..481a8827a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Standalone@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 12a013ab635632d48a00a00e9685405e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.Small.png.meta new file mode 100644 index 000000000..7d992aab7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8594f8416294c57488a73393dc983cd7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.Small@2x.png.meta new file mode 100644 index 000000000..46ee76c9b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 707bd9906192be84ca99789e3d636fbf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.png.meta new file mode 100644 index 000000000..d802e4c32 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b50f5c8cc9e3c9c48b1238b13f115dd3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch@2x.png.meta new file mode 100644 index 000000000..6f279ba46 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Switch@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 73893ecf893532f4890a0dcf391634f7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Web.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Web.Small.png.meta new file mode 100644 index 000000000..57a932d8d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Web.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b37e14a40f7717a4fab9f94f1e610bcc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Web.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Web.png.meta new file mode 100644 index 000000000..6b865eeec --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Web.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cc0bd84f880fd9b4c894fe5805d3ec16 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.Small.png.meta new file mode 100644 index 000000000..354456ff3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 40bff2c5201f0144a9cb85098d344577 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.Small@2x.png.meta new file mode 100644 index 000000000..6333e5c84 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 66671e87a0e5cd54e954b236f3886178 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.png.meta new file mode 100644 index 000000000..61d93846d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 228dd16d2ae53e245bd970d0eeef4138 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL@2x.png.meta new file mode 100644 index 000000000..e33b83b38 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.WebGL@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 878f4767b95f9514abf753ced97c79a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xbox360.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xbox360.Small.png.meta new file mode 100644 index 000000000..84aea00d2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xbox360.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a27172b0b8ed2bf46964cdfa3f6d0759 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xbox360.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xbox360.png.meta new file mode 100644 index 000000000..58854f3e0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xbox360.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a637064b5cb45f8448471b5c58ef1bb5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.Small.png.meta new file mode 100644 index 000000000..75013d88f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 438373a5a06679a4f9810682b9daa7d7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.Small@2x.png.meta new file mode 100644 index 000000000..6d7b38ae0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 516b0e6b6668f9b4b8ea86ba5aa1d430 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.png.meta new file mode 100644 index 000000000..245492ed2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f197b10fb94afea4498bbd73fefb27fe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne@2x.png.meta new file mode 100644 index 000000000..c4a3c4309 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.XboxOne@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e396900255677c143b4d16d626cd5b31 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.Small.png.meta new file mode 100644 index 000000000..36c3f2e7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 106e2acc1ce11064f8fca81d36e9ce8d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.Small@2x.png.meta new file mode 100644 index 000000000..018943273 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae02925e9e062a040b154fce87d7d973 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.png.meta new file mode 100644 index 000000000..c302e0c31 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c479d8d4864d4c24e96e93a2ec501ffe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi@2x.png.meta new file mode 100644 index 000000000..03a826105 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.Xiaomi@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e2b823a4d1511dd44bb724914f2f8c34 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.Small.png.meta new file mode 100644 index 000000000..b148fb7b4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 005345b448b2e444e8b7465f9438398a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.Small@2x.png.meta new file mode 100644 index 000000000..089ce4584 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ad431ac423a0ad940b4e37ce93200658 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.png.meta new file mode 100644 index 000000000..e0d6514ff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 490ceeb82800be843aa881eeb6f3c306 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone@2x.png.meta new file mode 100644 index 000000000..725379d12 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.iPhone@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6c2218d533cff8e438d13943aeafde45 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.Small.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.Small.png.meta new file mode 100644 index 000000000..5da69487b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.Small.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c162bca79da0ed545b878b154ea9587c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.Small@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.Small@2x.png.meta new file mode 100644 index 000000000..e6301bf34 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.Small@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5be417a584960f14b9ae424da95b7669 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.png.meta new file mode 100644 index 000000000..07491045b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b7ef32c10d2d994d8770b51473848c0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS@2x.png.meta new file mode 100644 index 000000000..a8b4027ab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_BuildSettings.tvOS@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ac7c0b0d1993e5e4ca4b3bb3b7bbe237 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerConnected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerConnected.png.meta new file mode 100644 index 000000000..ace835a9f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerConnected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1711b384f7e49544fadba47ea3047f12 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerConnected@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerConnected@2x.png.meta new file mode 100644 index 000000000..ad53f42bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerConnected@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6588acdd16e5a094b8ac3204a3c28913 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisabled.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisabled.png.meta new file mode 100644 index 000000000..a3dfa18aa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisabled.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1881c1088fa58bf4bad2f59e62211e2a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisabled@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisabled@2x.png.meta new file mode 100644 index 000000000..d0d0dde6e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisabled@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36248c3c788483d43a50183212fc1ad6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisconnected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisconnected.png.meta new file mode 100644 index 000000000..57edd7af4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisconnected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ec785da683d237c4292df9c75b676608 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisconnected@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisconnected@2x.png.meta new file mode 100644 index 000000000..e70064d88 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CacheServerDisconnected@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 53e9231f8daef6146ace19e3c0ccbb4c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CheckerFloor.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CheckerFloor.png.meta new file mode 100644 index 000000000..ddae25fb2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CheckerFloor.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 84af3a26bee46d24aa5a25dc3387d19e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CloudConnect.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CloudConnect.png.meta new file mode 100644 index 000000000..6b7f0101d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CloudConnect.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 970ea8bcfb355e543ae95bca417eb5b8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CloudConnect@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CloudConnect@2x.png.meta new file mode 100644 index 000000000..048a66f00 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CloudConnect@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6d466d646eac69548bdcddb167afac98 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileAdded.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileAdded.png.meta new file mode 100644 index 000000000..e5d60a890 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileAdded.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 32ab4fec816c08a409d43c644433501d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileConflict.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileConflict.png.meta new file mode 100644 index 000000000..ac704b04d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileConflict.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 35d914f9a3a03ed40a0db50854be0676 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileDeleted.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileDeleted.png.meta new file mode 100644 index 000000000..e90712af9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileDeleted.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 88685dc033628d442a6b3bed24e3ca18 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileIgnored.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileIgnored.png.meta new file mode 100644 index 000000000..bea497d10 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileIgnored.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 930aa56ad955e1a4fa3d2e76198c87c1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileMoved.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileMoved.png.meta new file mode 100644 index 000000000..2c5430006 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileMoved.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a81b243c289f192488869bf99e64f6a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileUpdated.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileUpdated.png.meta new file mode 100644 index 000000000..6572a4d50 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FileUpdated.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e7bb41589dd15e14fa274e3dce8ef5c9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderAdded.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderAdded.png.meta new file mode 100644 index 000000000..0e8a8ff45 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderAdded.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb84a997c2cd7e24ab15d4079ee456c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderConflict.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderConflict.png.meta new file mode 100644 index 000000000..b244f0477 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderConflict.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 94f5cd79a8622f142a89db9b7995478d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderDeleted.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderDeleted.png.meta new file mode 100644 index 000000000..58855303e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderDeleted.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6a37d637ba2d44d42a7dde8c337464e1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderIgnored.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderIgnored.png.meta new file mode 100644 index 000000000..eaeaada71 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderIgnored.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ad542dfcaaa182647a623949c8dd949e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderMoved.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderMoved.png.meta new file mode 100644 index 000000000..48cdf182a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderMoved.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb431390dd4853241884d72abdb135e0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderUpdated.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderUpdated.png.meta new file mode 100644 index 000000000..ce520362d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.FolderUpdated.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0a61f7559d7b3c04e96a9a44bb380a9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.png.meta new file mode 100644 index 000000000..a5eac1096 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4435028595f4f0a43874e39dda20b08e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab@2x.png.meta new file mode 100644 index 000000000..5a1fde799 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Collab@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eaf03d052341a1a4aafaafcf16cc3706 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ColorPicker.CycleColor.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ColorPicker.CycleColor.png.meta new file mode 100644 index 000000000..73a40126d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ColorPicker.CycleColor.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 38cb948d8d043724e9e1222fd55828ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ColorPicker.CycleSlider.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ColorPicker.CycleSlider.png.meta new file mode 100644 index 000000000..e15c47190 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ColorPicker.CycleSlider.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 04727a3f1433afd448ef938ef916eeae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CreateAddNew.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CreateAddNew.png.meta new file mode 100644 index 000000000..4ad680884 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CreateAddNew.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3e70e2f172a6d7c4aa70f7aceafe11af +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CreateAddNew@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CreateAddNew@2x.png.meta new file mode 100644 index 000000000..2596d2993 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CreateAddNew@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ed0bd0e3f6767e44ea3c3bf70b4c6070 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomSorting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomSorting.png.meta new file mode 100644 index 000000000..0ef887049 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomSorting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d1714c531e2648647bac6a16cad99b81 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomTool.png.meta new file mode 100644 index 000000000..bc2df3c16 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2d2a99b47df97c5499e4c1ebcc37f37c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomTool@2x.png.meta new file mode 100644 index 000000000..d8ee09b5b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_CustomTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eabacec5c610a434fab2be3174dab451 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerAttached.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerAttached.png.meta new file mode 100644 index 000000000..40f2b32a8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerAttached.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 707faa1bee408254b9831a482fa52f47 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerAttached@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerAttached@2x.png.meta new file mode 100644 index 000000000..4a464384b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerAttached@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5871832de655d704f8ac0816bdbc183f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerDisabled.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerDisabled.png.meta new file mode 100644 index 000000000..b25c92ca0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerDisabled.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 38f9cf09a822cf54aa530b3d83340ec3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerDisabled@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerDisabled@2x.png.meta new file mode 100644 index 000000000..6f152dd09 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerDisabled@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 00a9db703d7d1444c8c4794e70539e1e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerEnabled.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerEnabled.png.meta new file mode 100644 index 000000000..09ad958b0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerEnabled.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 10d99edd7f43dd44788ea494881bc39c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerEnabled@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerEnabled@2x.png.meta new file mode 100644 index 000000000..123da670a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_DebuggerEnabled@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d6018b2556a6e5f4bb43891c01a2b028 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_DefaultSorting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_DefaultSorting.png.meta new file mode 100644 index 000000000..cb0be4805 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_DefaultSorting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7fa342f206669cf418fc2e20b213c38a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_DefaultSorting@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_DefaultSorting@2x.png.meta new file mode 100644 index 000000000..cac769678 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_DefaultSorting@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e6c6688da1a664d409ec90e4097a1e1c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_EditCollider.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_EditCollider.png.meta new file mode 100644 index 000000000..7268b4c36 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_EditCollider.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 79dfdad1213ed1949a783ec96cddda54 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Exposure.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Exposure.png.meta new file mode 100644 index 000000000..b2e6ea189 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Exposure.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 248cb37fefbd9fa4ab325c78cbb23782 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Exposure@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Exposure@2x.png.meta new file mode 100644 index 000000000..8beb15ada --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Exposure@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 501e73c9a2f825c489da00ab18a7781c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Favorite.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Favorite.png.meta new file mode 100644 index 000000000..cd2f36d7e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Favorite.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dc07c0d4ab7c2bd46a0ed44882038934 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Favorite@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Favorite@2x.png.meta new file mode 100644 index 000000000..430f3c847 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Favorite@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f2e5e18518687224e9f6eee0c0c3289d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByLabel.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByLabel.png.meta new file mode 100644 index 000000000..f35a9e474 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByLabel.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 53b40207633a39e469dda3eed17008ce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByLabel@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByLabel@2x.png.meta new file mode 100644 index 000000000..df4406a74 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByLabel@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2b2ea3f8a9f35ee478e9c3043cd0225e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByType.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByType.png.meta new file mode 100644 index 000000000..597bdb764 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByType.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e6d3c17a019c64b499531beddb376003 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByType@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByType@2x.png.meta new file mode 100644 index 000000000..9e7408d88 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterByType@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 474e085077baac945a7bab99c11a2711 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterSelectedOnly.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterSelectedOnly.png.meta new file mode 100644 index 000000000..5c1cc9f77 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterSelectedOnly.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3053b80fe305f5b4d80fa49a52e91019 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterSelectedOnly@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterSelectedOnly@2x.png.meta new file mode 100644 index 000000000..72fe229e0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_FilterSelectedOnly@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 308010b70a2f00b4f82d150d5b3bdc17 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_FrameCapture.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_FrameCapture.png.meta new file mode 100644 index 000000000..1ffe3d705 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_FrameCapture.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 427f57870639e2b4092202c6c6a68b2c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_FrameCapture@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_FrameCapture@2x.png.meta new file mode 100644 index 000000000..6238d96fe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_FrameCapture@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ccd30e9189a75b746a5f067304511948 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_GEAR.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_GEAR.png.meta new file mode 100644 index 000000000..3711b22bf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_GEAR.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d8ccbf6c25aab3b40b30b221251e53ec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.BoxTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.BoxTool.png.meta new file mode 100644 index 000000000..f9c30f6e8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.BoxTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 893c2c9eebe01c1459547313eb6ffbc5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.BoxTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.BoxTool@2x.png.meta new file mode 100644 index 000000000..02e198aed --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.BoxTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6f1b412b23d54eb429af211d787811b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.Default.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.Default.png.meta new file mode 100644 index 000000000..d4f2c7b6e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.Default.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7c687996bd3875f4c9758b92b8e5aa66 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.Default@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.Default@2x.png.meta new file mode 100644 index 000000000..3a869f4c7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.Default@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c7418ddd502fadd478c8e6c0537cb4f4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.EraserTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.EraserTool.png.meta new file mode 100644 index 000000000..6d5a9c9c0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.EraserTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e043a706c247c3c4baa7370bc69fb59b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.EraserTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.EraserTool@2x.png.meta new file mode 100644 index 000000000..9b8a4ab6a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.EraserTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b2784b684bb2c1d47b622e153ed8aa73 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.FillTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.FillTool.png.meta new file mode 100644 index 000000000..56b1efdd9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.FillTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1b7fcfe8e3da7f4489aa27af631f0688 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.FillTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.FillTool@2x.png.meta new file mode 100644 index 000000000..7da0df5d3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.FillTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 83a2dcd1a3a0837429e38b5b994d9cfe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.MoveTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.MoveTool.png.meta new file mode 100644 index 000000000..d37faef1c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.MoveTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 86544821225a31b4dae634c8f97be31e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.MoveTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.MoveTool@2x.png.meta new file mode 100644 index 000000000..98daee509 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.MoveTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b287558d51f20e649b1ed106bbfebb09 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PaintTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PaintTool.png.meta new file mode 100644 index 000000000..851585128 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PaintTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: abd4334232beb164380342169f7d907f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PaintTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PaintTool@2x.png.meta new file mode 100644 index 000000000..cf763375e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PaintTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ef1932d3d1c0cda45aab00d57b8983ef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PickingTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PickingTool.png.meta new file mode 100644 index 000000000..6a0ec37c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PickingTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d734a4b986afd1b448c9d6ce5e104822 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PickingTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PickingTool@2x.png.meta new file mode 100644 index 000000000..2a7bb67d4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Grid.PickingTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa83909d6f0e1144891b6ed1e885c01c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Groove.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Groove.png.meta new file mode 100644 index 000000000..476801d09 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Groove.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5e4140e3368d15243bc392e8bdc8952d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_HorizontalSplit.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_HorizontalSplit.png.meta new file mode 100644 index 000000000..b61bab2dc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_HorizontalSplit.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 903557e3167e2d64e9424318afde11a8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Import.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Import.png.meta new file mode 100644 index 000000000..2c2ae07fa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Import.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eb55d737a9615ee43bb00e4a6ccf87d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Import@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Import@2x.png.meta new file mode 100644 index 000000000..9d5bf2cc8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Import@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6522e3c3eb3789a488e325e0b6fbb9c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_InspectorLock.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_InspectorLock.png.meta new file mode 100644 index 000000000..15ba78202 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_InspectorLock.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 14739e6e3d78651488a85c99519c0791 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Invalid.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Invalid.png.meta new file mode 100644 index 000000000..fadd95dec --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Invalid.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5d30de828ea37fd4d98ec08260a1e9b1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Invalid@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Invalid@2x.png.meta new file mode 100644 index 000000000..baeb6ba00 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Invalid@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c9bf0f9f31489e54f897b667fc1deda1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_JointAngularLimits.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_JointAngularLimits.png.meta new file mode 100644 index 000000000..660cf9596 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_JointAngularLimits.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bfdaae9d69ebccc49bb6cbc8c1666457 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Lighting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Lighting.png.meta new file mode 100644 index 000000000..3157f9f99 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Lighting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eec71c7e2b35f744a9b14e20c63a44b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Lighting@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Lighting@2x.png.meta new file mode 100644 index 000000000..5b9fdb2bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Lighting@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9282b74ea4f56c345af515db4af0c865 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_LightmapEditor.WindowTitle.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_LightmapEditor.WindowTitle.png.meta new file mode 100644 index 000000000..9f57d010a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_LightmapEditor.WindowTitle.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: be4cec11e379731418f2a3e0b25512e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_LightmapEditor.WindowTitle@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_LightmapEditor.WindowTitle@2x.png.meta new file mode 100644 index 000000000..54a303aaf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_LightmapEditor.WindowTitle@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e728c6a3fbd54934d99d790dab96859c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Linked.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Linked.png.meta new file mode 100644 index 000000000..300daa797 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Linked.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4d4587dc46cd8144689a838057d6d7c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Linked@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Linked@2x.png.meta new file mode 100644 index 000000000..bc8573996 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Linked@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d7e8a7c844c2fc44db0be0a61c284f36 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_MainStageView.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_MainStageView.png.meta new file mode 100644 index 000000000..1f7455c01 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_MainStageView.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 75716cb4a76c7404ba35faf7dd10d2b9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_MainStageView@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_MainStageView@2x.png.meta new file mode 100644 index 000000000..3cb4eb810 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_MainStageView@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 96acab0a474998e4ab87b5be485bef1b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Mirror.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Mirror.png.meta new file mode 100644 index 000000000..a87f68960 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Mirror.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 124fd66b62520214b840fdc8c1fb51be +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_MoreOptions.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoreOptions.png.meta new file mode 100644 index 000000000..24f3419a0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoreOptions.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f8f9e47e2872fb74baf83a906b239835 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_MoreOptions@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoreOptions@2x.png.meta new file mode 100644 index 000000000..539cfb57e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoreOptions@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 93215e656b9c8d1438f51b3bf1d06729 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool On@2x.png.meta new file mode 100644 index 000000000..fc9423855 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ee54deaccb33def4ea886ac826e0740a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool on.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool on.png.meta new file mode 100644 index 000000000..a983f3df4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool on.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: abff8f1722be473489681250fd766036 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool.png.meta new file mode 100644 index 000000000..9b657a061 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0c87fa9dec501fd438b1c739ac32ced8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool@2x.png.meta new file mode 100644 index 000000000..7d008a1b1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_MoveTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e3a321e92b2e9ae4c9dee37c4e85125c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Navigation.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Navigation.png.meta new file mode 100644 index 000000000..dccf3dd7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Navigation.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ed2b19a8c843fd44da23afd29d70effd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Occlusion.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Occlusion.png.meta new file mode 100644 index 000000000..a02b06b12 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Occlusion.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b0e44432f2dc3cc43a7e64c1d549216f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Occlusion@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Occlusion@2x.png.meta new file mode 100644 index 000000000..98d695e14 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Occlusion@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5867025f089165a46917e0dbde3639b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Package Manager.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Package Manager.png.meta new file mode 100644 index 000000000..cea0649fd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Package Manager.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fd13ac5b760785541957290884cd548b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Package Manager@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Package Manager@2x.png.meta new file mode 100644 index 000000000..38b4afca0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Package Manager@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8995c67d078b75d40bb42251c18a9124 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Particle Effect.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Particle Effect.png.meta new file mode 100644 index 000000000..7dd1deee2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Particle Effect.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0591aad39cd6a4245addb81f6332d852 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On.png.meta new file mode 100644 index 000000000..54259a545 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e285b98f79d50c640877fb2f28c55293 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@2x.png.meta new file mode 100644 index 000000000..194dab72e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6f678504504b92a4da7d4892f739bf52 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@3x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@3x.png.meta new file mode 100644 index 000000000..ba972a410 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@3x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d1f90f63dfd580a4dac1c1e4c464154a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@4x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@4x.png.meta new file mode 100644 index 000000000..85898af28 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool On@4x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 739b51e2ef5a6bb45a073590e772dce7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool.png.meta new file mode 100644 index 000000000..19c4ea47b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 43265caedfce2a046abc3743622fcb67 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@2x.png.meta new file mode 100644 index 000000000..444534d07 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7652b0a80e40213448b6b6846f8708e8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@3x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@3x.png.meta new file mode 100644 index 000000000..1e917c46d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@3x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2cc5d02af530ec44dab8e2727e851166 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@4x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@4x.png.meta new file mode 100644 index 000000000..560812ff4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ParticleShapeTool@4x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f7d380cb5e71964e954aeb5d96948b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton On.png.meta new file mode 100644 index 000000000..2b00b2adc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 314541b3b13e615478f509a62beed5b8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton On@2x.png.meta new file mode 100644 index 000000000..9c1c120d9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7557560f8b7dced46a75d3d20fdefc61 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton.png.meta new file mode 100644 index 000000000..aed5cda2e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 484fbfdad170e6f4980216bdc7259818 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton@2x.png.meta new file mode 100644 index 000000000..101df1717 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PauseButton@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4acc8d180a7b49a4981626d01a41fb2a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton On.png.meta new file mode 100644 index 000000000..088d9a845 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fd9980931165eba4dbbd2eda893b6a87 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton On@2x.png.meta new file mode 100644 index 000000000..7b1d7a36b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 06ecfc57eace3b04b8ba2b0eb1383a4a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton.png.meta new file mode 100644 index 000000000..8d47dd613 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc61cd3e55443c6449b8001b330827ab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton@2x.png.meta new file mode 100644 index 000000000..31bd13508 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButton@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 003b10200c975944c82cc2900fd777a3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButtonProfile On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButtonProfile On.png.meta new file mode 100644 index 000000000..6c0a81f35 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButtonProfile On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3fb1cd3ba755722488d0274fc41adf5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButtonProfile.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButtonProfile.png.meta new file mode 100644 index 000000000..507d4c54a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PlayButtonProfile.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d504483b899c88e4c9f137a5eb1023bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCube.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCube.png.meta new file mode 100644 index 000000000..241963794 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCube.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 84a01fcb5b392b841a3915c08425faac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCube@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCube@2x.png.meta new file mode 100644 index 000000000..0cf902f40 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCube@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d68ebf094e3346d4696903ef10271bc6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCylinder.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCylinder.png.meta new file mode 100644 index 000000000..685dbc123 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCylinder.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8f613afcb801638488eca68ce46e759f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCylinder@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCylinder@2x.png.meta new file mode 100644 index 000000000..045c83c7e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatCylinder@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f45c78d7f24dea74ea53abad75ff1e09 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight0.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight0.png.meta new file mode 100644 index 000000000..ef37a1d55 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight0.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8ad0bff2bc1277940807bb4d973fb223 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight0@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight0@2x.png.meta new file mode 100644 index 000000000..6f9ce7b74 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight0@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6e04891258b1d5f4fa26d045b68605b5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight1.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight1.png.meta new file mode 100644 index 000000000..deeb16fde --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0fd68688d59d98347b5a0ef24f5f6c04 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight1@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight1@2x.png.meta new file mode 100644 index 000000000..4c3e8a709 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatLight1@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cf26f93d640e18945a56ff333c7dc8e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatQuad.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatQuad.png.meta new file mode 100644 index 000000000..88b9e1cb1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatQuad.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ca0931b860adbbc40af304b294c29ea1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatQuad@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatQuad@2x.png.meta new file mode 100644 index 000000000..4f54272be --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatQuad@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 029599bd9f0beb24ea8b45ce825ab23d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatSphere.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatSphere.png.meta new file mode 100644 index 000000000..73640fef2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatSphere.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 49058e4469f545c498769f631830e308 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatSphere@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatSphere@2x.png.meta new file mode 100644 index 000000000..9c408695a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatSphere@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 842aa094474d7134986ffb3bb6c894b6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatTorus.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatTorus.png.meta new file mode 100644 index 000000000..2fdf289cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatTorus.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 025a48af012868c4b9d55349c022145f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatTorus@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatTorus@2x.png.meta new file mode 100644 index 000000000..365fb83b4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreMatTorus@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 32ad1681972beef459a283d6abbc1557 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexA.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexA.png.meta new file mode 100644 index 000000000..418268e0f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexA.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b0f7e178dfaa62b4d9e548c8cb978056 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexA@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexA@2x.png.meta new file mode 100644 index 000000000..fe8fc9121 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexA@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3aca5ee0531ee564ab8bf10bf0af9a9b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexB.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexB.png.meta new file mode 100644 index 000000000..fe7e0ed70 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexB.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 62db9e191caded14f9ec2da905227e6c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexB@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexB@2x.png.meta new file mode 100644 index 000000000..b1eed0ebf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexB@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55694309bfb135244a74c08849f2f432 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexG.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexG.png.meta new file mode 100644 index 000000000..645da35d8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexG.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0fc420a36582ed443bd6f4c12c3f92ef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexG@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexG@2x.png.meta new file mode 100644 index 000000000..659470bee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexG@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 54089e2548031af48b01b3431176fe1e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexR.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexR.png.meta new file mode 100644 index 000000000..b9f12b608 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexR.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e273842e9e1f7844caf33dcdeff41465 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexR@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexR@2x.png.meta new file mode 100644 index 000000000..02a684039 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexR@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 562fc742e7591d643864b0b647b24d0a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexRGB.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexRGB.png.meta new file mode 100644 index 000000000..6b39e98c7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexRGB.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2961854543eb4bf4a9b7970750dd4c75 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexRGB@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexRGB@2x.png.meta new file mode 100644 index 000000000..b9ef8818e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTexRGB@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e0588f5fbad406649871d1914c39ef64 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureAlpha.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureAlpha.png.meta new file mode 100644 index 000000000..13d1b37cc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureAlpha.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ee7b2b2eecbcf8e418e23c47ceb86367 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureMipMapHigh.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureMipMapHigh.png.meta new file mode 100644 index 000000000..8f146e2fd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureMipMapHigh.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e0488e62fd76d54418e1eccdefa1ac3a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureMipMapLow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureMipMapLow.png.meta new file mode 100644 index 000000000..d355d6843 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureMipMapLow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1560e1e78ed506e418df75fcdeef52ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureRGB.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureRGB.png.meta new file mode 100644 index 000000000..24c475d66 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_PreTextureRGB.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 99ed6d3e1486dcd408bb7c1063f29ddf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Preset.Context.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Preset.Context.png.meta new file mode 100644 index 000000000..1789ff65f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Preset.Context.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4ceaad6b107297a429838ac9c16a8555 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Preset.Context@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Preset.Context@2x.png.meta new file mode 100644 index 000000000..beeeb4f38 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Preset.Context@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e891caa2858cea142b63e01b6bb969e5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Audio.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Audio.png.meta new file mode 100644 index 000000000..2c1b80fad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Audio.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5ab71486be2f2354383b22b43f860546 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Audio@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Audio@2x.png.meta new file mode 100644 index 000000000..4c7278d5f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Audio@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f51b38de44211824490977a5d9327bf7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.CPU.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.CPU.png.meta new file mode 100644 index 000000000..5562e480c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.CPU.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9ad3860d5a31c46408cd92ca1137353f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.CPU@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.CPU@2x.png.meta new file mode 100644 index 000000000..c8e538116 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.CPU@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e2ab560970d07574aaceb155c1d36fd8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.FirstFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.FirstFrame.png.meta new file mode 100644 index 000000000..d20e88eb4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.FirstFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a03de4f530cf1274cb9f76b30b30368d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GPU.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GPU.png.meta new file mode 100644 index 000000000..c2bda41a5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GPU.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1cde5134b0f57c14ca6e58ddfb13550f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GPU@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GPU@2x.png.meta new file mode 100644 index 000000000..7ca33123a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GPU@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ad1527179e93dd5409cfd48def5e9f02 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GlobalIllumination.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GlobalIllumination.png.meta new file mode 100644 index 000000000..cac2234bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GlobalIllumination.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36f90866a2c9708438ac02e2e996f8c9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GlobalIllumination@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GlobalIllumination@2x.png.meta new file mode 100644 index 000000000..b362cebfb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.GlobalIllumination@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f76115150c59b844b8ef0386f57f98ab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.LastFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.LastFrame.png.meta new file mode 100644 index 000000000..6484c86cf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.LastFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 28a068ec901746b41a1d1001549354e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Memory.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Memory.png.meta new file mode 100644 index 000000000..c35fdc83b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Memory.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 089d2de302fc06a448a4752752227dc9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Memory@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Memory@2x.png.meta new file mode 100644 index 000000000..7cbcf8f2f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Memory@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dfc102cf5a8c07746ad195db2d50a949 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Network.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Network.png.meta new file mode 100644 index 000000000..8bb2f8302 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Network.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f387ff52bc97f494983b88a67ad41271 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkMessages.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkMessages.png.meta new file mode 100644 index 000000000..8ec2e6424 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkMessages.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6d2d51abcacdfed46836e103b19da949 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkMessages@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkMessages@2x.png.meta new file mode 100644 index 000000000..b70b2272a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkMessages@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1abc508473a806f4b8838043f98b8895 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkOperations.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkOperations.png.meta new file mode 100644 index 000000000..2580a6149 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkOperations.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5f0004957790a7645bc6685627000ccc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkOperations@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkOperations@2x.png.meta new file mode 100644 index 000000000..f43840801 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NetworkOperations@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f54729d0e1134246bc0b492b0708919 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NextFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NextFrame.png.meta new file mode 100644 index 000000000..60e5a1f38 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.NextFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3faddf36a69cc7e44bc713a09218480f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics.png.meta new file mode 100644 index 000000000..862569afc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 01de6e96755f7274f9b446be8d97c6ce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics2D.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics2D.png.meta new file mode 100644 index 000000000..ea90b9177 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics2D.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9e249a95f84c560458c5279e91b17dd4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics2D@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics2D@2x.png.meta new file mode 100644 index 000000000..3b5c4da22 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics2D@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b67c90c797444244fa6e1477f0998dec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics@2x.png.meta new file mode 100644 index 000000000..e2f75c49c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Physics@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 254865fa8fb06c549b1664304ee248dc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.PrevFrame.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.PrevFrame.png.meta new file mode 100644 index 000000000..5adef6c03 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.PrevFrame.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9d3f81ac1e143e84f986ee199621a848 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Record.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Record.png.meta new file mode 100644 index 000000000..c40f035ea --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Record.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5811b717c15e07f43b8a24a9c6eb201a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Rendering.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Rendering.png.meta new file mode 100644 index 000000000..2683b7b1d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Rendering.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: af87d6e9526b20349b45517a2dfb3908 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Rendering@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Rendering@2x.png.meta new file mode 100644 index 000000000..1bfb483e4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Rendering@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b4ecd83a945b0d84daa4be7ef991532a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UI.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UI.png.meta new file mode 100644 index 000000000..f9d6a4aef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UI.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 959ddc7c8c5e1b443a18811dadf06fec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UI@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UI@2x.png.meta new file mode 100644 index 000000000..f92b2c4b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UI@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4ec1d825e92990442a790922854b0c2f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UIDetails.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UIDetails.png.meta new file mode 100644 index 000000000..01fb90d60 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UIDetails.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a260e1c4c2ffd36468ef3a1398bb5556 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UIDetails@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UIDetails@2x.png.meta new file mode 100644 index 000000000..92540f786 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.UIDetails@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 01587c213d8b97649b4f3d0801be05c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Video.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Video.png.meta new file mode 100644 index 000000000..87f392525 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Video.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e27d7a5e195336c4a85883744fad3d62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Video@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Video@2x.png.meta new file mode 100644 index 000000000..371f1985c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Profiler.Video@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a13c198219e133e4698f180cefca4317 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ProfilerColumn.WarningCount.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ProfilerColumn.WarningCount.png.meta new file mode 100644 index 000000000..4a4676120 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ProfilerColumn.WarningCount.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 00c5a3aff66d2a942bdaa887dc956dcf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Progress.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Progress.png.meta new file mode 100644 index 000000000..7b1d0d51e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Progress.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8259fa6ebebd99b4b8aa6cfa01ec49be +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Progress@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Progress@2x.png.meta new file mode 100644 index 000000000..e97276e41 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Progress@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b110a22711bb2f419082f531c86f53d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Project.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Project.png.meta new file mode 100644 index 000000000..9329ea32b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Project.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4c6b866cf5748e240a1d621392d4b69d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Project@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Project@2x.png.meta new file mode 100644 index 000000000..279963909 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Project@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 03bd7b587a6a1fc459ad6a0e16278c3d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Record Off.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Record Off.png.meta new file mode 100644 index 000000000..b53e55627 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Record Off.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b4cc3f2aec7604045a4b7dd6cf627843 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Record Off@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Record Off@2x.png.meta new file mode 100644 index 000000000..909aa4b2f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Record Off@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f66b14eb956f8e145842b8299104b14e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Record On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Record On.png.meta new file mode 100644 index 000000000..5f0c4acbf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Record On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a0c1193a0398d534b8fe6caccafe4ef4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Record On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Record On@2x.png.meta new file mode 100644 index 000000000..d8bd8d5c6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Record On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9d7210b319795fd478e0864af888c195 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool On.png.meta new file mode 100644 index 000000000..785cb63e5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a9302302a19e17e46a68b5bdca24e214 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool On@2x.png.meta new file mode 100644 index 000000000..46292a325 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a87f962ec3ea959438ec656e650b9e01 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool.png.meta new file mode 100644 index 000000000..ce28eaa52 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a380b7a9c063ecd4db20c59498af472a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool@2x.png.meta new file mode 100644 index 000000000..8e19f1d1a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4b6b1defdd732514b992121651a794a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTransformBlueprint.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTransformBlueprint.png.meta new file mode 100644 index 000000000..ba03ea57c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTransformBlueprint.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1d6bc534aab27344e8bb45e1a58a5406 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTransformRaw.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTransformRaw.png.meta new file mode 100644 index 000000000..d8a4475b6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RectTransformRaw.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dfcc948c17ed4304db5c05486aca141a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ReflectionProbeSelector.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ReflectionProbeSelector.png.meta new file mode 100644 index 000000000..ddef0212a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ReflectionProbeSelector.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 17c951b1fa47557458bf524ba5fb4905 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ReflectionProbeSelector@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ReflectionProbeSelector@2x.png.meta new file mode 100644 index 000000000..9e776451d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ReflectionProbeSelector@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 010b9cd62585f8548b003ae7838c7f67 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Refresh.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Refresh.png.meta new file mode 100644 index 000000000..46e97acaa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Refresh.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bf5f68a9eb884424dbce9a3b5370d3c1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Refresh@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Refresh@2x.png.meta new file mode 100644 index 000000000..816d46f9c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Refresh@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 816bc5fc41241964c8bc053a0df6c8f0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool On.png.meta new file mode 100644 index 000000000..8f9309516 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 540b6a523764acd4bb38275fdd3665e4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool On@2x.png.meta new file mode 100644 index 000000000..5b09a71e4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 40cb5e48e5a81ed429c2d8046bb584ca +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool.png.meta new file mode 100644 index 000000000..b194005f5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81715a38e5408484292dfeda9efcd83d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool@2x.png.meta new file mode 100644 index 000000000..1baee943c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_RotateTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a04cbd53c42d115498b3b5697a498cef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SaveAs.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SaveAs.png.meta new file mode 100644 index 000000000..38bc5bccb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SaveAs.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a9046945a02c7e3419ecdbcf20ba3c7e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SaveAs@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SaveAs@2x.png.meta new file mode 100644 index 000000000..f65f4fc6a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SaveAs@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c77dcb3adaeaba546bc578a67a65151a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool On.png.meta new file mode 100644 index 000000000..9538d7bf9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ec0d58a137530df439733ea84ad145d9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool On@2x.png.meta new file mode 100644 index 000000000..43027ac01 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 09d0ae78f51de014fbf10ae44342e6bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool.png.meta new file mode 100644 index 000000000..04a2e2f1f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d141ae57e2935c441985e0c84925000a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool@2x.png.meta new file mode 100644 index 000000000..0241bdda7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScaleTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3e162d22fa1fab943a40a9b3fc6719be +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneView2D.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneView2D.png.meta new file mode 100644 index 000000000..142b53ec2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneView2D.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c2f2dbd35d46c474cbbd3ce04e8f7b54 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneView2D@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneView2D@2x.png.meta new file mode 100644 index 000000000..a4f8c0b35 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneView2D@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9dfbe65d4dd045c41a6009b8f11e92aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAlpha.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAlpha.png.meta new file mode 100644 index 000000000..e7d652e6f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAlpha.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 54a7a50651062e342af23096b23d9b3c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio Off.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio Off.png.meta new file mode 100644 index 000000000..ee9019f91 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio Off.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2429e28a917124743a89543779404210 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio Off@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio Off@2x.png.meta new file mode 100644 index 000000000..c6416e633 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio Off@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: af66426b4d07c6b4a9a70eb5a08d75e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio.png.meta new file mode 100644 index 000000000..b59634bbb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6cdb53e651780aa4f92503f78f028e50 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio@2x.png.meta new file mode 100644 index 000000000..38e4cd414 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewAudio@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ce25c48e7e53cb4e9e3b12da7fc9ea0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewCamera.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewCamera.png.meta new file mode 100644 index 000000000..bcbf25732 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewCamera.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c0df5498dbdc14447b552c0ac5b1aba1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewCamera@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewCamera@2x.png.meta new file mode 100644 index 000000000..e6febe7bc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewCamera@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 47f64e1cbff2c7f4592d33836948fdf8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewFX@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewFX@2x.png.meta new file mode 100644 index 000000000..96c19f667 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewFX@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8569254100ad64a4cbb327e3454125c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewFx.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewFx.png.meta new file mode 100644 index 000000000..02bac2b7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewFx.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f72b5e05abb14df4d8e669fb097289ad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting Off.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting Off.png.meta new file mode 100644 index 000000000..3f15cc4f6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting Off.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 13ff65b3acd23644db1a50369b85ef68 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting Off@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting Off@2x.png.meta new file mode 100644 index 000000000..859853f86 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting Off@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 01719dbc124b42b49b0ef64f6204cc70 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting.png.meta new file mode 100644 index 000000000..46376b647 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f727440a5eddbec439c715b079bb7f8d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting@2x.png.meta new file mode 100644 index 000000000..139ff0d8e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewLighting@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8d677de78952cb8469ca0958afd2fb10 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewOrtho.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewOrtho.png.meta new file mode 100644 index 000000000..6dbf8665c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewOrtho.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f6d8e0c7e323d4c4d8bc5cc375715fe5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewRGB.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewRGB.png.meta new file mode 100644 index 000000000..94d87373d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewRGB.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 093f199ca1d01404d81755a2455628b1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewTools.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewTools.png.meta new file mode 100644 index 000000000..7ac80f722 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewTools.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6acb7b5b389729e42956df74a38bb0ad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewTools@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewTools@2x.png.meta new file mode 100644 index 000000000..71ab3800c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewTools@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bcbb57f021d2eb841b8ff839067995a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewVisibility.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewVisibility.png.meta new file mode 100644 index 000000000..feefd1b88 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewVisibility.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 946bcdb7de50c7f4d9c518ede3b169f7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewVisibility@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewVisibility@2x.png.meta new file mode 100644 index 000000000..dab0d1a78 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SceneViewVisibility@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 42aa6e432b083af4fb05e3a4ad8d8428 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ScrollShadow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScrollShadow.png.meta new file mode 100644 index 000000000..4d1a950e0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ScrollShadow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9c1188cfbab03d74c8b0124fa9f415ae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Settings.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Settings.png.meta new file mode 100644 index 000000000..cdd2f2efb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Settings.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8f40dbec6a4b1e340be71f80905108bf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Settings@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Settings@2x.png.meta new file mode 100644 index 000000000..14b69a379 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Settings@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dba6531dc2e2c6d4da31662f9178a13f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SettingsIcon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SettingsIcon.png.meta new file mode 100644 index 000000000..35fcd2e5d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SettingsIcon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 837419fbca115ee41a27e92d53d1e3c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SettingsIcon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SettingsIcon@2x.png.meta new file mode 100644 index 000000000..52f538062 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SettingsIcon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 30cd6d06564fcb645b2e5c1cb0494384 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.FacebookShare.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.FacebookShare.png.meta new file mode 100644 index 000000000..361752efb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.FacebookShare.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eb60cd1e23229204f94006f9f7a63c8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.LinkedInShare.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.LinkedInShare.png.meta new file mode 100644 index 000000000..0122df8d3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.LinkedInShare.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eb18cb9875cc7fc478997323b21e6c1b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.Tweet.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.Tweet.png.meta new file mode 100644 index 000000000..e6b3f81af --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.Tweet.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8299a33961bc1ab4c9ad8f00ed151cfd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.UDNOpen.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.UDNOpen.png.meta new file mode 100644 index 000000000..c7627092e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SocialNetworks.UDNOpen.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2fbdf31a1cfc73342b89d880d3a3e768 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_SpeedScale.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_SpeedScale.png.meta new file mode 100644 index 000000000..d9bbee989 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_SpeedScale.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0d3693fb0ccb4f94a8f4c08e260e1fd3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton On.png.meta new file mode 100644 index 000000000..a17cb75bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2d2cbb65f17087940816d308129fe2aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton On@2x.png.meta new file mode 100644 index 000000000..422883116 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a56ccfd0e4e9e5d43b018a7ac79e2588 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton.png.meta new file mode 100644 index 000000000..2a5adb605 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0186a70c922d7ce44bd55c5a4049b607 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton@2x.png.meta new file mode 100644 index 000000000..c663bcf03 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepButton@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 61166a9badfdfaf4c9e803905d26d6ae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_StepLeftButton-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepLeftButton-On.png.meta new file mode 100644 index 000000000..6b8a2c46b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepLeftButton-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 42df2337ba7276540a25d38729127575 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_StepLeftButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepLeftButton.png.meta new file mode 100644 index 000000000..71e9e1b76 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_StepLeftButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f926bb2ea908a0041be874b57753cb09 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolLower On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolLower On.png.meta new file mode 100644 index 000000000..7fc3dd082 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolLower On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7b7745366cc10954da9507ceab47a8dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolLowerAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolLowerAlt.png.meta new file mode 100644 index 000000000..1dd2c492d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolLowerAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e0a6dc2864121c94d8b232f25be23c00 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlants On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlants On.png.meta new file mode 100644 index 000000000..d07215138 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlants On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 66a1b6ddd82f39546ab81175feae28a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlants.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlants.png.meta new file mode 100644 index 000000000..8a086a4c8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlants.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c51dbd4b43d9df942bbd68c8f9bf6038 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlantsAlt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlantsAlt On.png.meta new file mode 100644 index 000000000..c4be01ff2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlantsAlt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c022879812bba304f9a5a49ab9b6ce0b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlantsAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlantsAlt.png.meta new file mode 100644 index 000000000..12c074406 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolPlantsAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 70a9655017e8f5542bb5a0e4d59dda23 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolRaise On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolRaise On.png.meta new file mode 100644 index 000000000..5b4889456 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolRaise On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a7b6a8a5a43eae24eb22d7709b3c50a7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolRaise.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolRaise.png.meta new file mode 100644 index 000000000..83b045b9c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolRaise.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6f64241d39d5bbe4b9d68fc40aff2e8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheight On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheight On.png.meta new file mode 100644 index 000000000..42101e8dd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheight On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e172afa56b365a544a02a5a4163a4320 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheight.png.meta new file mode 100644 index 000000000..4e26f0976 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ba4b9f8f177bb9e49a755eeac4d15aeb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheightAlt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheightAlt On.png.meta new file mode 100644 index 000000000..f87c46789 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheightAlt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cf07d01499fe1a643a50c4077a3dd753 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheightAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheightAlt.png.meta new file mode 100644 index 000000000..5075032b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSetheightAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 76e2b36be7857504fb725c6ad355e0be +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSettings On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSettings On.png.meta new file mode 100644 index 000000000..05daac555 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSettings On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 18db6aa1f15197241a8ba3d8687078ea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSettings.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSettings.png.meta new file mode 100644 index 000000000..8ad8c1d53 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSettings.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6d873486a802cd044be249be14d3e1a7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSmoothHeight On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSmoothHeight On.png.meta new file mode 100644 index 000000000..fb0351bad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSmoothHeight On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5217140554abadd4ab5b26966252be57 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSmoothHeight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSmoothHeight.png.meta new file mode 100644 index 000000000..6240248c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSmoothHeight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 35cf321b518b5aa47a414e5cf6a379d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplat On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplat On.png.meta new file mode 100644 index 000000000..81f239b4b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplat On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 86db8cd67b82c744aa6894be3eb501bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplat.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplat.png.meta new file mode 100644 index 000000000..b941eeaa1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplat.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 842071a25b0290b46871f8ed300e24ad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplatAlt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplatAlt On.png.meta new file mode 100644 index 000000000..2ad5183b6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplatAlt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7de85ef9a0f75d14dbbedcc0a1adf56a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplatAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplatAlt.png.meta new file mode 100644 index 000000000..e79c5efe2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolSplatAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e24376791220c70418951a9c366a8c08 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTrees On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTrees On.png.meta new file mode 100644 index 000000000..151c8e9d4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTrees On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 91b512ac8afebab4c9a884e24c6a595e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTrees.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTrees.png.meta new file mode 100644 index 000000000..55d9e2a3e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTrees.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: af5b9c2174196d942826bc25c72a2fb6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTreesAlt On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTreesAlt On.png.meta new file mode 100644 index 000000000..f2632587b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTreesAlt On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 91abb4b5925e5bd42892bb816f5222f1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTreesAlt.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTreesAlt.png.meta new file mode 100644 index 000000000..15ceaa553 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TerrainInspector.TerrainToolTreesAlt.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3a3820f11fee8e343a5530eac4dc5caa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToggleUVOverlay.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToggleUVOverlay.png.meta new file mode 100644 index 000000000..8c411918e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToggleUVOverlay.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 74ec39727fee49449bab40d8c78dac46 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToggleUVOverlay@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToggleUVOverlay@2x.png.meta new file mode 100644 index 000000000..ddcd73cb5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToggleUVOverlay@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c88bbae25119fd747b01d48f5a6baee5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleCenter.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleCenter.png.meta new file mode 100644 index 000000000..63258a1bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleCenter.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 872de4a3c6dc8ce43917004c08b8ebd0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleCenter@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleCenter@2x.png.meta new file mode 100644 index 000000000..678343a0b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleCenter@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a24b2996098ca414e82880c4eb25dd5c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleGlobal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleGlobal.png.meta new file mode 100644 index 000000000..bbaa9a43d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleGlobal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b1b86609c40e42345921614e349101ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleGlobal@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleGlobal@2x.png.meta new file mode 100644 index 000000000..4559a2700 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleGlobal@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 081d9befea051224bb34697600d8b70b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleLocal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleLocal.png.meta new file mode 100644 index 000000000..d9a06764a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleLocal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7792bae535a426548bebff682ff0a710 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleLocal@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleLocal@2x.png.meta new file mode 100644 index 000000000..a6094b85a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandleLocal@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 358f98bd882c95d4482fe5f9cebee38c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandlePivot.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandlePivot.png.meta new file mode 100644 index 000000000..51622a04e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandlePivot.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 169c3f609f735b44d9f926cfe44efd6a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandlePivot@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandlePivot@2x.png.meta new file mode 100644 index 000000000..7efdbb18f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolHandlePivot@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4d53404fe44922c479587244834fb1fb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Minus.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Minus.png.meta new file mode 100644 index 000000000..0d33abd96 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Minus.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1a4d84e28fa9d484b96421e8f3bece1d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Minus@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Minus@2x.png.meta new file mode 100644 index 000000000..71aa28338 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Minus@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 03d83b556e234a44db36b281cfb01a3f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus More.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus More.png.meta new file mode 100644 index 000000000..128e48307 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus More.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 02c71154924b2844797aa4fc21a2c74c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus More@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus More@2x.png.meta new file mode 100644 index 000000000..0a4085a27 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus More@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 778e27c572c60134cb6319ce7de46c4f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus.png.meta new file mode 100644 index 000000000..55186b193 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ce711597551d00443bbe2c1772adddd3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus@2x.png.meta new file mode 100644 index 000000000..4b53719d0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Toolbar Plus@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b585ab3887677a34e9f47fe40eb9f681 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolsIcon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolsIcon.png.meta new file mode 100644 index 000000000..d8473518c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ToolsIcon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4558d77ae76b7dc44a35ff6c65420884 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool On.png.meta new file mode 100644 index 000000000..8b794858a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ee52cc880ce080a44b0e65b6897c7831 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool On@2x.png.meta new file mode 100644 index 000000000..78df7bd4d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a97406f8e78b12419004e0937e72965 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool.png.meta new file mode 100644 index 000000000..540ae5355 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9020bff716ecd424aa882e0adcb56f31 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool@2x.png.meta new file mode 100644 index 000000000..f06fcc0d6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TransformTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 988760b37350fbb4b978e852f7a31702 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.AddBranches.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.AddBranches.png.meta new file mode 100644 index 000000000..046399dad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.AddBranches.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 86a825aeba0b27340ac2b9bd685e5605 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.AddLeaves.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.AddLeaves.png.meta new file mode 100644 index 000000000..ff1c617a2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.AddLeaves.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9f0171532550b6541afc737f96424085 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Branch On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Branch On.png.meta new file mode 100644 index 000000000..42cfbb22b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Branch On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d501fbd9263ab564894d96b605cc23f6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Branch.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Branch.png.meta new file mode 100644 index 000000000..74f062155 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Branch.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cb42a1d430a6dee4b875bf9fbe32fc31 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchFreeHand On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchFreeHand On.png.meta new file mode 100644 index 000000000..140f00be4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchFreeHand On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7938dabb9ef8647458c407552aec8c18 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchFreeHand.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchFreeHand.png.meta new file mode 100644 index 000000000..ba5152631 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchFreeHand.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 99c1a1cc7730c844db0ee8905cc640e0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchRotate On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchRotate On.png.meta new file mode 100644 index 000000000..434868b78 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchRotate On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2336f01fa067d914d9e69db02de417d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchRotate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchRotate.png.meta new file mode 100644 index 000000000..8fa2c3c03 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchRotate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f0b5dc74f1c78d42ad0bf9de69a37d0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchScale On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchScale On.png.meta new file mode 100644 index 000000000..6aee22f16 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchScale On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ce988790a078c6a41ab8b13ea3260d51 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchScale.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchScale.png.meta new file mode 100644 index 000000000..74bd98932 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchScale.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 02c5b329d11e9b544ba07e55736710e7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchTranslate On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchTranslate On.png.meta new file mode 100644 index 000000000..b5d1b1066 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchTranslate On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dc987bc40cf9ac24aaaa1da1d97d022f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchTranslate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchTranslate.png.meta new file mode 100644 index 000000000..be9e6ad51 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.BranchTranslate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f5ace81a932a570419fc96c4a9e44a8e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Distribution On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Distribution On.png.meta new file mode 100644 index 000000000..b1f9d2481 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Distribution On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6c1af8b921d6ef24fbe0f0e8b7eb34dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Distribution.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Distribution.png.meta new file mode 100644 index 000000000..e7a21c43c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Distribution.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1c45a0174e61aba4db3c9efab3b52814 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Duplicate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Duplicate.png.meta new file mode 100644 index 000000000..62fcadebf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Duplicate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ac13e833dd0127f4e876bb403b1c6bd5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Geometry On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Geometry On.png.meta new file mode 100644 index 000000000..968ce2439 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Geometry On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4be865951cc0d8240a38020e503d9918 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Geometry.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Geometry.png.meta new file mode 100644 index 000000000..a49961009 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Geometry.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 153ec9ec27b7e614aa0b2c26e46b07d8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Leaf On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Leaf On.png.meta new file mode 100644 index 000000000..4f388cae5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Leaf On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 618c5f19e0c1e894fa0d5f46051714d2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Leaf.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Leaf.png.meta new file mode 100644 index 000000000..a45a1fd99 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Leaf.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0d634fc8704aaab48ac26d9ff2daa53d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafFreeHand On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafFreeHand On.png.meta new file mode 100644 index 000000000..ec5176d6b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafFreeHand On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36d73c7df720a7e418401f193407316e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafFreeHand.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafFreeHand.png.meta new file mode 100644 index 000000000..c93333a22 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafFreeHand.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 42b4bf21b0493c64ea61cd49ab581fc8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafRotate On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafRotate On.png.meta new file mode 100644 index 000000000..e736d3f31 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafRotate On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 66f6a446a5e998e4a8a5de40ab554311 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafRotate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafRotate.png.meta new file mode 100644 index 000000000..08db941c9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafRotate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 891b5740d6e3af343bd84b867b089921 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafScale On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafScale On.png.meta new file mode 100644 index 000000000..2f8aa4b0c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafScale On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 506dcad9a723a0e469fd6ece16875a57 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafScale.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafScale.png.meta new file mode 100644 index 000000000..71a37d8b6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafScale.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1e4038ac716d17144afb9c00f7546150 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafTranslate On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafTranslate On.png.meta new file mode 100644 index 000000000..275b5d844 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafTranslate On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 070b61b6a7dd84d4c8b4b7010bad0ab0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafTranslate.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafTranslate.png.meta new file mode 100644 index 000000000..b135b8b45 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.LeafTranslate.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4066d3654b6b8d346b636900c6ab1851 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Material On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Material On.png.meta new file mode 100644 index 000000000..9fd61a870 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Material On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9f78361280dc79248bf2117db56a2ea0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Material.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Material.png.meta new file mode 100644 index 000000000..d12fef6e5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Material.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc54863d68a9ffd4fbb65b8cdc2dba29 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Refresh.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Refresh.png.meta new file mode 100644 index 000000000..2e726f1eb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Refresh.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 39841fa2ac4abab4c9a73df755cb459f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Trash.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Trash.png.meta new file mode 100644 index 000000000..8044096dc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Trash.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5445626a2e9f1dc4590f9cb7d4a5f72b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Wind On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Wind On.png.meta new file mode 100644 index 000000000..e69a04a81 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Wind On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3be5b4174c628304f9631643aaf809d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Wind.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Wind.png.meta new file mode 100644 index 000000000..7037c9a6f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_TreeEditor.Wind.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f579c828ff719946a56f94aaf5eaf99 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.AnimationWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.AnimationWindow.png.meta new file mode 100644 index 000000000..58432f880 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.AnimationWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e6af966639496d04e8755c4dd2c71954 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.AnimationWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.AnimationWindow@2x.png.meta new file mode 100644 index 000000000..afef1a993 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.AnimationWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 27bce3d281fd3514cadb9961cdb339ee +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ConsoleWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ConsoleWindow.png.meta new file mode 100644 index 000000000..f16cce374 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ConsoleWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cfa6a6d5809c0d14296a08eb25ccf6fa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ConsoleWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ConsoleWindow@2x.png.meta new file mode 100644 index 000000000..90963686a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ConsoleWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4c04a9564fd7625429fa076480c9bd3d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.DebugInspectorWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.DebugInspectorWindow.png.meta new file mode 100644 index 000000000..0f4a6225f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.DebugInspectorWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 61fa26cc7e70313429caf04ead045777 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.FindDependencies.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.FindDependencies.png.meta new file mode 100644 index 000000000..f9d9b67c6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.FindDependencies.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b9e6dc118aae0a142b0fd0f9db987e3c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.GameView.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.GameView.png.meta new file mode 100644 index 000000000..c19fbb01e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.GameView.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 854f1281a2a71d4449098c7d503411cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.GameView@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.GameView@2x.png.meta new file mode 100644 index 000000000..64daec1c6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.GameView@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 94d3288ca8dbae3478df6f9f7135df8d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Graphs.AnimatorControllerTool.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Graphs.AnimatorControllerTool.png.meta new file mode 100644 index 000000000..9e6975ee2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Graphs.AnimatorControllerTool.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2fa16dd474fde9f439008ef6133427cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Graphs.AnimatorControllerTool@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Graphs.AnimatorControllerTool@2x.png.meta new file mode 100644 index 000000000..fec23fc92 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Graphs.AnimatorControllerTool@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 89f4f9d6b92b1424ea08f01c8bc4119b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.HierarchyWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.HierarchyWindow.png.meta new file mode 100644 index 000000000..ad787c29a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.HierarchyWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dfa9cc802d33d2946a2d31f457b8ae66 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.InspectorWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.InspectorWindow.png.meta new file mode 100644 index 000000000..8827a11a6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.InspectorWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c666c799e3cbc66429a52a1688f251ad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.InspectorWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.InspectorWindow@2x.png.meta new file mode 100644 index 000000000..882952f85 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.InspectorWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aaf3e52e8ee8c7f4dac776768cb91d0c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ProfilerWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ProfilerWindow.png.meta new file mode 100644 index 000000000..8eb0e75c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ProfilerWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c5fe27f132f398e48bb8048b97a2b243 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ProfilerWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ProfilerWindow@2x.png.meta new file mode 100644 index 000000000..219b920ab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.ProfilerWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ef7c6962d0b7f01498be4305377ef79b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneHierarchyWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneHierarchyWindow.png.meta new file mode 100644 index 000000000..91a45f3f9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneHierarchyWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8563d302ee96fe9448875c4c0a2e988f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneHierarchyWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneHierarchyWindow@2x.png.meta new file mode 100644 index 000000000..f09ec976c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneHierarchyWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8a1b0aba88e60f24ab0d8b7033720ef0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneView.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneView.png.meta new file mode 100644 index 000000000..6d76589b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneView.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ba27d389ad9e6464894535d599310399 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneView@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneView@2x.png.meta new file mode 100644 index 000000000..5dc46d602 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.SceneView@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b6310ea7a56e8c1419a4028fae0c8f94 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Timeline.TimelineWindow.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Timeline.TimelineWindow.png.meta new file mode 100644 index 000000000..1c3a561e0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Timeline.TimelineWindow.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b26fd1fe32dfeff4889cb1cbdff94e71 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Timeline.TimelineWindow@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Timeline.TimelineWindow@2x.png.meta new file mode 100644 index 000000000..c352204c1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.Timeline.TimelineWindow@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a06ff8a9d511d904fa0f38ed0c912c69 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.VersionControl.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.VersionControl.png.meta new file mode 100644 index 000000000..540867665 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityEditor.VersionControl.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f29b43e71744061479c5815640ae0431 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityLogo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityLogo.png.meta new file mode 100644 index 000000000..69c397ae0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_UnityLogo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2f3ab891de53d9c47b71acbcbe4c8cc0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Unlinked.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Unlinked.png.meta new file mode 100644 index 000000000..856cc4c10 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Unlinked.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5b1144aafd668404bac924cb5fc28e54 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Unlinked@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Unlinked@2x.png.meta new file mode 100644 index 000000000..3dd0a5148 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Unlinked@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 21e8c60bc5f29a84fac54d1a563f87e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_VUMeterTextureHorizontal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_VUMeterTextureHorizontal.png.meta new file mode 100644 index 000000000..e5b3cd9f5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_VUMeterTextureHorizontal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a98fb27e1587db64295060275eadaa32 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_VUMeterTextureVertical.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_VUMeterTextureVertical.png.meta new file mode 100644 index 000000000..5e3117a7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_VUMeterTextureVertical.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 218683d2d7cffc84586b720b6f3b5efc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Valid.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Valid.png.meta new file mode 100644 index 000000000..a041f083d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Valid.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dc86c68522b1646449da1a12af5f3dcc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_Valid@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_Valid@2x.png.meta new file mode 100644 index 000000000..b6739c00d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_Valid@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 313f52f5b28242447ab5efa760d6432d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_VerticalSplit.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_VerticalSplit.png.meta new file mode 100644 index 000000000..b9c671966 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_VerticalSplit.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0b73fae1150a3b840b5d09591a365394 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove On.png.meta new file mode 100644 index 000000000..d26a5269f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 024115905e3063f4d859aa68e70ee40d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove On@2x.png.meta new file mode 100644 index 000000000..42816d9b4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bdb8e77725f1b6449bc15538c3b8171e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove.png.meta new file mode 100644 index 000000000..514ab0238 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 846e67fa783d7b444b748878c69627f6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove@2x.png.meta new file mode 100644 index 000000000..fcd0c00c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolMove@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6bb7a6b465816e047ad279446f6b30f9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit On.png.meta new file mode 100644 index 000000000..36b68bf29 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a4043756f2f2807468c479fc10c906dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit On@2x.png.meta new file mode 100644 index 000000000..ddeb1f48c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 564a81828f0d5c948ad10641d00559ed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit.png.meta new file mode 100644 index 000000000..074bb319b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5e3dc8d04952a1c46929c42925897808 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit@2x.png.meta new file mode 100644 index 000000000..84bf4524c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolOrbit@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 316ec0c776e7d534ab81aace301a0e26 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom On.png.meta new file mode 100644 index 000000000..178b0712d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 512271f2b7a218944a7bf999091ccdf5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom On@2x.png.meta new file mode 100644 index 000000000..fb875a137 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5c1502e75186bc247ac6e8e2cfcda160 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom.png.meta new file mode 100644 index 000000000..a769b808b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8e60e9dca8fb66f4a973f0175fb8e547 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom@2x.png.meta new file mode 100644 index 000000000..c3f7dd56b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ViewToolZoom@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5da9062bf2af88e489055da44f910962 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_VisibilityOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_VisibilityOff.png.meta new file mode 100644 index 000000000..6fe21c9a5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_VisibilityOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b5556f45308bc984fbf4c93156d93a99 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_VisibilityOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_VisibilityOn.png.meta new file mode 100644 index 000000000..eaeb20734 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_VisibilityOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c38075230b2c9154592b2a9c015038f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin00.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin00.png.meta new file mode 100644 index 000000000..971e0bc73 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin00.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: daced97759477284184847f7f2737a61 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin01.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin01.png.meta new file mode 100644 index 000000000..813820a85 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin01.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d4e4ea2eadee90849a5c1547a6b88bcb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin02.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin02.png.meta new file mode 100644 index 000000000..1b54f6481 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin02.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2e001c02925f30547bc6c78f12fd69b4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin03.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin03.png.meta new file mode 100644 index 000000000..44c7f8c79 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin03.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 80776d97184c901488cfc6e7f35212f0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin04.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin04.png.meta new file mode 100644 index 000000000..e5c63b37e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin04.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 036d5718e00cd38488955eddcd042c8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin05.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin05.png.meta new file mode 100644 index 000000000..d1bf94bab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin05.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6d4ff12b988645b4eb0b6e55eb981fa0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin06.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin06.png.meta new file mode 100644 index 000000000..aa278e58e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin06.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a3c3d34d0bc1016418302dcfeb2c8c2d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin07.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin07.png.meta new file mode 100644 index 000000000..b3ca4daad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin07.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 581d389d9862ede4d8bc352f10beb02d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin08.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin08.png.meta new file mode 100644 index 000000000..d20e99552 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin08.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bcff87153413b10469f9c8ff4fc09fe6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin09.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin09.png.meta new file mode 100644 index 000000000..0179e16e9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin09.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 638af4f7fbc5208449418f3832418056 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin10.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin10.png.meta new file mode 100644 index 000000000..7319e8f59 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin10.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b705d7da53c4d0c459024b2d0cc46b2d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin11.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin11.png.meta new file mode 100644 index 000000000..477bad7db --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WaitSpin11.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f85308fea6172fe4eb6242c40eb5a88a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_WelcomeScreen.AssetStoreLogo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_WelcomeScreen.AssetStoreLogo.png.meta new file mode 100644 index 000000000..94ab47c3c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_WelcomeScreen.AssetStoreLogo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a499b705e67ca9a46876144c25c3a550 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d__Help.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d__Help.png.meta new file mode 100644 index 000000000..b23f08931 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d__Help.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 058492f1362b8ca478c75608d2edcb72 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d__Help@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d__Help@2x.png.meta new file mode 100644 index 000000000..4ff2ffc82 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d__Help@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c74607cc2571bdf4b9e794091b91f819 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d__Menu.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d__Menu.png.meta new file mode 100644 index 000000000..5fa7e737e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d__Menu.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9579b3a36d8f67a449ed82d753575a02 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d__Menu@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d__Menu@2x.png.meta new file mode 100644 index 000000000..91b4219d7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d__Menu@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 63b127e3f3f18fc48a8c00b6d4ae22a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d__Popup.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d__Popup.png.meta new file mode 100644 index 000000000..23e3934f5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d__Popup.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 70213c8b93983dd4cb6572c572f749ab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d__Popup@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d__Popup@2x.png.meta new file mode 100644 index 000000000..f138713f7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d__Popup@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 718cd80844ae76f4da7662ed76847d71 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_aboutwindow.mainheader.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_aboutwindow.mainheader.png.meta new file mode 100644 index 000000000..f158b44d9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_aboutwindow.mainheader.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f3d0914ec8cc90741b2d36b53afb9ad0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_ageialogo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_ageialogo.png.meta new file mode 100644 index 000000000..5aeceefbf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_ageialogo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 03c2ba97c8841714da6b3a36232cb603 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_animationanimated.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationanimated.png.meta new file mode 100644 index 000000000..dc3387dbd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationanimated.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0a6f5e12b5966b9409300506d5f2fbc7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_animationkeyframe.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationkeyframe.png.meta new file mode 100644 index 000000000..f086bedab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationkeyframe.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: de3c617f67d121242af9102953d764aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_animationnocurve.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationnocurve.png.meta new file mode 100644 index 000000000..c4e18e6dd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationnocurve.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f11bf02307a27143be20e4500724332 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleoff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleoff.png.meta new file mode 100644 index 000000000..374204cf3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleoff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 340e347e6d455da44bb0b6629d421180 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleoff@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleoff@2x.png.meta new file mode 100644 index 000000000..da6f73749 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleoff@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1c943c61690472f46acebc3fa428e897 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleon.png.meta new file mode 100644 index 000000000..639e43b84 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c82547bfe4b2da14384a4a967bed43e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleon@2x.png.meta new file mode 100644 index 000000000..c3a5dcee1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_animationvisibilitytoggleon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b4d23398a44a9c049b57f8d9abb514e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_back.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_back.png.meta new file mode 100644 index 000000000..e65340ec6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_back.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 379b99cf2e37a0b4ca74a15cc0d42add +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_back@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_back@2x.png.meta new file mode 100644 index 000000000..93174b071 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_back@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 133dfd7ac577f4d4e8489f8211d01c40 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_beginButton-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_beginButton-On.png.meta new file mode 100644 index 000000000..5d75b1942 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_beginButton-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 924b786deaee2de47bcec44d4129e04e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_beginButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_beginButton.png.meta new file mode 100644 index 000000000..a25c89e85 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_beginButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f9c20f3909d57384a8ca86365b08d7e8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_blueGroove.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_blueGroove.png.meta new file mode 100644 index 000000000..d7cab394c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_blueGroove.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 06bb7dab62891f448bd95aaa43dce394 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.inactive.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.inactive.sml.png.meta new file mode 100644 index 000000000..0b49d2e93 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.inactive.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2ffab4b956c302f42a47963aacbf4978 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.inactive.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.inactive.sml@2x.png.meta new file mode 100644 index 000000000..830b6000f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.inactive.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f27d3260f6fdd049b9606e255818338 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.png.meta new file mode 100644 index 000000000..101889c3f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c22a9d0ffb1ff2b40ad02eec0ef10726 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.sml.png.meta new file mode 100644 index 000000000..eff5e1660 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4465cda399775b440b19807446572b83 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.sml@2x.png.meta new file mode 100644 index 000000000..23e35a87a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 227dba540fb29da4887d24dc702ec24d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon@2x.png.meta new file mode 100644 index 000000000..824fd34f8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.erroricon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ffac70d2c7d27254d95bfbbf3239f5f1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.inactive.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.inactive.sml.png.meta new file mode 100644 index 000000000..af02b59d2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.inactive.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3d325e1233ef8984db51a74669911a56 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.inactive.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.inactive.sml@2x.png.meta new file mode 100644 index 000000000..860965030 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.inactive.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c547e63098c707a4ab8500fc5a67f3b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.png.meta new file mode 100644 index 000000000..4d731e64c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b981eea2638b09745b2a0ca4797e0756 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.sml.png.meta new file mode 100644 index 000000000..ef92be09e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb16ea5baec91fc43a6318504a0dc442 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.sml@2x.png.meta new file mode 100644 index 000000000..ad1a5468b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 44f959bf73c8aad4da6d163c736f8a9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon@2x.png.meta new file mode 100644 index 000000000..cc293b670 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.infoicon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d945ed628d069524ca9b9788a3a5b7df +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.inactive.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.inactive.sml.png.meta new file mode 100644 index 000000000..253b032a3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.inactive.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 391695a0fabdffe4585101f09b7fa6f6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.inactive.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.inactive.sml@2x.png.meta new file mode 100644 index 000000000..d02725601 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.inactive.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4d58b080a41dffd4f8b0438930902c43 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.png.meta new file mode 100644 index 000000000..0f5ed6365 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0658818de44762d418149c3c3ea6f824 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.sml.png.meta new file mode 100644 index 000000000..5605f0142 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0aed761fea1c7c8459a189516d725e89 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.sml@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.sml@2x.png.meta new file mode 100644 index 000000000..bddb4358a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon.sml@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 329fbffafd5f60a4ead85f2ae2d6e8e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon@2x.png.meta new file mode 100644 index 000000000..157770738 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_console.warnicon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b616f5a5dcd22884b8626827dd835284 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframe.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframe.png.meta new file mode 100644 index 000000000..5dc839426 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframe.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81c99e51360902542b9518f9ba9f5560 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeselected.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeselected.png.meta new file mode 100644 index 000000000..6db835cdf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeselected.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7539edfd905f0744f89031d60a8d1399 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeselectedoverlay.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeselectedoverlay.png.meta new file mode 100644 index 000000000..6367af3a9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeselectedoverlay.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 47a899abab2bf0a4ba1f4b2da5084a26 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframesemiselectedoverlay.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframesemiselectedoverlay.png.meta new file mode 100644 index 000000000..ed6045838 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframesemiselectedoverlay.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c4d2b92eafc58b84fb49c5ed7817ab02 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeweighted.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeweighted.png.meta new file mode 100644 index 000000000..2f3b4b458 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_curvekeyframeweighted.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ece04d870089aed4185d82cf22805e27 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_16.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_16.png.meta new file mode 100644 index 000000000..c51ca7bd3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_16.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7db3f3c3b99b22c45bbc9ebd129beb19 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_16@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_16@2x.png.meta new file mode 100644 index 000000000..2f5d4ebe8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_16@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8cffe23ce47900544a5cfe4b9a10e367 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_32.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_32.png.meta new file mode 100644 index 000000000..b60ddd8f2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_editcollision_32.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ab56382766f96564bae433df72d34763 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_16.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_16.png.meta new file mode 100644 index 000000000..94a7a0764 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_16.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d3956af50cbdb334cbcda0e226c7228d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_16@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_16@2x.png.meta new file mode 100644 index 000000000..efc2c6e68 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_16@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 58d0031a018d3284f965c4a007942590 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_32.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_32.png.meta new file mode 100644 index 000000000..453cffd2b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_editconstraints_32.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 817bf82aa9603414c9397ee4eeeeb42d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_editicon.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_editicon.sml.png.meta new file mode 100644 index 000000000..4a0efe911 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_editicon.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 867887f4b28aa8741a21884f3b477914 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_endButton-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_endButton-On.png.meta new file mode 100644 index 000000000..1d44872dd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_endButton-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dfe57b76c0b37d2469c899cfba2f4b46 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_endButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_endButton.png.meta new file mode 100644 index 000000000..9b0360b69 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_endButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a48a9d7d96f4d384db2e6b5b9945d03e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.Large.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.Large.png.meta new file mode 100644 index 000000000..33851caa9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.Large.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 367e79f9ed2ba524f9fc7d7fbbfb46c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.Large@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.Large@2x.png.meta new file mode 100644 index 000000000..6611fc383 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.Large@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 44fe6c73c0cfdfe408cfd923df0c60ca +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.sml.png.meta new file mode 100644 index 000000000..59b65f699 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_eyeDropper.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 141edec6297c5ee47a5a5241678508d2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_forward.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_forward.png.meta new file mode 100644 index 000000000..94affca21 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_forward.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9d21e95a79e54445a3c7d6dfe15e189 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_forward@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_forward@2x.png.meta new file mode 100644 index 000000000..ac1af1c86 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_forward@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a4a81a6760895d54cb51bc34dcdf5862 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_icon dropdown.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_icon dropdown.png.meta new file mode 100644 index 000000000..bfc654a60 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_icon dropdown.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f5d47d6c6b4319b44a5a59ca1fec24b8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_icon dropdown@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_icon dropdown@2x.png.meta new file mode 100644 index 000000000..2dce91f03 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_icon dropdown@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: abdd49af7a48a48429255177a88cab23 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_leftBracket.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_leftBracket.png.meta new file mode 100644 index 000000000..c1166d6b6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_leftBracket.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d18c154db5e269e47a8a6dbe66fb20ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_model large.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_model large.png.meta new file mode 100644 index 000000000..2840a43e0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_model large.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2d40ba5fa6f8c904c81367ebd089648b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_monologo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_monologo.png.meta new file mode 100644 index 000000000..4fa981565 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_monologo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2a39e3b47a0176449b2e9d778989d4c7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_playLoopOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_playLoopOff.png.meta new file mode 100644 index 000000000..e1256a2bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_playLoopOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc9881a55e1f9d54c9b3b5d879f6abe6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_playLoopOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_playLoopOn.png.meta new file mode 100644 index 000000000..52466f883 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_playLoopOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 212c92da4049f5146bb0eff0b2787e28 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOff.png.meta new file mode 100644 index 000000000..6ed361525 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9d6052bf466d7e8498763cc2f24d4b59 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOff@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOff@2x.png.meta new file mode 100644 index 000000000..9d7caeead --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOff@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 77bfdcf0ea61d7b4d92c84aefbdd31f1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOn.png.meta new file mode 100644 index 000000000..72f77bf8e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioAutoPlayOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5c08b416d235e844d92c1cb462b1a95b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOff.png.meta new file mode 100644 index 000000000..beff1b6e3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 54ea562369f2335419c428a4f5455187 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOff@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOff@2x.png.meta new file mode 100644 index 000000000..c8b2172b3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOff@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 75b98e1a88d287245905abf36db2bf4c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOn.png.meta new file mode 100644 index 000000000..96c43f099 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioLoopOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d4ef3563a61f9384e92623dfd0707094 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioPlayOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioPlayOff.png.meta new file mode 100644 index 000000000..a4816b28d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioPlayOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 29d2415defc91a249bd84e0aa89a37ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioPlayOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioPlayOn.png.meta new file mode 100644 index 000000000..aba09b543 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_preAudioPlayOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7381ec5ea1f591e48a0033bcac451973 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_redGroove.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_redGroove.png.meta new file mode 100644 index 000000000..f66c92a97 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_redGroove.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6263b126836cee442b7b769d6dea9f7c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_rightBracket.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_rightBracket.png.meta new file mode 100644 index 000000000..52e27e666 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_rightBracket.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 64b353fc5a407164493f50fd6deb1405 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed.png.meta new file mode 100644 index 000000000..c9a577c0e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 15fbea8e8bbd029499dc6921a8458a8a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed@2x.png.meta new file mode 100644 index 000000000..0af7ac758 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81db1d57dace74e49b8e78a146ccd342 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed_hover.png.meta new file mode 100644 index 000000000..605446726 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bbafe34cb01f59e47814e15ea74ae89c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed_hover@2x.png.meta new file mode 100644 index 000000000..187d42aa7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable-mixed_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 46083812739f8b4418996bf377f2c89a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable.png.meta new file mode 100644 index 000000000..f77bcdd2e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b98faae27b1a214cab1f617154d14c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable@2x.png.meta new file mode 100644 index 000000000..9dea97e1d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 442f3f0a9a233ab43b45610bf4b4518e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable_hover.png.meta new file mode 100644 index 000000000..8f2e76a19 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9b2138eee2ad6b04ca3374518d566fc0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable_hover@2x.png.meta new file mode 100644 index 000000000..c2fa05be3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_notpickable_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a63c49d8703f2894fa11e062c9166fdc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed.png.meta new file mode 100644 index 000000000..19bebd073 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 73456a2bed5c1de419ab469c61d3aa41 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed@2x.png.meta new file mode 100644 index 000000000..2549c3a21 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 21571df0ef9f8fb40ab2ba133fb454f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed_hover.png.meta new file mode 100644 index 000000000..4237c39be --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6b34e6f19f67cbb4baf3836895625e21 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed_hover@2x.png.meta new file mode 100644 index 000000000..4fdd2fa8c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable-mixed_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: db95c3587d0bb774a81df457ef0f8eaa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable.png.meta new file mode 100644 index 000000000..7476fb2e4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7cc501b11ecd5d144bfa9d7ab401f024 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable@2x.png.meta new file mode 100644 index 000000000..3b60c45cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c6530d0f0afa48a43bde627fa7c717ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable_hover.png.meta new file mode 100644 index 000000000..039789e3c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d89dd4288e4837a46bf47e21218c96e8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable_hover@2x.png.meta new file mode 100644 index 000000000..912ff8889 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenepicking_pickable_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 53c5c1f633ea2214fa4f56bd2317b64b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed.png.meta new file mode 100644 index 000000000..320c2e5af --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5942d08759013bb4bb2aed7d674ceed0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed@2x.png.meta new file mode 100644 index 000000000..a6b73f927 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 728f75e36528dae44a3d84ae762685cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed_hover.png.meta new file mode 100644 index 000000000..5bf11931a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 387e311a4043c4345bbd477c54e7979a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed_hover@2x.png.meta new file mode 100644 index 000000000..fb34058fb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden-mixed_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d5270104c4d21b74d8aecef06c055675 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden.png.meta new file mode 100644 index 000000000..a568d51ac --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5cde76d1054feed4c99d85a65edf4b8d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden@2x.png.meta new file mode 100644 index 000000000..264332ffb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 130ec6e0597ba754bbbf2fddf73d8354 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden_hover.png.meta new file mode 100644 index 000000000..a2a8d23ef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e43ea8d9d034fbf4f91e83d4cccb8c43 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden_hover@2x.png.meta new file mode 100644 index 000000000..4c71983ac --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_hidden_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f99f5387d77929648a0631b7a37de646 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_scene_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_scene_hover.png.meta new file mode 100644 index 000000000..5c306dba9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_scene_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 731a8e0ccd9499f4dbfdd879c7a9b801 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_scene_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_scene_hover@2x.png.meta new file mode 100644 index 000000000..0445c55de --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_scene_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 776352533de65b443a76be05e50163f3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed.png.meta new file mode 100644 index 000000000..a183a298c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 862e39f95f20baa4184f405ec35ac04d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed@2x.png.meta new file mode 100644 index 000000000..b3197786c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6fda57ad001684d45ae7bdaf1c710cb9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed_hover.png.meta new file mode 100644 index 000000000..b1d3fb888 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 47750001b106270428c0851ba39d77c0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed_hover@2x.png.meta new file mode 100644 index 000000000..3ab5bfbd7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible-mixed_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 46e36f401798d91479720eacff8de200 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible.png.meta new file mode 100644 index 000000000..3615337d6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 83d7db7659f5d9542852f4699c0e0b62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible@2x.png.meta new file mode 100644 index 000000000..5945c7460 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b17764243f148d1469a80b99b2fc7cfc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible_hover.png.meta new file mode 100644 index 000000000..145ec643f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e360bccb5af1c674083940ef1a70a41a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible_hover@2x.png.meta new file mode 100644 index 000000000..6a9e869d8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_scenevis_visible_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 950bb6cabf9d4414eb8f15757b6dc9d3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_next.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_next.png.meta new file mode 100644 index 000000000..13c113a40 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_next.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa7888bf6cee03b4ea0fd1320de9e181 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_next@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_next@2x.png.meta new file mode 100644 index 000000000..b9a4a2425 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_next@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2aa3b042de09b0042b26bedba893bd2c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_prev.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_prev.png.meta new file mode 100644 index 000000000..dec60c1f5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_prev.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f2819d920a544549ba85c3cbbd73cf4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_prev@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_prev@2x.png.meta new file mode 100644 index 000000000..fe63e241d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tab_prev@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8c9269dc824835947ae3761cd439eb99 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tranp.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tranp.png.meta new file mode 100644 index 000000000..890ae8ce9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tranp.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae944c7e7a7d3a9449f216a0c6fd2256 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon.png.meta new file mode 100644 index 000000000..a6c62cdf2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5302530831bb929489f751412c81abcb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_branch.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_branch.png.meta new file mode 100644 index 000000000..f07cff99a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_branch.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 40f3fbe2d2c32dc4fa41c9db16adb361 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_branch_frond.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_branch_frond.png.meta new file mode 100644 index 000000000..3311dc2b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_branch_frond.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 606133e75921ab64c8632a358f5efa00 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_frond.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_frond.png.meta new file mode 100644 index 000000000..b22058b90 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_frond.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aafdca7004237174e9cdb678eeed4f69 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_leaf.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_leaf.png.meta new file mode 100644 index 000000000..bf5a9461c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_tree_icon_leaf.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 77ceb624a777b2446a7b9619da7be6d9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph.png.meta new file mode 100644 index 000000000..eb8206954 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: efa98cd16c3a0e74ea0fc0ca1067b69f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_close_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_close_h.png.meta new file mode 100644 index 000000000..e1477b846 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_close_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 44e4db989c69f534f92d054d56bbc072 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_max_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_max_h.png.meta new file mode 100644 index 000000000..aa9d9728d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_max_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3fb5f6454df9d2d4d8eef7b193267e20 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_min_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_min_h.png.meta new file mode 100644 index 000000000..7a9bf117f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_graph_min_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2a36b7558b1cad54caa34dc8792c7972 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close.png.meta new file mode 100644 index 000000000..4b182e536 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1e8ed462c341c254aa885857144b90d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close@2x.png.meta new file mode 100644 index 000000000..82d12247e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0d1bad8972959a44f8162275274681d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_a.png.meta new file mode 100644 index 000000000..f74cf36c1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 16faca3186eddca4eb9417671d7cce3a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_a@2x.png.meta new file mode 100644 index 000000000..2aed98c62 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b373c4774ae99bc4d8b1065c003cf18c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_h.png.meta new file mode 100644 index 000000000..13bc0d29f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 79da39e054cceb241803b2ac7c22f14f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_h@2x.png.meta new file mode 100644 index 000000000..63ca7d89c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_close_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 86efb2ca2977d65418a0ca41bcaf4b88 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_inact.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_inact.png.meta new file mode 100644 index 000000000..eaac1263c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_inact.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1b53e66fbb67b4f45bf2e22a7b0b8fbb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max.png.meta new file mode 100644 index 000000000..2891e9074 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ddf106577a9572748bd07d0005bf85c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max@2x.png.meta new file mode 100644 index 000000000..0fe2bd976 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 697a048a0f287134dae216c0c6ce10d9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_a.png.meta new file mode 100644 index 000000000..b0d14a7be --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8ec7d57be40aeef49ae1eaa476203722 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_a@2x.png.meta new file mode 100644 index 000000000..730c76bb9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 28ecab2942bd97f4c8bb58a833aff86c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_h.png.meta new file mode 100644 index 000000000..36e3e5b5a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bece1d08734888f458912afc6a8a5a59 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_h@2x.png.meta new file mode 100644 index 000000000..475e6c5f8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_max_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 91e2aa47f8ced7b4eb29b420277647b4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min.png.meta new file mode 100644 index 000000000..f9b0df94b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2469e308bc5564b45bb1c301f92c57eb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min@2x.png.meta new file mode 100644 index 000000000..08d505d2c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f32961f89c979144d97a0cf23910371f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_a.png.meta new file mode 100644 index 000000000..932bbe302 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c5f85288fdce3a74b98eeb2ffe82cf28 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_a@2x.png.meta new file mode 100644 index 000000000..34ea6fdf4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f23c2995233d51442a6e254699bccb0f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_h.png.meta new file mode 100644 index 000000000..cc0cb6c0d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ee58422a255238449b64013ebaca399 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_h@2x.png.meta new file mode 100644 index 000000000..5834bcc18 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_mac_min_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ea3486293cc53d4ba859a32da29ae20 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close.png.meta new file mode 100644 index 000000000..b67fe928f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 122474ca64871fb47b290382da2a4161 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close@2x.png.meta new file mode 100644 index 000000000..0682a1e37 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 023d2ba213e1abb4dab3af11c79357c9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_a.png.meta new file mode 100644 index 000000000..6084238a9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 76b6cb36e7b90874e9bd85d5feaed4cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_a@2x.png.meta new file mode 100644 index 000000000..9a69f8e98 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 49a239faf8a82774ba8d21de6ff83cfa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_h.png.meta new file mode 100644 index 000000000..a7a94a8df --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a4ba418db727e684d91729455bbfb3ef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_h@2x.png.meta new file mode 100644 index 000000000..d7f78a658 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 67571364a8766414aa359b81d5683d83 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max.png.meta new file mode 100644 index 000000000..838052850 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 395a42198924c6a469bae3221706e98a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max@2x.png.meta new file mode 100644 index 000000000..b684885ab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a6c5716c248cbcf49bb10c06c9182367 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_a.png.meta new file mode 100644 index 000000000..2562d1ef5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 22206d79295bb10498923bdc71e49b0b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_a@2x.png.meta new file mode 100644 index 000000000..59996a640 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: de012b99435ea59489d321537e7a6ef8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_h.png.meta new file mode 100644 index 000000000..2abf6fd97 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3a95695fb7aa17e4fa17653bcceee9a2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_h@2x.png.meta new file mode 100644 index 000000000..056f2443c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_max_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7b8376c66f16e0c4ba4f31c859ee9913 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min.png.meta new file mode 100644 index 000000000..ddc97f483 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6086267aac7716f45a08c2500ef3598f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min_a.png.meta new file mode 100644 index 000000000..0df639883 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5943ac410d96ae74c8bd6b037b1ac123 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min_h.png.meta new file mode 100644 index 000000000..886680aff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_min_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 74db50f4206b27a4c9a22e20a835edbb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest.png.meta new file mode 100644 index 000000000..6188444f8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d16d1c0d1d5bafd49868f10aaf689db9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest_a.png.meta new file mode 100644 index 000000000..fd9096b7d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 52fda23e90d167a42ba1ef4856c2a1f1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest_h.png.meta new file mode 100644 index 000000000..7b7bb7e99 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_rest_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8323875312339194193699d0eb337999 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore.png.meta new file mode 100644 index 000000000..bc80f18a6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 96ec65a54c227d7409881b65a092009a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore@2x.png.meta new file mode 100644 index 000000000..20028a4c8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 63907d5ddc3cd45498a65ef84ff67409 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_a.png.meta new file mode 100644 index 000000000..857a95185 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b84df982618cb334d9c87d37edc6ced3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_a@2x.png.meta new file mode 100644 index 000000000..cb66d04b1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 352efb4292dd0fd41b9446e222a72ff5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_h.png.meta new file mode 100644 index 000000000..73de040fa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f38ab39fef5a8f344a39708c7ae4557e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_h@2x.png.meta new file mode 100644 index 000000000..e9c232e75 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_restore_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5cb9cffa5b4c22a4282f37363a33b25f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_16.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_16.png.meta new file mode 100644 index 000000000..ab4cc5cab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_16.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2528c277483fd2745bcdcf7c95cd648a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_16@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_16@2x.png.meta new file mode 100644 index 000000000..594cdcc73 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_16@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bfc2408956e23e6418d8c944a1c538a8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_32.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_32.png.meta new file mode 100644 index 000000000..a30adf62a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/editcollision_32.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4005a18724ac726498e3dd3e54be3d24 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_16.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_16.png.meta new file mode 100644 index 000000000..c2be2de4e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_16.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 10c0120f77eb529418fb849c0c683816 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_16@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_16@2x.png.meta new file mode 100644 index 000000000..0e039ec23 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_16@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 083932827496407478dedf0a9e3f5dc2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_32.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_32.png.meta new file mode 100644 index 000000000..259c9e590 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/editconstraints_32.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7d4599534b5e04a49be7655d7dde0ab9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/editicon.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/editicon.sml.png.meta new file mode 100644 index 000000000..9a8a3d895 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/editicon.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 698d48ecf18bca443868c9c79ab327d1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/endButton-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/endButton-On.png.meta new file mode 100644 index 000000000..ee34b111a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/endButton-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 88745a61111b7e9419b2a7356a3c12d9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/endButton.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/endButton.png.meta new file mode 100644 index 000000000..1b62d6b49 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/endButton.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eb30ebf8347e4b94ba5df39a2f600c16 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.Large.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.Large.png.meta new file mode 100644 index 000000000..e933b9fb5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.Large.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 31012c4c88c07874ca9355d52118e051 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.Large@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.Large@2x.png.meta new file mode 100644 index 000000000..2536ab516 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.Large@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 12fa2e100e1463041a16a2ac689fff2d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.sml.png.meta new file mode 100644 index 000000000..83f10a4be --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/eyeDropper.sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bed28e75ab286ff46a33fd6bd3bd749a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/forward.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/forward.png.meta new file mode 100644 index 000000000..16890bccb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/forward.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d6a05e054fe46bd4f8ea66c4867f04ea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/forward@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/forward@2x.png.meta new file mode 100644 index 000000000..ed7c06733 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/forward@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a6a466e4d0b7b22438fea52b9285c249 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem.meta new file mode 100644 index 000000000..9725b2b1f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 661fef652a458a941bd57ad87ea4c29e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally.png.meta new file mode 100644 index 000000000..723a12617 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2dae57190ee6e2b499ee4682f6f66154 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_center.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_center.png.meta new file mode 100644 index 000000000..91cfc33e9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_center.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ad607f033efd104f9fa91f24812c8d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_center_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_center_active.png.meta new file mode 100644 index 000000000..f79cdecd0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_center_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c1bece46141d3124ca1eb847b161b8d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_left.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_left.png.meta new file mode 100644 index 000000000..b69bfae32 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_left.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4713a87d6a64de74883a0c13dd7c2726 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_left_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_left_active.png.meta new file mode 100644 index 000000000..54ec66a66 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_left_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b45678314b3673a4caa555b84d3addda +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_right.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_right.png.meta new file mode 100644 index 000000000..f3b41978a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_right.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c8b0a6d40452819449a4b23574496a79 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_right_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_right_active.png.meta new file mode 100644 index 000000000..5bacc451b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_horizontally_right_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ce221d04736f9634abff4bf3199e7b2a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically.png.meta new file mode 100644 index 000000000..915f5c33b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 88cbd6c3f69ef1840b6b72b918bc8c8f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_bottom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_bottom.png.meta new file mode 100644 index 000000000..da333c6a8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_bottom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ed595309eeba4e548aa46afaa5002364 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_bottom_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_bottom_active.png.meta new file mode 100644 index 000000000..0a8414428 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_bottom_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a631da388979f64479743322e1199776 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_center.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_center.png.meta new file mode 100644 index 000000000..50be454ba --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_center.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 43e4cf65598e6d24491a39eebc8189c9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_center_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_center_active.png.meta new file mode 100644 index 000000000..5ccf42cae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_center_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cb46c93e73c783a46b29ec70f634102f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_top.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_top.png.meta new file mode 100644 index 000000000..c6d41c4d6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_top.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ad6a128432d81474a9c6629becdf53ab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_top_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_top_active.png.meta new file mode 100644 index 000000000..7e95b6b1c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/align_vertically_top_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7b9be698750c74149ab89310800b52a8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally.png.meta new file mode 100644 index 000000000..a314c0dbe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bdd5bfac2c772384e94d14165197138d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_center.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_center.png.meta new file mode 100644 index 000000000..de15fbb6e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_center.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b5991624b7077846942722a824096fb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_center_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_center_active.png.meta new file mode 100644 index 000000000..7a56ad15a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_center_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c08510e595144e243a03ede4c62efafa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_left.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_left.png.meta new file mode 100644 index 000000000..a0c65f677 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_left.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6d2cf550446342644a8dbb80808973ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_left_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_left_active.png.meta new file mode 100644 index 000000000..49781b11c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_left_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 99a872b2eda8e2947a6d9a9df6665117 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_right.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_right.png.meta new file mode 100644 index 000000000..022132f99 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_right.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 93d4292fe116c804588199dcd5d5c088 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_right_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_right_active.png.meta new file mode 100644 index 000000000..725b47c49 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_horizontally_right_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9662f713c329134f88414781fa7f78b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically.png.meta new file mode 100644 index 000000000..0a133f5ef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7058de1521ad14749926cd8d03aaeb5a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_bottom.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_bottom.png.meta new file mode 100644 index 000000000..a356b971c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_bottom.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a8217d438af19cd478a12189149bef85 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_bottom_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_bottom_active.png.meta new file mode 100644 index 000000000..e5b893021 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_bottom_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b005baa25e81218469ef6eccf9e80bba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_center.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_center.png.meta new file mode 100644 index 000000000..ceca22379 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_center.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e44603121c8e5cf4f889475f7cbadce1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_center_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_center_active.png.meta new file mode 100644 index 000000000..3f06e82fe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_center_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 246675a0cda3bf54ba4cf1b151aaade9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_top.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_top.png.meta new file mode 100644 index 000000000..3641c6c1d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_top.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 82713c35c3568c946bf14f39d26aa41d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_top_active.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_top_active.png.meta new file mode 100644 index 000000000..a9b64122c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/guisystem/d_align_vertically_top_active.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f130abb6db1084546956ef1bdae29837 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/icon dropdown.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/icon dropdown.png.meta new file mode 100644 index 000000000..9da9afd65 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/icon dropdown.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bba8c1280e1cb954b9c2a93663239990 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/icon dropdown@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/icon dropdown@2x.png.meta new file mode 100644 index 000000000..3a06164f2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/icon dropdown@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a4d122abd22aecc4aa1861280b3ea075 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/leftBracket.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/leftBracket.png.meta new file mode 100644 index 000000000..aebea74e7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/leftBracket.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5bb36b7f9916f414f8b2ad3d9f20ac23 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter.meta new file mode 100644 index 000000000..d43e8dca6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 89ccbe2a3cfad7545bf48605aa882e15 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_greenLight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_greenLight.png.meta new file mode 100644 index 000000000..28a6cd21d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_greenLight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e1b011af027f18d4eafe384b4ff05366 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_lightOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_lightOff.png.meta new file mode 100644 index 000000000..d200bc841 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_lightOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7181072e61a569c4fa343c828d8b44a9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_lightRim.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_lightRim.png.meta new file mode 100644 index 000000000..cce1b58ae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_lightRim.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 654fbc93cfea65e4fb3349eb1def3b6a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_orangeLight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_orangeLight.png.meta new file mode 100644 index 000000000..9a920409d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_orangeLight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 138c5c9eb31da95498e3a4b2690dd1b3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_redLight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_redLight.png.meta new file mode 100644 index 000000000..e171dbbb3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/d_redLight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 953b7c7d9f593594ca6df887bb778b66 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/greenLight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/greenLight.png.meta new file mode 100644 index 000000000..9b9615f36 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/greenLight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d998cd2268696f24dab7707b16e15717 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/lightOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/lightOff.png.meta new file mode 100644 index 000000000..11e43839d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/lightOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f907ee732f43bb8448bc2496d0d054c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/lightRim.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/lightRim.png.meta new file mode 100644 index 000000000..b5ce14a5b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/lightRim.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b54c857b422e33a47b900ba2a5a22b56 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/orangeLight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/orangeLight.png.meta new file mode 100644 index 000000000..c304f15af --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/orangeLight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aaf286f08e49e92499ebacd8ab6e00e3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/redLight.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/redLight.png.meta new file mode 100644 index 000000000..8a8bdef27 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/lightmeter/redLight.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f19f35c8713248144a561f40de77aee3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/loop.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/loop.png.meta new file mode 100644 index 000000000..b60db7c83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/loop.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5dca5b48d2a15e84399f555b3b45e0f1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/monologo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/monologo.png.meta new file mode 100644 index 000000000..0211ca5b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/monologo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9531e50143238b24e9c86b3dd7992fe1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager.meta new file mode 100644 index 000000000..399a10c8a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ace4d6984ecd1954c90ac2117e030620 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark.meta new file mode 100644 index 000000000..275aeac7c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 10755739ef889154a863bc1f383a43d5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Add-Available.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Add-Available.png.meta new file mode 100644 index 000000000..0eb382102 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Add-Available.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6ef54e98b357099489ec9113e3c4d9bf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Add-Available@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Add-Available@2x.png.meta new file mode 100644 index 000000000..40e95ad77 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Add-Available@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f05cef937984f204ebf73966a39a6267 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Download-Available.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Download-Available.png.meta new file mode 100644 index 000000000..6e6360956 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Download-Available.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d66d189966a09044fba567cb7fb9ed7b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Download-Available@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Download-Available@2x.png.meta new file mode 100644 index 000000000..503a98b54 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Download-Available@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 03bdbea8a276b8a418628c8a3ffcde5d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Error.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Error.png.meta new file mode 100644 index 000000000..1c62c2ae0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Error.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6b7b27116e13b6a4cb0e9156c5c11d12 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Error@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Error@2x.png.meta new file mode 100644 index 000000000..68c3e89b4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Error@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bee7afe623d46fb42b4bbaf5ae9b57ee +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Import-Available.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Import-Available.png.meta new file mode 100644 index 000000000..c22fe839e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Import-Available.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: af2b9f50a69dd5241a3ac90a21a2758a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Import-Available@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Import-Available@2x.png.meta new file mode 100644 index 000000000..00102a944 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Import-Available@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7f4c23ba9bf76014aa4aa91325682835 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/In-Development.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/In-Development.png.meta new file mode 100644 index 000000000..770a3a89a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/In-Development.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 77232dc3d54ed6d42af8cf9024469e9d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/In-Development@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/In-Development@2x.png.meta new file mode 100644 index 000000000..26ff63510 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/In-Development@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4e8484f4788a8cf4ab25b19ffda0a5ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Installed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Installed.png.meta new file mode 100644 index 000000000..30a19988a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Installed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a5d5c525e55a506479254b57d9954df1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Installed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Installed@2x.png.meta new file mode 100644 index 000000000..020cdaa02 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Installed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 91918d515d65ee149b367301ea7b07f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Loading.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Loading.png.meta new file mode 100644 index 000000000..936a95cd7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Loading.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 58edae9790e2ad94e9bd1d9651d68c1f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Loading@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Loading@2x.png.meta new file mode 100644 index 000000000..86140995f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Loading@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6d406e41405756d4ab73e8b4dc0f059c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Refresh.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Refresh.png.meta new file mode 100644 index 000000000..79f4f30f0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Refresh.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 388a1d69ed1f690459304f7623503472 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Refresh@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Refresh@2x.png.meta new file mode 100644 index 000000000..5133e0df9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Refresh@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aaf4dbaa2d546f6409f5f036a163c27b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Update-Available.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Update-Available.png.meta new file mode 100644 index 000000000..3172d5dc8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Update-Available.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3072fe12bcddd6e4eb89de0339ffd2c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Update-Available@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Update-Available@2x.png.meta new file mode 100644 index 000000000..e0e6c9d21 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Update-Available@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 15cf553c9bdbe2c4d93645c8e33d1c88 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Warning.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Warning.png.meta new file mode 100644 index 000000000..c1c5c9e35 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Warning.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e5d6a13495c2b6c41a0c365f4d803918 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Warning@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Warning@2x.png.meta new file mode 100644 index 000000000..24fe72c1c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/dark/Warning@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 65fa162aeee3f374c95aa1b46b5620ae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light.meta new file mode 100644 index 000000000..b7b089973 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f4c934d753cbc74abcd461f6a879c6c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Add-Available.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Add-Available.png.meta new file mode 100644 index 000000000..08c5cd2bf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Add-Available.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e97207c30ec62f949906db61bc822609 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Add-Available@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Add-Available@2x.png.meta new file mode 100644 index 000000000..91fc0b979 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Add-Available@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3f9eccaca95670f4686cc4ed05ae2e7e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Download-Available.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Download-Available.png.meta new file mode 100644 index 000000000..42e76c0df --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Download-Available.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 12e40db99c3e90442a16ce7df1b18465 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Download-Available@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Download-Available@2x.png.meta new file mode 100644 index 000000000..10f101fa9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Download-Available@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 45e0778dd2dd0644d9b28657dabbb861 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Error.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Error.png.meta new file mode 100644 index 000000000..ab2355004 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Error.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f94cd3a05884484e9cba96160c67851 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Error@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Error@2x.png.meta new file mode 100644 index 000000000..1862d7b2a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Error@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f17c9d2348dcc654ca5fa5884d0598a3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Import-Available.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Import-Available.png.meta new file mode 100644 index 000000000..b39a9fcec --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Import-Available.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 24b9ecf4b6718fc4da0423cd0d5a5444 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Import-Available@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Import-Available@2x.png.meta new file mode 100644 index 000000000..d6a225482 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Import-Available@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 95a1264466f3c1449a9f1bd9b87e6aa9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/In-Development.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/In-Development.png.meta new file mode 100644 index 000000000..126072883 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/In-Development.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a5462fb6dc9117f4184d18c613882195 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/In-Development@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/In-Development@2x.png.meta new file mode 100644 index 000000000..f53971b0b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/In-Development@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 22bfccae1d3e00b4fb0d21eee203736d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Installed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Installed.png.meta new file mode 100644 index 000000000..78c67e59c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Installed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cc77e903e1479f04dbe574f7d8782eec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Installed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Installed@2x.png.meta new file mode 100644 index 000000000..ec6c8a24e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Installed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1ba6b77b381c25e4483652084dbe0950 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Loading.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Loading.png.meta new file mode 100644 index 000000000..0ad8d42e8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Loading.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ccd64e617f43494fba70c9a64e5353d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Loading@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Loading@2x.png.meta new file mode 100644 index 000000000..874dcec06 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Loading@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2b17d7ec202d39c4aba7485a26945b86 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Refresh.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Refresh.png.meta new file mode 100644 index 000000000..348d06a59 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Refresh.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 04f09d8d2494d1941bcff4b49975e9eb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Refresh@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Refresh@2x.png.meta new file mode 100644 index 000000000..a24113cb6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Refresh@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5157f0820f7ddba4892bf6bd673de899 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Update-Available.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Update-Available.png.meta new file mode 100644 index 000000000..a0b60a972 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Update-Available.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8538f2a7344fbc34db94852fc77d47e3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Update-Available@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Update-Available@2x.png.meta new file mode 100644 index 000000000..58c75ef95 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Update-Available@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bc4eba28c1b8e74409608915d6af7351 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Warning.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Warning.png.meta new file mode 100644 index 000000000..b9ed1018c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Warning.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3578c6d3746d045479184ae8009b904d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Warning@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Warning@2x.png.meta new file mode 100644 index 000000000..85452e697 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/packagemanager/light/Warning@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a0fe9e9bc58609447b0e1929ad76b1d1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/playLoopOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/playLoopOff.png.meta new file mode 100644 index 000000000..f5192e281 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/playLoopOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1a2be5628f392af4186fe87b14b68e50 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/playLoopOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/playLoopOn.png.meta new file mode 100644 index 000000000..a4e2d4c95 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/playLoopOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 71d754a6540a95c41bdc7fbd8525358b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/playSpeed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/playSpeed.png.meta new file mode 100644 index 000000000..f52851a52 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/playSpeed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 01c8715e354f3314a80b1d0d487f7ce9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOff.png.meta new file mode 100644 index 000000000..b93b3b42d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b0df1281e5c909041b6cf808b0b47146 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOff@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOff@2x.png.meta new file mode 100644 index 000000000..d63e245ea --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOff@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8e40284890499bb4394bd3c381a12ceb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOn.png.meta new file mode 100644 index 000000000..27d0a1c24 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioAutoPlayOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2b4296317d1f058418bd6de988bb8e3e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOff.png.meta new file mode 100644 index 000000000..3014d6f83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4e720a3df29b0984a913cc3af1521a34 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOff@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOff@2x.png.meta new file mode 100644 index 000000000..6a36c34ba --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOff@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 77eb935d005afe74dae17526ff520b39 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOn.png.meta new file mode 100644 index 000000000..0a6e4f6e8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioLoopOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a6eb64a3f28c094cb8b4efffc92eec4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/preAudioPlayOff.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioPlayOff.png.meta new file mode 100644 index 000000000..79c7cbdef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioPlayOff.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cf1d3375ea81cdd47ace169766fcc6cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/preAudioPlayOn.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioPlayOn.png.meta new file mode 100644 index 000000000..89970090e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/preAudioPlayOn.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1526b91e55a0cc641b9ac0078f8171f8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed.meta new file mode 100644 index 000000000..cc7002a2a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a0862c505c2c332479100160f25c7fab +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/AreaLight Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AreaLight Gizmo.png.meta new file mode 100644 index 000000000..3c641455d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AreaLight Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 61f348842d28ed04eb26eac2c849f693 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/AreaLight Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AreaLight Icon.png.meta new file mode 100644 index 000000000..695adb185 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AreaLight Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8994a3420aaebc848bc5436d10655a73 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Assembly Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Assembly Icon.png.meta new file mode 100644 index 000000000..3df34c178 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Assembly Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6fd105ae88837db41857232ab4fa7011 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/AssetStore Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AssetStore Icon.png.meta new file mode 100644 index 000000000..f57935770 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AssetStore Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f3950078fb3a22445818757892fa1f9d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/AudioMixerView Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AudioMixerView Icon.png.meta new file mode 100644 index 000000000..ed7a8cd4b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AudioMixerView Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a1d241c688022764ba5f337fe7400799 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/AudioSource Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AudioSource Gizmo.png.meta new file mode 100644 index 000000000..f3939f2ae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/AudioSource Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 593868a54a1dc144da329d1a8794af14 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CGProgram Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CGProgram Icon.png.meta new file mode 100644 index 000000000..f47ba0add --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CGProgram Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1167be74d7d549c4ea4c2377bf388e5c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Camera Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Camera Gizmo.png.meta new file mode 100644 index 000000000..995f42360 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Camera Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9ab2815d44c01374d9d5f9a20d995153 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/ChorusFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ChorusFilter Icon.png.meta new file mode 100644 index 000000000..3a4270ede --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ChorusFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f21e70c6efdd8d478cf4ac1497505f9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChanges Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChanges Icon.png.meta new file mode 100644 index 000000000..0fc4e7336 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChanges Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 22b5c19d6ac01434e881dd5fd6cdd5ee +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChangesConflict Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChangesConflict Icon.png.meta new file mode 100644 index 000000000..99d71c1a3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChangesConflict Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 96dcda1b880a7c94d99b5f55df84f732 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChangesDeleted Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChangesDeleted Icon.png.meta new file mode 100644 index 000000000..869f02385 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabChangesDeleted Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0d7377b5c7b427a4e87c1664bd9d5fad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabConflict Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabConflict Icon.png.meta new file mode 100644 index 000000000..0e258db5f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabConflict Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ecd6084f0d645744e89b4bd05e341b15 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabCreate Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabCreate Icon.png.meta new file mode 100644 index 000000000..185ab5c6d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabCreate Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ff3e01f12a0746e4ca504802cf6852b6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabDeleted Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabDeleted Icon.png.meta new file mode 100644 index 000000000..6a6094e05 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabDeleted Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 380680c5cdeeea648a6e96d5283b3646 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabEdit Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabEdit Icon.png.meta new file mode 100644 index 000000000..cc052cd78 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabEdit Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 27fb84cabe74d4a43846e94a5cb592bf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabExclude Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabExclude Icon.png.meta new file mode 100644 index 000000000..aa9a0fb85 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabExclude Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5d013cc1ec2af4142b3fa7d230167964 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabMoved Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabMoved Icon.png.meta new file mode 100644 index 000000000..6b5161367 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/CollabMoved Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 392e560f126a37648a2160fafecf1c75 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/DefaultSlate Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/DefaultSlate Icon.png.meta new file mode 100644 index 000000000..5ceb73b78 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/DefaultSlate Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 356c102abf9c94d4f8893f839de17db8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/DirectionalLight Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/DirectionalLight Gizmo.png.meta new file mode 100644 index 000000000..298e56abf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/DirectionalLight Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c305d5e00fc6bd149bdca2258b09217d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/DirectionalLight Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/DirectionalLight Icon.png.meta new file mode 100644 index 000000000..de9284c82 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/DirectionalLight Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a75fc922841c23a44b4f5b3485fea6dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/DiscLight Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/DiscLight Icon.png.meta new file mode 100644 index 000000000..51e10a4e0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/DiscLight Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 908f3af4171045949bdf4ace6997260c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/EchoFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/EchoFilter Icon.png.meta new file mode 100644 index 000000000..827781f58 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/EchoFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a0a2e1ff368283149be7a82d2f2f1cc2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Favorite Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Favorite Icon.png.meta new file mode 100644 index 000000000..88f2708cc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Favorite Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f7a5a2f3a0fee8e4393b099e2f24feb2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Favorite On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Favorite On Icon.png.meta new file mode 100644 index 000000000..2f732707f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Favorite On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 940e42b8cb25be9449256b4c68cb664a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Folder Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Folder Icon.png.meta new file mode 100644 index 000000000..ed12f55e2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Folder Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ca37fc763b4c96a48be559b0744cc1e1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Folder On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Folder On Icon.png.meta new file mode 100644 index 000000000..d58f985c7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Folder On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2af807bbea83bdc439f9e9c0063eed76 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderEmpty Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderEmpty Icon.png.meta new file mode 100644 index 000000000..79af5f862 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderEmpty Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3c2eceed72cfee444979b7e630ece62d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderEmpty On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderEmpty On Icon.png.meta new file mode 100644 index 000000000..96c04165d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderEmpty On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0d3cba6ef9ed6a34ebf7c6d7c345cd68 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderFavorite Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderFavorite Icon.png.meta new file mode 100644 index 000000000..ec64c3897 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderFavorite Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b8b0365c2b1b934e968563ce0a40716 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderFavorite On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderFavorite On Icon.png.meta new file mode 100644 index 000000000..4ddb1a4bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderFavorite On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 782967c389be73d4b9af37b515f0a105 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderOpened Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderOpened Icon.png.meta new file mode 100644 index 000000000..1bebaded6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderOpened Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f02bf5d29478ce54788657ae0dad0128 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderOpened On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderOpened On Icon.png.meta new file mode 100644 index 000000000..a1124ec23 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/FolderOpened On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4118c9111c16ce749a2016055f8ab82c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/GameManager Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/GameManager Icon.png.meta new file mode 100644 index 000000000..299509d00 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/GameManager Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c3447b2ebe5f2b648a37c0023e9a5c88 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/GridBrush Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/GridBrush Icon.png.meta new file mode 100644 index 000000000..6cb9e5a83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/GridBrush Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a757109c01d4e9649aea81aab58d196c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/HighPassFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/HighPassFilter Icon.png.meta new file mode 100644 index 000000000..fce8aa866 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/HighPassFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae46a4a0365ee7d4fa10e71e6806a393 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/HorizontalLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/HorizontalLayoutGroup Icon.png.meta new file mode 100644 index 000000000..cf82ed7bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/HorizontalLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3818b5e353d271b4998e0bf202635b76 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Js Script Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Js Script Icon.png.meta new file mode 100644 index 000000000..c04f65706 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Js Script Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f1fe110511c29d241bbcad4b7ffd4bd8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/LensFlare Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LensFlare Gizmo.png.meta new file mode 100644 index 000000000..0ae150f33 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LensFlare Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3e3b776301e4c124abfe4b0315c0fddc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightProbeGroup Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightProbeGroup Gizmo.png.meta new file mode 100644 index 000000000..97612d818 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightProbeGroup Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7b6bcda93ba5e2a4a847c12a415b4fe2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightProbeProxyVolume Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightProbeProxyVolume Gizmo.png.meta new file mode 100644 index 000000000..64a8a2f91 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightProbeProxyVolume Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c9eb4d5789c9c334eafd9f1ba969dfae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightingDataAssetParent Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightingDataAssetParent Icon.png.meta new file mode 100644 index 000000000..b64bb9d65 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LightingDataAssetParent Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cd22a10222f361f4081a0f901dfa0ed2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/LowPassFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LowPassFilter Icon.png.meta new file mode 100644 index 000000000..8f32c003c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/LowPassFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b6ef589166de4249a8793ef74ee5d3e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Main Light Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Main Light Gizmo.png.meta new file mode 100644 index 000000000..25a050abb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Main Light Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 60ed32ac6b529714a9a6d4c4efdc7f98 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/MetaFile Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/MetaFile Icon.png.meta new file mode 100644 index 000000000..5db3886c9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/MetaFile Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1a2031eb65b202841808b28187a48b8e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Microphone Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Microphone Icon.png.meta new file mode 100644 index 000000000..ef43f58e4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Microphone Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d4965833881ccd04ebba78063af6f7cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/MuscleClip Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/MuscleClip Icon.png.meta new file mode 100644 index 000000000..ee918bf29 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/MuscleClip Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 516718f50f444194ba1ff922b7832995 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/ParticleSystem Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ParticleSystem Gizmo.png.meta new file mode 100644 index 000000000..76ffd263e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ParticleSystem Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f3903988f07b90644ba99483e0173428 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/ParticleSystemForceField Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ParticleSystemForceField Gizmo.png.meta new file mode 100644 index 000000000..de2bf1e12 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ParticleSystemForceField Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9e3f4478c65cad84890fb11a7994a699 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/PointLight Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PointLight Gizmo.png.meta new file mode 100644 index 000000000..fed7832e4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PointLight Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8b61f36dbf690e7409237dd0e93e46f3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Prefab Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Prefab Icon.png.meta new file mode 100644 index 000000000..c02eddeca --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Prefab Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7b970b0ccf0e9a74aa1baba854ba5ef6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Prefab On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Prefab On Icon.png.meta new file mode 100644 index 000000000..243033c39 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Prefab On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae952bceee4248a439aa54c1914d833a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabModel Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabModel Icon.png.meta new file mode 100644 index 000000000..24a54222d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabModel Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b0f22e2c0a580624d8e8fe8e77bd8c9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabModel On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabModel On Icon.png.meta new file mode 100644 index 000000000..fc45ed130 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabModel On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc71d5f55fb4eda42b9f096aa8cc7258 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayAdded Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayAdded Icon.png.meta new file mode 100644 index 000000000..a2b2626fa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayAdded Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 429effa6e0730594e88fef483cc86a90 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayModified Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayModified Icon.png.meta new file mode 100644 index 000000000..1b5bcdda3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayModified Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1b318077dc570c048ad90d8eeff960d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayRemoved Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayRemoved Icon.png.meta new file mode 100644 index 000000000..c38e043db --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabOverlayRemoved Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7e957f904694f964b80dadd77ae72903 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabVariant Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabVariant Icon.png.meta new file mode 100644 index 000000000..465439362 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabVariant Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cb9cec93c20bc7c42944e73f00dbd8c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabVariant On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabVariant On Icon.png.meta new file mode 100644 index 000000000..abc18ca69 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/PrefabVariant On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ccd971507810d4445946865bd811fb41 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Projector Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Projector Gizmo.png.meta new file mode 100644 index 000000000..f5b600174 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Projector Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 89dcee731961d114f8b10258278abcbf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/RaycastCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/RaycastCollider Icon.png.meta new file mode 100644 index 000000000..041921001 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/RaycastCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0389c75459e327741b882a473f7edc5a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/ReflectionProbe Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ReflectionProbe Gizmo.png.meta new file mode 100644 index 000000000..98c0ef9ba --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ReflectionProbe Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d57126dc605f905488de934a7f288af3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/ReverbFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ReverbFilter Icon.png.meta new file mode 100644 index 000000000..d51cd1a97 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/ReverbFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c0e7d9c7d5264ef4b9ef45f2f49f4112 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/SceneSet Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SceneSet Icon.png.meta new file mode 100644 index 000000000..05e06421c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SceneSet Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d1ea966e9ef279f47a5b3b2719b44637 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Search Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Search Icon.png.meta new file mode 100644 index 000000000..37cc638c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Search Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8fea2d4f61f6f9b428b099a6e8eac031 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Search On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Search On Icon.png.meta new file mode 100644 index 000000000..29ac6c4d3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Search On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1e01fd1ed21326449bf4608d3a8e3c34 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/SoftlockProjectBrowser Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SoftlockProjectBrowser Icon.png.meta new file mode 100644 index 000000000..ac660ef94 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SoftlockProjectBrowser Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6c30e73b1b6e2fc41a25b076e5bdcf6b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpeedTreeModel Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpeedTreeModel Icon.png.meta new file mode 100644 index 000000000..6988e6121 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpeedTreeModel Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 49fb906116ff2c74cbfa9279563b827c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpotLight Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpotLight Gizmo.png.meta new file mode 100644 index 000000000..1381059b3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpotLight Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 68d35a07380bb86489e3a0a02f37012f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/Spotlight Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Spotlight Icon.png.meta new file mode 100644 index 000000000..07038ef29 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/Spotlight Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 19276530988f6134db9642f238cae74c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpriteCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpriteCollider Icon.png.meta new file mode 100644 index 000000000..809c4cf23 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/SpriteCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 14cfa62445a20404380d8213d35046c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/UssScript Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/UssScript Icon.png.meta new file mode 100644 index 000000000..684f94e29 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/UssScript Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d2e3bf6894af1a541a2aa4af9c0095ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/UxmlScript Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/UxmlScript Icon.png.meta new file mode 100644 index 000000000..0b9dfb499 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/UxmlScript Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 63214746e10528b4083b4f31e1cbb7a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/VerticalLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/VerticalLayoutGroup Icon.png.meta new file mode 100644 index 000000000..78cba553e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/VerticalLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 15800d34ca86dcb46ae793a99f6854ca +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/VideoEffect Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/VideoEffect Icon.png.meta new file mode 100644 index 000000000..c88610722 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/VideoEffect Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: de74ac5038a831b4fa0efaf4e7a5a3a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/VisualEffect Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/VisualEffect Gizmo.png.meta new file mode 100644 index 000000000..346a3bf3b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/VisualEffect Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d5b089d9466054146a329cc267139965 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/VisualEffectAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/VisualEffectAsset Icon.png.meta new file mode 100644 index 000000000..bd132cee1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/VisualEffectAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4ec050be9716b584bb77c1bdbb23ea2e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/WindZone Gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/WindZone Gizmo.png.meta new file mode 100644 index 000000000..9970d59bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/WindZone Gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bf235249c9160f04f997a520a0bdafbc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/boo Script Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/boo Script Icon.png.meta new file mode 100644 index 000000000..ee392e377 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/boo Script Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae7b93c4630be934f8a8524a677dc441 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/cs Script Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/cs Script Icon.png.meta new file mode 100644 index 000000000..d97362d74 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/cs Script Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2ded55bf792b59a4b9109c68549fe324 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AreaLight Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AreaLight Icon.png.meta new file mode 100644 index 000000000..9e639ceff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AreaLight Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9b7885987f4df14fb38d4d7903f5a92 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Assembly Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Assembly Icon.png.meta new file mode 100644 index 000000000..c05bfc122 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Assembly Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4bf4ea6ad1ac5b449af885eb7bf1b51f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AssetStore Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AssetStore Icon.png.meta new file mode 100644 index 000000000..bf38100f4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AssetStore Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 422b1dc43fe45a44cbf4f3ba5461f79e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AudioMixerView Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AudioMixerView Icon.png.meta new file mode 100644 index 000000000..8a94c9445 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_AudioMixerView Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9b5635e026a69d54094b18906cb8d312 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CGProgram Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CGProgram Icon.png.meta new file mode 100644 index 000000000..76bb8529f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CGProgram Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cf2475c2a240b1e429cfa7afb94bf52f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChanges Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChanges Icon.png.meta new file mode 100644 index 000000000..8ae1c8478 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChanges Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7011b201ccfbeb74d9b78a723725ea91 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChangesConflict Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChangesConflict Icon.png.meta new file mode 100644 index 000000000..0a69dedd8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChangesConflict Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7fc8c9b4a7ca4714489161212f895cbe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChangesDeleted Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChangesDeleted Icon.png.meta new file mode 100644 index 000000000..91dd23e1f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabChangesDeleted Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc8d7d63af45a0945b351ba1df4d5426 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabConflict Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabConflict Icon.png.meta new file mode 100644 index 000000000..e274c378e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabConflict Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b281c3ea13f2bf54d9f7e93d6ea9fb7f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabCreate Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabCreate Icon.png.meta new file mode 100644 index 000000000..77303db1d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabCreate Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eab1ad6d3e7f5734b8b36ae078f2be0e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabDeleted Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabDeleted Icon.png.meta new file mode 100644 index 000000000..7b5d04475 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabDeleted Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3d5a8f56a65dee345bff1771dfa88a20 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabEdit Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabEdit Icon.png.meta new file mode 100644 index 000000000..a46288f50 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabEdit Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e13608ebe90e5374286b10ccc57bbb2c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabExclude Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabExclude Icon.png.meta new file mode 100644 index 000000000..1ac58f3c5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabExclude Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 71a05739eb07940409c1789027a83c8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabMoved Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabMoved Icon.png.meta new file mode 100644 index 000000000..571edb718 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_CollabMoved Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81cb17f578fefb943a1abff126a821d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_DirectionalLight Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_DirectionalLight Icon.png.meta new file mode 100644 index 000000000..b67866c4b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_DirectionalLight Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 585b05936498bdf43a7f21bf75d5abc0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Favorite Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Favorite Icon.png.meta new file mode 100644 index 000000000..fd7cc3d19 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Favorite Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: addf9acd0da06284ebd91453b42195b5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Favorite On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Favorite On Icon.png.meta new file mode 100644 index 000000000..bd19dd5b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Favorite On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: df7bf5a94e3d2db4081fbc3f40e3d314 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Folder Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Folder Icon.png.meta new file mode 100644 index 000000000..b666cf4e9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Folder Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8ef3bda9fa444fa49a80e18f9a5debc8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderEmpty Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderEmpty Icon.png.meta new file mode 100644 index 000000000..06550bcfd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderEmpty Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 60758d6b136b22b458c673d62ded7442 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderEmpty On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderEmpty On Icon.png.meta new file mode 100644 index 000000000..7d8728b73 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderEmpty On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e3ca05808d9c32441a37cea171512ffb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderFavorite Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderFavorite Icon.png.meta new file mode 100644 index 000000000..29796b91d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderFavorite Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 99c667ebc35191b40ade406417f92b99 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderFavorite On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderFavorite On Icon.png.meta new file mode 100644 index 000000000..8562db94c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderFavorite On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 87a8ccbbbeef2ae4ea08fbe98d436e51 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderOpened Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderOpened Icon.png.meta new file mode 100644 index 000000000..34f23d19c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_FolderOpened Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9d35c29dc0b9ed74184ef94124b54ad3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_GridLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_GridLayoutGroup Icon.png.meta new file mode 100644 index 000000000..bb6d9f3ce --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_GridLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 57659a3a82268004e8d09a93d281d7f3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_HorizontalLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_HorizontalLayoutGroup Icon.png.meta new file mode 100644 index 000000000..d4efb79b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_HorizontalLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b3f759541d73bd149a79febc9f4eb07b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Js Script Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Js Script Icon.png.meta new file mode 100644 index 000000000..01a5c8f32 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Js Script Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7ea63c74c89e0c34cabfb4847f504279 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_LightingDataAssetParent Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_LightingDataAssetParent Icon.png.meta new file mode 100644 index 000000000..104667e01 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_LightingDataAssetParent Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 72826ff9bf75ae7448aedf30dd73dc2f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Microphone Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Microphone Icon.png.meta new file mode 100644 index 000000000..ddf7983a8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Microphone Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2a01278a2c7e5794db26d57408f138a0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Prefab Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Prefab Icon.png.meta new file mode 100644 index 000000000..3a1045414 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Prefab Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4bf02adfc0d27c542bc29a373f850f5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Prefab On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Prefab On Icon.png.meta new file mode 100644 index 000000000..aed203130 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Prefab On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 598a4a4171daa444aa11520364c5636a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabModel Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabModel Icon.png.meta new file mode 100644 index 000000000..341f380ad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabModel Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 043ac8018892d85428d991eceaa4a087 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabModel On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabModel On Icon.png.meta new file mode 100644 index 000000000..14849e2cf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabModel On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4a1873e0641c0434fa96d69c2fc598a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabVariant Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabVariant Icon.png.meta new file mode 100644 index 000000000..bb3cec05e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabVariant Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bd503443ac6262940a3a972d4c6fdb38 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabVariant On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabVariant On Icon.png.meta new file mode 100644 index 000000000..6aa517fe0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_PrefabVariant On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0979cf603b52139458c2700f2539105e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_RaycastCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_RaycastCollider Icon.png.meta new file mode 100644 index 000000000..e5f2af327 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_RaycastCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8bde2932f056f484298343bb28ec6172 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Search Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Search Icon.png.meta new file mode 100644 index 000000000..2542c344d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Search Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 20ea709f292633a4ab6e7c3366939db3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Spotlight Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Spotlight Icon.png.meta new file mode 100644 index 000000000..a3e315c7d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_Spotlight Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d53208f59c4981f4d9787f6f5c891f1e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_VerticalLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_VerticalLayoutGroup Icon.png.meta new file mode 100644 index 000000000..3990c959f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_VerticalLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55881c2efd5d6bd4793c8be5c5906250 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_boo Script Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_boo Script Icon.png.meta new file mode 100644 index 000000000..ac1dd0e9c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_boo Script Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 15cd11bf837ea584b817f0cc0bf81ba0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_cs Script Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_cs Script Icon.png.meta new file mode 100644 index 000000000..1281acbb1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/d_cs Script Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: af5f5f9b03e10704d8410f38b56a57a5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/dll Script Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/dll Script Icon.png.meta new file mode 100644 index 000000000..32bbb482a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/dll Script Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0211fc2563b92f64585a5512e3ca0296 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot0_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot0_pix16_gizmo.png.meta new file mode 100644 index 000000000..662125078 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot0_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0d8ca5c509a8c0e46895cb646cdc6f04 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot10_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot10_pix16_gizmo.png.meta new file mode 100644 index 000000000..d7d515063 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot10_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 335bb5219fd87c3408a0e204eac15c6c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot11_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot11_pix16_gizmo.png.meta new file mode 100644 index 000000000..91aebbb08 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot11_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4ca5022d2ebe7724a8b02ab1ceb35594 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot12_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot12_pix16_gizmo.png.meta new file mode 100644 index 000000000..92b709aaf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot12_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: be8442587a3d92844b586dcd724f2fd1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot13_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot13_pix16_gizmo.png.meta new file mode 100644 index 000000000..7f38c611b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot13_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 46ed0987cefe88743969c88c783bb583 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot14_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot14_pix16_gizmo.png.meta new file mode 100644 index 000000000..ef39e55fe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot14_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 52b35e89793151347bf814f9880f1e10 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot15_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot15_pix16_gizmo.png.meta new file mode 100644 index 000000000..7c81215ba --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot15_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c0baa03e7b45729478a878dacbcca94f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot1_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot1_pix16_gizmo.png.meta new file mode 100644 index 000000000..bf83cd0dd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot1_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 75dbef302c339424297bbb11aa38d2e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot2_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot2_pix16_gizmo.png.meta new file mode 100644 index 000000000..2526419c5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot2_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0360fc4079ccef24d9845e9432277b68 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot3_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot3_pix16_gizmo.png.meta new file mode 100644 index 000000000..e522fa489 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot3_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 93d3aca95cad6f849b862aa685969fb8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot4_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot4_pix16_gizmo.png.meta new file mode 100644 index 000000000..087bbe9f6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot4_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9ff371e6d7270ea42b3e4cb8b48afe15 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot5_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot5_pix16_gizmo.png.meta new file mode 100644 index 000000000..ac3821e9c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot5_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cc727194367647e4e82fb08cf2c4f053 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot6_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot6_pix16_gizmo.png.meta new file mode 100644 index 000000000..2344d5e13 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot6_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8732cdfed0b566f469dc3cb4eb0b9cc9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot7_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot7_pix16_gizmo.png.meta new file mode 100644 index 000000000..836908462 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot7_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6b49e638b181d384886aa0bc662e3504 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot8_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot8_pix16_gizmo.png.meta new file mode 100644 index 000000000..7ff1de99e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot8_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: daf482e222c0369458fe79ec31a7ee18 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot9_pix16_gizmo.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot9_pix16_gizmo.png.meta new file mode 100644 index 000000000..3af7d4b02 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/sv_icon_dot9_pix16_gizmo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55b91a598f0c9794889a270aadcf8f56 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor.meta new file mode 100644 index 000000000..67ec8cd5f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2825d81af9d5af84c8dac7a83438f8b9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/AnimationWindowEvent Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/AnimationWindowEvent Icon.png.meta new file mode 100644 index 000000000..7029415bf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/AnimationWindowEvent Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8a49c4c611ca8bc45ab4add3a8241a29 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/AudioImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/AudioImporter Icon.png.meta new file mode 100644 index 000000000..98dc03744 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/AudioImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 835e874f0c6c63e4095cc55ca78cd7f4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/DefaultAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/DefaultAsset Icon.png.meta new file mode 100644 index 000000000..f06dbb0cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/DefaultAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: effca016217fecb4ba70d32ece54c775 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/EditorSettings Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/EditorSettings Icon.png.meta new file mode 100644 index 000000000..2c76afdc7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/EditorSettings Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1709eeda1cbba814b9b80724dbc65181 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/HumanTemplate Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/HumanTemplate Icon.png.meta new file mode 100644 index 000000000..3cf51117e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/HumanTemplate Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ac6fc6d3b48a8934486ddc53d38cd7fb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/IHVImageFormatImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/IHVImageFormatImporter Icon.png.meta new file mode 100644 index 000000000..927af8fc3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/IHVImageFormatImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6f94dc78387ea7b49a836a39cfe11f73 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightingDataAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightingDataAsset Icon.png.meta new file mode 100644 index 000000000..9d261a998 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightingDataAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3075fee1596979e488fdda19c12a4eeb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightmapParameters Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightmapParameters Icon.png.meta new file mode 100644 index 000000000..c98cb073e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightmapParameters Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f9da46d1b2370254dbb8661e31545d1b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightmapParameters On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightmapParameters On Icon.png.meta new file mode 100644 index 000000000..c3b6b5f42 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/LightmapParameters On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2b3b47606d6f888459585b625151b201 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/ModelImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/ModelImporter Icon.png.meta new file mode 100644 index 000000000..5ea72a003 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/ModelImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4865096e7aa36ba4aa190811d8bc1ca1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SceneAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SceneAsset Icon.png.meta new file mode 100644 index 000000000..f2031fec8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SceneAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: edb9d7c1a417361498ab6ad44062229a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SceneAsset On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SceneAsset On Icon.png.meta new file mode 100644 index 000000000..cf75447bc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SceneAsset On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 39e45370c8b44b047a0dd1ca80205376 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/ShaderImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/ShaderImporter Icon.png.meta new file mode 100644 index 000000000..a2a04bcc8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/ShaderImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 77e96db777d8ecd40ab9ccc62e786d26 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SpeedTreeImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SpeedTreeImporter Icon.png.meta new file mode 100644 index 000000000..57c81a7e5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SpeedTreeImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f2c833c4cfc3b88409bd8626f511c1e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SubstanceArchive Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SubstanceArchive Icon.png.meta new file mode 100644 index 000000000..a8729e84a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/SubstanceArchive Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e72a190660cad3047a63d3c2479a9b0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TextScriptImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TextScriptImporter Icon.png.meta new file mode 100644 index 000000000..48ba607af --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TextScriptImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 424c51eb5562e1946954a85b56758c03 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TextureImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TextureImporter Icon.png.meta new file mode 100644 index 000000000..08e0bc466 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TextureImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2c543574a80d2b841ae3fa120038b711 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TrueTypeFontImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TrueTypeFontImporter Icon.png.meta new file mode 100644 index 000000000..e86d93a83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/TrueTypeFontImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f4909207835aad948b4646adce045235 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/VideoClipImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/VideoClipImporter Icon.png.meta new file mode 100644 index 000000000..b00ae410e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/VideoClipImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e2578eff9bd9e1043bbb8284c70b5c3f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations.meta new file mode 100644 index 000000000..e88fa3407 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 86bde891d7a68d2408758885b5c96b09 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorController Icon.png.meta new file mode 100644 index 000000000..425a95ecb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 85aa13181d5e6eb4a8da8c8e71a80ad6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorController On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorController On Icon.png.meta new file mode 100644 index 000000000..c0b0f9696 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorController On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eff851ab30a91fc4abd19cad7eed248c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorState Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorState Icon.png.meta new file mode 100644 index 000000000..8a729406f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorState Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 726803bff796a5a448fefbd2d28f35fd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorStateMachine Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorStateMachine Icon.png.meta new file mode 100644 index 000000000..a56ae3645 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorStateMachine Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 245a1816d84ad154e98bbc2ade9e2c20 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorStateTransition Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorStateTransition Icon.png.meta new file mode 100644 index 000000000..e71222e16 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/AnimatorStateTransition Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e5c11282e0cd06f4b8b8757e9a358e4b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/BlendTree Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/BlendTree Icon.png.meta new file mode 100644 index 000000000..ff735b25a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/BlendTree Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 164db4371d0ef044b8a2f78312cdc976 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorController Icon.png.meta new file mode 100644 index 000000000..713f8587b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bb33e15f8a663bf4c8d9d116c06a60b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorController On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorController On Icon.png.meta new file mode 100644 index 000000000..5fa1e95be --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorController On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 87bd9ab66526c2246b848e206f37ab74 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorState Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorState Icon.png.meta new file mode 100644 index 000000000..a5c408efa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorState Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 43e19ee632f71a549bcab43983d4e933 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorStateMachine Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorStateMachine Icon.png.meta new file mode 100644 index 000000000..d1b8c62b0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorStateMachine Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 371b343c7fe7b034b9df8cdc148b32ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorStateTransition Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorStateTransition Icon.png.meta new file mode 100644 index 000000000..19319aef6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_AnimatorStateTransition Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 919723917c88f3c428c5ceb194930ec7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_BlendTree Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_BlendTree Icon.png.meta new file mode 100644 index 000000000..9903098c0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/animations/d_BlendTree Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: caef577efa8554747a19d8850e9427f3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio.meta new file mode 100644 index 000000000..25296da83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 685501548b9633f49b05152659791345 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/AudioMixerController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/AudioMixerController Icon.png.meta new file mode 100644 index 000000000..d8b60f446 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/AudioMixerController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d2f7bab88c29ede45b38ffb8faa7bffa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/AudioMixerController On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/AudioMixerController On Icon.png.meta new file mode 100644 index 000000000..52214d59a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/AudioMixerController On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e49f144290e9b2146aace0ab7e8c71e8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/d_AudioMixerController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/d_AudioMixerController Icon.png.meta new file mode 100644 index 000000000..5d45a097f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/d_AudioMixerController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4bbe8ce3f39d94a4eaf2d48ed9970821 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/d_AudioMixerController On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/d_AudioMixerController On Icon.png.meta new file mode 100644 index 000000000..45c207429 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/audio/d_AudioMixerController On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 505f17748c12e7447bf1c9a377ac9b44 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_AudioImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_AudioImporter Icon.png.meta new file mode 100644 index 000000000..5125a954f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_AudioImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7c5570c2b04854e49a4bc29f83bc4045 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_DefaultAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_DefaultAsset Icon.png.meta new file mode 100644 index 000000000..1d01c5c27 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_DefaultAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2e86bb874a514c8418e8e14e2b1e979a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_IHVImageFormatImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_IHVImageFormatImporter Icon.png.meta new file mode 100644 index 000000000..e08931e5a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_IHVImageFormatImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ec41da6ace587404486ec4c7bab41a9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightingDataAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightingDataAsset Icon.png.meta new file mode 100644 index 000000000..b58fd2d9d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightingDataAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: acd3420acdcf6ee4189fbef9623adbde +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightmapParameters Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightmapParameters Icon.png.meta new file mode 100644 index 000000000..fafceb28e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightmapParameters Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a31effe81fbb9714e8f2241aa1f45528 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightmapParameters On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightmapParameters On Icon.png.meta new file mode 100644 index 000000000..cab5eeea6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_LightmapParameters On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9b138ddf993ccc742b7820d58a60d91d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_ModelImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_ModelImporter Icon.png.meta new file mode 100644 index 000000000..4430c671b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_ModelImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d4337a3497ae9d344ac56551381e1887 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_SceneAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_SceneAsset Icon.png.meta new file mode 100644 index 000000000..7ec6833e2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_SceneAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e087a869a32052541b0c8ceab2f27259 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_ShaderImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_ShaderImporter Icon.png.meta new file mode 100644 index 000000000..95a23ddb8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_ShaderImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36e2be6fa9b64814d901c464a7623f19 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TextScriptImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TextScriptImporter Icon.png.meta new file mode 100644 index 000000000..4c7acdd3b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TextScriptImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cf2cd01b7c6a81a4e82f1062623cbf9c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TextureImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TextureImporter Icon.png.meta new file mode 100644 index 000000000..69ab0f70b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TextureImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e92a2a591b2045d44bb3fa461486cf1a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TrueTypeFontImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TrueTypeFontImporter Icon.png.meta new file mode 100644 index 000000000..1de2cebe8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/d_TrueTypeFontImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f4ba0c65624bc4a4ebd747d661efffa4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs.meta new file mode 100644 index 000000000..d02db2c06 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 16f968705b7ccaa49bd9e083361c8da1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine.meta new file mode 100644 index 000000000..672db9eaa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d6610ecfd97b10c4fb7a46f3e8e6986b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine/AnyStateNode Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine/AnyStateNode Icon.png.meta new file mode 100644 index 000000000..19325a6aa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine/AnyStateNode Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: add3e00c542087f4b866de3414225af2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine/d_AnyStateNode Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine/d_AnyStateNode Icon.png.meta new file mode 100644 index 000000000..7344b6f16 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/graphs/animationstatemachine/d_AnyStateNode Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bed92b4689a78c542b17c3d42a85d378 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/presets.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/presets.meta new file mode 100644 index 000000000..4fcfdf158 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/presets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2aa9dbc018ce6ae418028cf4caa377ac +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/presets/Preset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/presets/Preset Icon.png.meta new file mode 100644 index 000000000..6b6688455 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/presets/Preset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f97f1b062886445409a9f35aaeb7e3bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d.meta new file mode 100644 index 000000000..766fa1159 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ecd98d1334d29ff43b258312a9de7825 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/SpriteAtlasAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/SpriteAtlasAsset Icon.png.meta new file mode 100644 index 000000000..62dfdbfbe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/SpriteAtlasAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 225c6bccfa7f7ea4e8977148c576d6b0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/SpriteAtlasImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/SpriteAtlasImporter Icon.png.meta new file mode 100644 index 000000000..86f1634a5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/SpriteAtlasImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b18cce458c42ce54583a026441798924 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/d_SpriteAtlasAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/d_SpriteAtlasAsset Icon.png.meta new file mode 100644 index 000000000..c157ad0f8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/d_SpriteAtlasAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ecf1cc00f52445f41982c94739a5aafd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/d_SpriteAtlasImporter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/d_SpriteAtlasImporter Icon.png.meta new file mode 100644 index 000000000..bcff58960 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/u2d/d_SpriteAtlasImporter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1af20e75f5d55c844ae15d9375062d70 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx.meta new file mode 100644 index 000000000..474edfcbc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b796045ccffd28345b8d83bfa50b0eea +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/VisualEffectSubgraphBlock Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/VisualEffectSubgraphBlock Icon.png.meta new file mode 100644 index 000000000..b7cd1b355 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/VisualEffectSubgraphBlock Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f99b045b830fd6c4dadbd7dc6ba855c0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/VisualEffectSubgraphOperator Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/VisualEffectSubgraphOperator Icon.png.meta new file mode 100644 index 000000000..9ba437b2f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/VisualEffectSubgraphOperator Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 49a59f3cd962685439759affdf0ecaed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/d_VisualEffectSubgraphBlock Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/d_VisualEffectSubgraphBlock Icon.png.meta new file mode 100644 index 000000000..911b06543 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/d_VisualEffectSubgraphBlock Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 508af98837dea5747a909a10fa7ba7c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/d_VisualEffectSubgraphOperator Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/d_VisualEffectSubgraphOperator Icon.png.meta new file mode 100644 index 000000000..720833bb5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditor/vfx/d_VisualEffectSubgraphOperator Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 80d27516d4b47f64fa9f8c1ba3972bed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal.meta new file mode 100644 index 000000000..bf84862a2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f9250e2138252f445b777a5b51a88eb1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/AssemblyDefinitionAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/AssemblyDefinitionAsset Icon.png.meta new file mode 100644 index 000000000..cc5d3bf41 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/AssemblyDefinitionAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 527b93d1bb95b714ab1739e9774afe7b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/AssemblyDefinitionReferenceAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/AssemblyDefinitionReferenceAsset Icon.png.meta new file mode 100644 index 000000000..d73ded3bf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/AssemblyDefinitionReferenceAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b48c30eba01cf7743b55a41ed9e510bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/d_AssemblyDefinitionAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/d_AssemblyDefinitionAsset Icon.png.meta new file mode 100644 index 000000000..2e8a51bdc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/d_AssemblyDefinitionAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fe0ca0e16a6f8264d8e5f15609fbb528 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/d_AssemblyDefinitionReferenceAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/d_AssemblyDefinitionReferenceAsset Icon.png.meta new file mode 100644 index 000000000..d3952f629 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityeditorinternal/d_AssemblyDefinitionReferenceAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4413572091a5eaa438892437e062763a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine.meta new file mode 100644 index 000000000..28fa5cdf4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 88b818b8049a0724ab297a2bd08d08bc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Animation Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Animation Icon.png.meta new file mode 100644 index 000000000..8dc2e45d7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Animation Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c940cb5f307d6cd4687e022b39e167bd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimationClip Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimationClip Icon.png.meta new file mode 100644 index 000000000..2d57acdb9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimationClip Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ee1f3ca679f719b449f27fa71437ca9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimationClip On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimationClip On Icon.png.meta new file mode 100644 index 000000000..efb1a74b4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimationClip On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 27bbd9b61f0ff7940bef76ebb052d313 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Animator Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Animator Icon.png.meta new file mode 100644 index 000000000..d2ae78cdb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Animator Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8488d765ec5d03d41bf712726444696f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimatorOverrideController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimatorOverrideController Icon.png.meta new file mode 100644 index 000000000..a95e9cb1d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimatorOverrideController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e2ef0c7c654ae8d4ca76ba5d69d25bfd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimatorOverrideController On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimatorOverrideController On Icon.png.meta new file mode 100644 index 000000000..37ad2a414 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AnimatorOverrideController On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 41c2f9d5390c0fb46938522166899384 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AreaEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AreaEffector2D Icon.png.meta new file mode 100644 index 000000000..00f6d6a57 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AreaEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 40fb9bcece056b145b11eb3763756e3b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioChorusFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioChorusFilter Icon.png.meta new file mode 100644 index 000000000..32e2ede11 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioChorusFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1cf384c0078bc4d4a9beb5f222d7969a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioClip Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioClip Icon.png.meta new file mode 100644 index 000000000..65516ed4a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioClip Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0e883643292b4a2488ce72bc98f3263b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioClip On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioClip On Icon.png.meta new file mode 100644 index 000000000..85b2401c1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioClip On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e8c576f0599b0664d987f6d5c2f67c8a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioDistortionFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioDistortionFilter Icon.png.meta new file mode 100644 index 000000000..bc39fab5a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioDistortionFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ced43f37deff9d744b6f032b9ab2122b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioEchoFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioEchoFilter Icon.png.meta new file mode 100644 index 000000000..6446fc328 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioEchoFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 82e0b9733d804f041a5eefce8c31f135 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioHighPassFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioHighPassFilter Icon.png.meta new file mode 100644 index 000000000..dfdb89ba7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioHighPassFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ebddd57564c890046aeb7762a3552788 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioListener Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioListener Icon.png.meta new file mode 100644 index 000000000..4fa7be8af --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioListener Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bd793dcb026e65a4483b126245fd2754 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioLowPassFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioLowPassFilter Icon.png.meta new file mode 100644 index 000000000..1481de274 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioLowPassFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6bc1ba051925892419e1999730148d0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioReverbFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioReverbFilter Icon.png.meta new file mode 100644 index 000000000..fbbaaf815 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioReverbFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e5c981d8e0209794988bb2bdf8255589 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioReverbZone Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioReverbZone Icon.png.meta new file mode 100644 index 000000000..21bc3e815 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioReverbZone Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc0c0b1410a1d074e9b4e97c7d1ee640 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioSource Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioSource Icon.png.meta new file mode 100644 index 000000000..186bc9fce --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AudioSource Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 669c9a39a0f2d6e4589a2508ca88cc15 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Avatar Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Avatar Icon.png.meta new file mode 100644 index 000000000..fb14d66c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Avatar Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6241872499818634292fe5dd15518abb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AvatarMask Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AvatarMask Icon.png.meta new file mode 100644 index 000000000..ff58938a4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AvatarMask Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7143d7c2ffb95ba4aa05e7a0cb3b191e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AvatarMask On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AvatarMask On Icon.png.meta new file mode 100644 index 000000000..145ed381a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/AvatarMask On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ead25be346883c44da5fcde879a5c1e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BillboardAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BillboardAsset Icon.png.meta new file mode 100644 index 000000000..ce83fee0d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BillboardAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ddc16d918b57dd94ab570df3033f8108 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BillboardRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BillboardRenderer Icon.png.meta new file mode 100644 index 000000000..a489aaf52 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BillboardRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cd49af71c662deb4396d237a90444b00 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BoxCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BoxCollider Icon.png.meta new file mode 100644 index 000000000..5ae94018d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BoxCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5021e403abd3a7c46bfd3a5be1152328 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BoxCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BoxCollider2D Icon.png.meta new file mode 100644 index 000000000..80bf9c3b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BoxCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 59ae008b772f00b41aeeae202f1bb345 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BuoyancyEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BuoyancyEffector2D Icon.png.meta new file mode 100644 index 000000000..aed917919 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/BuoyancyEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a8bbb4fee999201459d51c7f3d37f08c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Camera Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Camera Icon.png.meta new file mode 100644 index 000000000..86d35f5d2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Camera Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 975c6a96e475a1e4e853495c1fd65d3b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Canvas Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Canvas Icon.png.meta new file mode 100644 index 000000000..6d10c2565 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Canvas Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a57b5d240a82543488a4f5595bc9e17c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CanvasGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CanvasGroup Icon.png.meta new file mode 100644 index 000000000..2c0a19ef7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CanvasGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b78e632e90cacf34a99a8b63ef7b6ca8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CanvasRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CanvasRenderer Icon.png.meta new file mode 100644 index 000000000..409cadb93 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CanvasRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 27ee9914836dc0f4fa7d24e0867979d5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CapsuleCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CapsuleCollider Icon.png.meta new file mode 100644 index 000000000..e77c858b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CapsuleCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f745c7b7c71178e479c175fa8d2b7db6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CapsuleCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CapsuleCollider2D Icon.png.meta new file mode 100644 index 000000000..f8df52d54 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CapsuleCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7cc267a3ff2d4aa4ea64b43323c3b2de +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CharacterController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CharacterController Icon.png.meta new file mode 100644 index 000000000..72ae6494c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CharacterController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c0ce71914457027439d1999810ff8458 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CharacterJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CharacterJoint Icon.png.meta new file mode 100644 index 000000000..a0478ee1f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CharacterJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d22a905659f1ea943b37b1497da7ce44 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CircleCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CircleCollider2D Icon.png.meta new file mode 100644 index 000000000..b552bb086 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CircleCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 32bee831567147948a09c51bacff1dbe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Cloth Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Cloth Icon.png.meta new file mode 100644 index 000000000..5c7f64d68 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Cloth Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7d5fac0d9f7cca643b9bfb4468882c73 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CompositeCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CompositeCollider2D Icon.png.meta new file mode 100644 index 000000000..2516b1095 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/CompositeCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2a61983c766a2c846b9d46d1ab36b3aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ComputeShader Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ComputeShader Icon.png.meta new file mode 100644 index 000000000..b322e0a43 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ComputeShader Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 090628fbdcaf0564d8fd1dc19898986a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConfigurableJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConfigurableJoint Icon.png.meta new file mode 100644 index 000000000..b099ab8d1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConfigurableJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1efc208c43742324980c320f32ca4820 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConstantForce Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConstantForce Icon.png.meta new file mode 100644 index 000000000..796aea7d8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConstantForce Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1eb2ce91b2755b54c8f0deb02b016780 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConstantForce2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConstantForce2D Icon.png.meta new file mode 100644 index 000000000..d0725483b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ConstantForce2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9e67e4dd9f4d97488302a67f18039c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Cubemap Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Cubemap Icon.png.meta new file mode 100644 index 000000000..b1417a487 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Cubemap Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eadf3b9817af44e4a9cd0d87d2d01521 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/DistanceJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/DistanceJoint2D Icon.png.meta new file mode 100644 index 000000000..17c1ea422 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/DistanceJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5cdcacf2b2e8bb74f9183ea8943dbc68 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/EdgeCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/EdgeCollider2D Icon.png.meta new file mode 100644 index 000000000..da8570f1e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/EdgeCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc56d693339aeb34d8c543da3dce0b6f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FixedJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FixedJoint Icon.png.meta new file mode 100644 index 000000000..a9945a659 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FixedJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6658cd2d9cbc5fc4e9ddff0f91d3ae05 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FixedJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FixedJoint2D Icon.png.meta new file mode 100644 index 000000000..6d0758723 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FixedJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d27898429c439ba4ca6007c8abf7e353 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Flare Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Flare Icon.png.meta new file mode 100644 index 000000000..8d8918894 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Flare Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2427acd535142c546b7b1718759d384b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Flare On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Flare On Icon.png.meta new file mode 100644 index 000000000..53b95dfbb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Flare On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae963a9386b0c344699b0b4742aad824 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FlareLayer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FlareLayer Icon.png.meta new file mode 100644 index 000000000..ba4f68337 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FlareLayer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ab7552ce002c7034686a248ee4e0c658 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Font Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Font Icon.png.meta new file mode 100644 index 000000000..4e0edd989 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Font Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3619aadb39b6f4643a5b9e1a85ba81d4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Font On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Font On Icon.png.meta new file mode 100644 index 000000000..5c93fd79a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Font On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6422a1bada85eed40b9a9edbd81d11b5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FrictionJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FrictionJoint2D Icon.png.meta new file mode 100644 index 000000000..083d27e2f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/FrictionJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6e8afe6c5059cf8498998b9134f7151f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUILayer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUILayer Icon.png.meta new file mode 100644 index 000000000..fe4802a53 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUILayer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa2ca4e42e895cf4d863d92ea66f15c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUISkin Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUISkin Icon.png.meta new file mode 100644 index 000000000..331f8bc16 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUISkin Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e87b5174e76c39a4a84ff2b396dc175e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUISkin On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUISkin On Icon.png.meta new file mode 100644 index 000000000..9678544df --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUISkin On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 38ac324cfb20f504e90372cc35bfe726 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUIText Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUIText Icon.png.meta new file mode 100644 index 000000000..6b14d9c15 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUIText Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b75cbcc619a8cab469fe6fa83db9610a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUITexture Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUITexture Icon.png.meta new file mode 100644 index 000000000..47faa1a6a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GUITexture Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 45e4ea9cf5af45b449269a32543c6863 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GameObject Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GameObject Icon.png.meta new file mode 100644 index 000000000..585f3dbb0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GameObject Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 72f3d9d0a5b288c4b855678746ef15c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GameObject On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GameObject On Icon.png.meta new file mode 100644 index 000000000..264a02cef --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/GameObject On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: da7b107f915526741a616acbd57fc611 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Grid Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Grid Icon.png.meta new file mode 100644 index 000000000..3580a8a80 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Grid Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a84f926ab9ca24d41933354f0a5b1583 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Halo Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Halo Icon.png.meta new file mode 100644 index 000000000..6697a0c1b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Halo Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aa30ddaaebd14ef44af4837187fea191 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/HingeJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/HingeJoint Icon.png.meta new file mode 100644 index 000000000..db865658f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/HingeJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2017223d6bffb7940861369556452f2c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/HingeJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/HingeJoint2D Icon.png.meta new file mode 100644 index 000000000..fe318ea3a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/HingeJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: acbe46111ebffdc42a1d0aac7e228289 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LODGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LODGroup Icon.png.meta new file mode 100644 index 000000000..b68fe78bc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LODGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 89ae339454a1127488582a0c32610591 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LensFlare Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LensFlare Icon.png.meta new file mode 100644 index 000000000..bade39734 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LensFlare Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4dccce3c7fa63a748853f421db792e60 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Light Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Light Icon.png.meta new file mode 100644 index 000000000..d166052b4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Light Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3ae552f024fec9140b64f097b3f3752c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbeGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbeGroup Icon.png.meta new file mode 100644 index 000000000..b62d3c29c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbeGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: df1662d1c0152f5448f019ff4fb10ad3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbeProxyVolume Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbeProxyVolume Icon.png.meta new file mode 100644 index 000000000..5c9544e2a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbeProxyVolume Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bfeec7932086a3347b297c85f654cf4a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbes Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbes Icon.png.meta new file mode 100644 index 000000000..2f8309341 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightProbes Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 58f4cf3ad2a800848bef527a95d0c522 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightingSettings Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightingSettings Icon.png.meta new file mode 100644 index 000000000..d131d2cad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LightingSettings Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ae25635b756d9c44585820a9ca3752e1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LineRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LineRenderer Icon.png.meta new file mode 100644 index 000000000..c5c580f51 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/LineRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e55eadf03ba696049b6ab6ab771b61c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Material Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Material Icon.png.meta new file mode 100644 index 000000000..5026c1dd5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Material Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4ed6cffbe0da2924795400fce7791623 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Material On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Material On Icon.png.meta new file mode 100644 index 000000000..372a225b0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Material On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 58fe8035bf154df4aa8459807567366d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Mesh Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Mesh Icon.png.meta new file mode 100644 index 000000000..93fd58b4c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Mesh Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 593f906d779dd7e4cba5cff5bb0cb7dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshCollider Icon.png.meta new file mode 100644 index 000000000..67fe573de --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 618b7fde02ca7ae42be80cb678c8e0b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshFilter Icon.png.meta new file mode 100644 index 000000000..a91358593 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 25e20c0e9cae02b47bf035d775607787 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshRenderer Icon.png.meta new file mode 100644 index 000000000..9df0ab0ad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MeshRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 536a02beed8d1ae4ebdd0d2392eee41e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Motion Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Motion Icon.png.meta new file mode 100644 index 000000000..8112fa8ae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Motion Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: becc4b8fa0e36b746836e94ec549a86f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MovieTexture Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MovieTexture Icon.png.meta new file mode 100644 index 000000000..13f56233a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/MovieTexture Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 786fcf89dedc2b44988cfca4ad79f317 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/NetworkView Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/NetworkView Icon.png.meta new file mode 100644 index 000000000..310c4f661 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/NetworkView Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 202a8aca76c545547a90ac503c594800 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/OcclusionArea Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/OcclusionArea Icon.png.meta new file mode 100644 index 000000000..94afbadbf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/OcclusionArea Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55da1ac819edcde4889df784eaa1bcb0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/OcclusionPortal Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/OcclusionPortal Icon.png.meta new file mode 100644 index 000000000..9f459a44d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/OcclusionPortal Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0dfe92f292e7f4840809773c24c0652f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ParticleSystem Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ParticleSystem Icon.png.meta new file mode 100644 index 000000000..28a004731 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ParticleSystem Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 75fda8ed483a28e44b8de04a879fa058 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ParticleSystemForceField Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ParticleSystemForceField Icon.png.meta new file mode 100644 index 000000000..97c4b933e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ParticleSystemForceField Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 063869f57d7e28142a0b4926f44fdc60 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicMaterial Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicMaterial Icon.png.meta new file mode 100644 index 000000000..244335cd8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicMaterial Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 207c26e2637332a4ebff0bd5eae78a13 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicMaterial On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicMaterial On Icon.png.meta new file mode 100644 index 000000000..d9379893c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicMaterial On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2377daa0e7f7f8148a5a20e1c430b32b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicsMaterial2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicsMaterial2D Icon.png.meta new file mode 100644 index 000000000..84c74e6fa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicsMaterial2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36295d6b98a54624c88995cff32095a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicsMaterial2D On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicsMaterial2D On Icon.png.meta new file mode 100644 index 000000000..a83861739 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PhysicsMaterial2D On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2176db391ffb79b478d3980144e06fdd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PlatformEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PlatformEffector2D Icon.png.meta new file mode 100644 index 000000000..7c7fdda7e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PlatformEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 85c5157654c6ebb4fb2fc9a7908b3735 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PointEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PointEffector2D Icon.png.meta new file mode 100644 index 000000000..e14647975 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PointEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0f747036784973f489f13631a8fb267e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PolygonCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PolygonCollider2D Icon.png.meta new file mode 100644 index 000000000..9337db833 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/PolygonCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9a7fe36f7021b1a40a46a24b3344a4e7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ProceduralMaterial Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ProceduralMaterial Icon.png.meta new file mode 100644 index 000000000..d727906e6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ProceduralMaterial Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9561e20fe56b90b49bebf2548c9890fc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Projector Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Projector Icon.png.meta new file mode 100644 index 000000000..026aabe40 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Projector Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 632a966d08ad2a946a48bd927fa1bd27 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RayTracingShader Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RayTracingShader Icon.png.meta new file mode 100644 index 000000000..22d2f6bf7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RayTracingShader Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3f96891f1dd1f6e418f0f210b152d5ab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RectTransform Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RectTransform Icon.png.meta new file mode 100644 index 000000000..080247468 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RectTransform Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a43b13bad9345144ab8d8f5eeabe28f3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ReflectionProbe Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ReflectionProbe Icon.png.meta new file mode 100644 index 000000000..c00de4945 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ReflectionProbe Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1171df4051a26854faa4851c07987c83 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RelativeJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RelativeJoint2D Icon.png.meta new file mode 100644 index 000000000..6ca999de5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RelativeJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 591b17c09787b6e418fd71f9691fd051 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RenderTexture Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RenderTexture Icon.png.meta new file mode 100644 index 000000000..ad3173c52 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RenderTexture Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c51336848a26d2346b9a7f091fb43193 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RenderTexture On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RenderTexture On Icon.png.meta new file mode 100644 index 000000000..999d31dd5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/RenderTexture On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 282acd1c8f590ca4991a2518fca72e26 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Rigidbody Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Rigidbody Icon.png.meta new file mode 100644 index 000000000..d32d7a380 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Rigidbody Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2da08644984a9d3439f36578329b47e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Rigidbody2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Rigidbody2D Icon.png.meta new file mode 100644 index 000000000..822af92cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Rigidbody2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a66bd1a084b9177409d836e866e6b1ad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ScriptableObject Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ScriptableObject Icon.png.meta new file mode 100644 index 000000000..c7741b57f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ScriptableObject Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 98a7e7b9911b38c4d8ec1c01cfc4cba8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ScriptableObject On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ScriptableObject On Icon.png.meta new file mode 100644 index 000000000..544b4076d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ScriptableObject On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3fbb3fd56ccc5144e863171f64c7dd79 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Shader Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Shader Icon.png.meta new file mode 100644 index 000000000..1a5326a71 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Shader Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 60666ed32b711154f8e7771369b2abe2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ShaderVariantCollection Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ShaderVariantCollection Icon.png.meta new file mode 100644 index 000000000..a7f5a2edd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ShaderVariantCollection Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9fc382e92acb10f4fbed1c47f55f9cba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SkinnedMeshRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SkinnedMeshRenderer Icon.png.meta new file mode 100644 index 000000000..e525dc8bc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SkinnedMeshRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 90a02a65b9b519f42bb336df51f9a6b6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Skybox Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Skybox Icon.png.meta new file mode 100644 index 000000000..fe577813d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Skybox Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8f20a2971176e30449c57123221c0161 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SliderJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SliderJoint2D Icon.png.meta new file mode 100644 index 000000000..96f6caba2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SliderJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ea3fb822b61db8644ae7972be420d56c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SphereCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SphereCollider Icon.png.meta new file mode 100644 index 000000000..431528a43 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SphereCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8fcd6aefa71967242856ecc7a4b8e1e7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpringJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpringJoint Icon.png.meta new file mode 100644 index 000000000..a8e1ee203 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpringJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: deb3de912721e99408632a7087d5627d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpringJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpringJoint2D Icon.png.meta new file mode 100644 index 000000000..26d770237 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpringJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0aad8b89f9d18c045b0eaac12331cf69 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Sprite Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Sprite Icon.png.meta new file mode 100644 index 000000000..7406e945f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Sprite Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 438faa5f02e87fe45b42236befbd25c9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpriteMask Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpriteMask Icon.png.meta new file mode 100644 index 000000000..e6c474820 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpriteMask Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3a314bcb86e70de419ff9372f43ba836 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpriteRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpriteRenderer Icon.png.meta new file mode 100644 index 000000000..b3b8ae0a1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SpriteRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb5c23052dbe122469771c445ed3f9ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/StreamingController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/StreamingController Icon.png.meta new file mode 100644 index 000000000..ed631f3c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/StreamingController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3a9709ca97b720449963122ac85a4bcc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SurfaceEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SurfaceEffector2D Icon.png.meta new file mode 100644 index 000000000..9bc00cc75 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/SurfaceEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a46b989d9c509343a151a06766d13bd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TargetJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TargetJoint2D Icon.png.meta new file mode 100644 index 000000000..17db0f10c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TargetJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 13f22103f73b8b340a619d444346a75c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Terrain Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Terrain Icon.png.meta new file mode 100644 index 000000000..cc38d51ff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Terrain Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c753abd735f5a044d9e5a09cfbfcb38b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TerrainCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TerrainCollider Icon.png.meta new file mode 100644 index 000000000..ae0e0e485 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TerrainCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f114ed48f2c9104ab6837b892230be5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TerrainData Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TerrainData Icon.png.meta new file mode 100644 index 000000000..a5e0d3160 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TerrainData Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b928bd9c010da3949aa72c2c24c09cf9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TextAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TextAsset Icon.png.meta new file mode 100644 index 000000000..44dd496d7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TextAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9fea084daaa2a4a458b4d0a97795be5f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TextMesh Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TextMesh Icon.png.meta new file mode 100644 index 000000000..1d2094e9f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TextMesh Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5b87f7a659c24a64a8d268c377f6d562 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Texture Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Texture Icon.png.meta new file mode 100644 index 000000000..07759e374 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Texture Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cdc3e07c1a774e943a857bc3f1766644 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Texture2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Texture2D Icon.png.meta new file mode 100644 index 000000000..785aa3941 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Texture2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 98a2f3ea21cef8b448c42ae4b289c4a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TrailRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TrailRenderer Icon.png.meta new file mode 100644 index 000000000..2581fbb6c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/TrailRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 28024d1249cca6f49826347bb26ac1a9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Transform Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Transform Icon.png.meta new file mode 100644 index 000000000..315d92363 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/Transform Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0ca6653746cd92f44b624ceefcbd6449 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/VisualEffect Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/VisualEffect Icon.png.meta new file mode 100644 index 000000000..3ece916c6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/VisualEffect Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0f3358ef1e5932543a1065251acc39a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/VisualEffectAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/VisualEffectAsset Icon.png.meta new file mode 100644 index 000000000..3927865e5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/VisualEffectAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8f0f49ddad4c7034d9b39954ab159c68 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WheelCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WheelCollider Icon.png.meta new file mode 100644 index 000000000..1b24b23b3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WheelCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 463064500f42b65468fb3f4bbce04eec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WheelJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WheelJoint2D Icon.png.meta new file mode 100644 index 000000000..4d9c40de0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WheelJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cc8f56640abd67a4d8545ba1a41d58a7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WindZone Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WindZone Icon.png.meta new file mode 100644 index 000000000..dbdff910e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/WindZone Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 19d91cd9b1cb84b45aff62dadb1c7fc9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai.meta new file mode 100644 index 000000000..fc0556b7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0bbb46237da0ebc42951723dc09f4632 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshAgent Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshAgent Icon.png.meta new file mode 100644 index 000000000..c1127a693 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshAgent Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3569eb831bae7f54d8ef9e6b6c5a9413 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshData Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshData Icon.png.meta new file mode 100644 index 000000000..70c3e0225 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshData Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 85bb0cc6fefc8ad4c9884311e93b49dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshObstacle Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshObstacle Icon.png.meta new file mode 100644 index 000000000..c0435cf9f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/NavMeshObstacle Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 15fe79c3efb33a44f9de6d5bd216eb8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/OffMeshLink Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/OffMeshLink Icon.png.meta new file mode 100644 index 000000000..cb92ab796 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/OffMeshLink Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a799c09f776c4f48980f5df3898e3e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshAgent Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshAgent Icon.png.meta new file mode 100644 index 000000000..94f9dda35 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshAgent Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2ca1d3c02abc87c439158af85c078a1d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshData Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshData Icon.png.meta new file mode 100644 index 000000000..bff9173c8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshData Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36d2e5e8a22ac52458507e55303dfccd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshObstacle Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshObstacle Icon.png.meta new file mode 100644 index 000000000..900a2e252 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_NavMeshObstacle Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a2712bba20dc1c74f83bb661417bfc55 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_OffMeshLink Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_OffMeshLink Icon.png.meta new file mode 100644 index 000000000..acfddfa4d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ai/d_OffMeshLink Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a3498c32683cd254d8667b7ea25d93ee +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics.meta new file mode 100644 index 000000000..6e0fe679c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9819cebf3264c6740b31f37e9935dd46 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics/AnalyticsTracker Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics/AnalyticsTracker Icon.png.meta new file mode 100644 index 000000000..4add63c46 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics/AnalyticsTracker Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7516470ee1f5b6046b4594264d4405e0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics/d_AnalyticsTracker Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics/d_AnalyticsTracker Icon.png.meta new file mode 100644 index 000000000..e3d078fbb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/analytics/d_AnalyticsTracker Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b0ba15d9b6fc1949b625d81585a4fc3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations.meta new file mode 100644 index 000000000..a184c853e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 99ca5de5a8bc17f4faebb0874fff137a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/AimConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/AimConstraint Icon.png.meta new file mode 100644 index 000000000..196949b27 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/AimConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 42027e12e94b0374c83c3dfc096ee49c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/LookAtConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/LookAtConstraint Icon.png.meta new file mode 100644 index 000000000..d5a288d06 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/LookAtConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cdd59eac138b3c94c8cc8d77edc01d1f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/ParentConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/ParentConstraint Icon.png.meta new file mode 100644 index 000000000..444c2c1ee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/ParentConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 91b07c60dafad1a4d993c9ce03bd1176 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/PositionConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/PositionConstraint Icon.png.meta new file mode 100644 index 000000000..30a038a74 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/PositionConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c2a4dc6f59a2d78478a7b5b1047f4851 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/RotationConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/RotationConstraint Icon.png.meta new file mode 100644 index 000000000..0d47a9361 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/RotationConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 86b58a5da6bf1614e93316ae29ee219d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/ScaleConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/ScaleConstraint Icon.png.meta new file mode 100644 index 000000000..5c171e2af --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/ScaleConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f21ea0183f3458f4a871a4a8c7394ed9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_AimConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_AimConstraint Icon.png.meta new file mode 100644 index 000000000..ad6642c9d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_AimConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c971ca4b0bd3dc94a8ae22dd960d3fcd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_LookAtConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_LookAtConstraint Icon.png.meta new file mode 100644 index 000000000..d9586e112 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_LookAtConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 21792597a9af2ad4198a28bb0e3ff0b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_ParentConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_ParentConstraint Icon.png.meta new file mode 100644 index 000000000..989b96364 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_ParentConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 25f0b75951ab4224bb628b73727394cd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_PositionConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_PositionConstraint Icon.png.meta new file mode 100644 index 000000000..3eba9cef8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_PositionConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cc1e61c5b458c8a49bb8707d8c6f5650 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_RotationConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_RotationConstraint Icon.png.meta new file mode 100644 index 000000000..c61d81188 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_RotationConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f13320566dc7885418d1fb38010166e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_ScaleConstraint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_ScaleConstraint Icon.png.meta new file mode 100644 index 000000000..6592dde7f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/animations/d_ScaleConstraint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6cb49d57ab1c67848a3674ace50652b9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio.meta new file mode 100644 index 000000000..daf45091a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 666ee72f2f1d1984d92cfc49ad3914d9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioMixerGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioMixerGroup Icon.png.meta new file mode 100644 index 000000000..99db38a36 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioMixerGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 41963ed3df58ff04f9a1d2dbc19001a5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioMixerSnapshot Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioMixerSnapshot Icon.png.meta new file mode 100644 index 000000000..2cc5258ad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioMixerSnapshot Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2f7866df558bb1147a3c24be197e7bd3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioSpatializerMicrosoft Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioSpatializerMicrosoft Icon.png.meta new file mode 100644 index 000000000..59ec01927 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/AudioSpatializerMicrosoft Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5a8911f391c917e41b16adfd79e90f99 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioMixerGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioMixerGroup Icon.png.meta new file mode 100644 index 000000000..1175b5f2d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioMixerGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9159fb9b4ded59646a9108508be965a8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioMixerSnapshot Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioMixerSnapshot Icon.png.meta new file mode 100644 index 000000000..bc355a1bc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioMixerSnapshot Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 696bf6592fa37e5469098c9179f87476 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioSpatializerMicrosoft Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioSpatializerMicrosoft Icon.png.meta new file mode 100644 index 000000000..6e236cc83 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/audio/d_AudioSpatializerMicrosoft Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 90983629cb9bb4c4cb20178339eef3a6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Animation Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Animation Icon.png.meta new file mode 100644 index 000000000..f08387005 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Animation Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5d1ad76f81f062047b54e3199b8e4db7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimationClip Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimationClip Icon.png.meta new file mode 100644 index 000000000..bbe341ef9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimationClip Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2db7adf64dabcf8499693c6d68ee9390 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimationClip On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimationClip On Icon.png.meta new file mode 100644 index 000000000..c290b2289 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimationClip On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: be665f7ed9caa4742b36160c970e0b06 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Animator Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Animator Icon.png.meta new file mode 100644 index 000000000..380c2e96b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Animator Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a2a357fee7d8c65418352586c12698b3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimatorOverrideController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimatorOverrideController Icon.png.meta new file mode 100644 index 000000000..52cf145d6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimatorOverrideController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 832da9fc34b86dd4184906452dc6ba9d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimatorOverrideController On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimatorOverrideController On Icon.png.meta new file mode 100644 index 000000000..130a68038 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AnimatorOverrideController On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f6f6974c23d41f4c97f49281b802ff9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AreaEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AreaEffector2D Icon.png.meta new file mode 100644 index 000000000..7db2df12a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AreaEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f1ae71fa52d89a845a2f3d1ca0420de2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioChorusFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioChorusFilter Icon.png.meta new file mode 100644 index 000000000..dc519a1a9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioChorusFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b53c3dc114d8c5044aa6abb2dcf2943d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioClip Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioClip Icon.png.meta new file mode 100644 index 000000000..ae0bfca4e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioClip Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3c40ce366ffe38b47852d7cf5db0e6cc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioClip On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioClip On Icon.png.meta new file mode 100644 index 000000000..517400583 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioClip On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1e6a62f1430281d47a13a4b2ebfccba5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioDistortionFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioDistortionFilter Icon.png.meta new file mode 100644 index 000000000..6e0c5bdfa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioDistortionFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dab1215478026d7439624f9fd9593e4e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioEchoFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioEchoFilter Icon.png.meta new file mode 100644 index 000000000..29406d82a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioEchoFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 92a5eb48da2476e4d945f99ed7d26dce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioHighPassFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioHighPassFilter Icon.png.meta new file mode 100644 index 000000000..e67d76463 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioHighPassFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 39c5f7d34b2f65a4ea4f633f8a314f74 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioListener Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioListener Icon.png.meta new file mode 100644 index 000000000..5b824453b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioListener Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 661c63f5994c1034981e98cd34faa433 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioLowPassFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioLowPassFilter Icon.png.meta new file mode 100644 index 000000000..0d773d816 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioLowPassFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 291c13afa9bba04478761ed530157aa4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioReverbFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioReverbFilter Icon.png.meta new file mode 100644 index 000000000..8733d5ddf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioReverbFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 64ab8eb1db2d79341800389b46763000 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioReverbZone Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioReverbZone Icon.png.meta new file mode 100644 index 000000000..d4af18b98 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioReverbZone Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a003fe1fdee22f549b014114a08caf98 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioSource Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioSource Icon.png.meta new file mode 100644 index 000000000..45dbcfd23 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AudioSource Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d68f5600c92ae08488149b40df7d12e5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Avatar Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Avatar Icon.png.meta new file mode 100644 index 000000000..73242417b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Avatar Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0669c62df7ef51f4680b47c23fd7be76 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AvatarMask Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AvatarMask Icon.png.meta new file mode 100644 index 000000000..f64a38d20 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AvatarMask Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 028a1532bff06564fb454d697b99e831 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AvatarMask On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AvatarMask On Icon.png.meta new file mode 100644 index 000000000..f79533715 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_AvatarMask On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 68e74b9a5048cf44ea2e3fc07cdb5a57 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BillboardAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BillboardAsset Icon.png.meta new file mode 100644 index 000000000..2080848bf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BillboardAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 63bdfbbb93dd19d4f91e770f95bc8695 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BillboardRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BillboardRenderer Icon.png.meta new file mode 100644 index 000000000..c33006161 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BillboardRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a5167bba2bfb01042a614e9a884a6d59 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BoxCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BoxCollider Icon.png.meta new file mode 100644 index 000000000..a26eaa82c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BoxCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5f08c402c92550048825d0d6276cee2d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BoxCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BoxCollider2D Icon.png.meta new file mode 100644 index 000000000..a3123a34b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BoxCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 443a2990cd95be845b254fc557dd1c79 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BuoyancyEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BuoyancyEffector2D Icon.png.meta new file mode 100644 index 000000000..b9eb39cbe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_BuoyancyEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1d7ba19ac4855f149bd83119dd2d1ad6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Camera Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Camera Icon.png.meta new file mode 100644 index 000000000..99cf06741 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Camera Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1dea5be7eaf9e5644b2da88e8b605b26 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Canvas Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Canvas Icon.png.meta new file mode 100644 index 000000000..44780c57e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Canvas Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 39116fca0fd2b324198230176ec14960 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CanvasGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CanvasGroup Icon.png.meta new file mode 100644 index 000000000..c72bc1f8c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CanvasGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ee5f7fafec6a0e14cb7490669e98df16 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CanvasRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CanvasRenderer Icon.png.meta new file mode 100644 index 000000000..20a0f278f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CanvasRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d6912e65356c39d43bfd6dc2f4408f5e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CapsuleCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CapsuleCollider Icon.png.meta new file mode 100644 index 000000000..c8bec46c7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CapsuleCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d785f333cd8ceec479ef553632580215 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CapsuleCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CapsuleCollider2D Icon.png.meta new file mode 100644 index 000000000..619f6b879 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CapsuleCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c2f6a8ba1187eac49a6a9527efbf8d9c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CharacterController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CharacterController Icon.png.meta new file mode 100644 index 000000000..62ffe6a8e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CharacterController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 938509fb4ba016948a8519f7e3ccd68f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CharacterJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CharacterJoint Icon.png.meta new file mode 100644 index 000000000..7b5174457 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CharacterJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c0ec0fe494d75694182a59b880faa832 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CircleCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CircleCollider2D Icon.png.meta new file mode 100644 index 000000000..e5bbc90f1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CircleCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 579b76b98a142e94e9ef28cdfcb7b9d8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Cloth Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Cloth Icon.png.meta new file mode 100644 index 000000000..6dc86f1cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Cloth Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bbfe143dad94cef469027f7ef009baf1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CompositeCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CompositeCollider2D Icon.png.meta new file mode 100644 index 000000000..670942b34 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_CompositeCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 81f4275f802430c4389101b186eeebda +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ComputeShader Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ComputeShader Icon.png.meta new file mode 100644 index 000000000..e7cdbdbc1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ComputeShader Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e58ed1d77db85044c9527187730b444b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConfigurableJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConfigurableJoint Icon.png.meta new file mode 100644 index 000000000..c3a558c98 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConfigurableJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb22fd21644456b49bd61d6ee65357d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConstantForce Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConstantForce Icon.png.meta new file mode 100644 index 000000000..968757251 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConstantForce Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5626763d918fe304abd83393ae3be377 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConstantForce2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConstantForce2D Icon.png.meta new file mode 100644 index 000000000..497e0f495 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ConstantForce2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6416ae0811c52fe47ae5603aa3ecb05b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Cubemap Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Cubemap Icon.png.meta new file mode 100644 index 000000000..3e4e176b8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Cubemap Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6475fb496ffbcd14bbda453c8486e666 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_DistanceJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_DistanceJoint2D Icon.png.meta new file mode 100644 index 000000000..c065fc85b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_DistanceJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 133f2bf668ebf29469d4bbcbf461b22f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_EdgeCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_EdgeCollider2D Icon.png.meta new file mode 100644 index 000000000..31f0f9a91 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_EdgeCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f7d157dd06756084c95753d94648e066 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FixedJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FixedJoint Icon.png.meta new file mode 100644 index 000000000..4c6a69e3b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FixedJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1b0f49a72e5ab944090030ebb0ec3408 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Flare Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Flare Icon.png.meta new file mode 100644 index 000000000..3ca1c4a6f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Flare Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cf98bdb791da07c44b00d4b52ac4d85b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Flare On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Flare On Icon.png.meta new file mode 100644 index 000000000..e55e6b56c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Flare On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f5e141e36bd758e48ad1a3cad2abb6a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FlareLayer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FlareLayer Icon.png.meta new file mode 100644 index 000000000..02b3f3b64 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FlareLayer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: adcf635df77952b4c97133208338a061 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Font Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Font Icon.png.meta new file mode 100644 index 000000000..f4fa88d76 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Font Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e45d74573ba6fb246a8506167fe15613 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FrictionJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FrictionJoint2D Icon.png.meta new file mode 100644 index 000000000..d687d8cbc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_FrictionJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ad4da852ce83deb4f8ae1539a4515ac8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GUISkin Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GUISkin Icon.png.meta new file mode 100644 index 000000000..3dada0730 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GUISkin Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 937ca3cee0197d7499f32b0dd028fa1d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GUISkin On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GUISkin On Icon.png.meta new file mode 100644 index 000000000..2f34c69f7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GUISkin On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bbf50da5b39afa64c9d701023c576be1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GameObject Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GameObject Icon.png.meta new file mode 100644 index 000000000..1e5794c4e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_GameObject Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e45835505036acc4a92dbbf8fb2d4848 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Grid Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Grid Icon.png.meta new file mode 100644 index 000000000..b08a03d22 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Grid Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ad88a67c5cc01a248975ab3e24f1389a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Halo Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Halo Icon.png.meta new file mode 100644 index 000000000..8aafba05e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Halo Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 217d0bad472595246af00cfe01ec2c5c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_HingeJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_HingeJoint Icon.png.meta new file mode 100644 index 000000000..465f9ce26 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_HingeJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bba2147e46d77894fabd41e9641f5048 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_HingeJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_HingeJoint2D Icon.png.meta new file mode 100644 index 000000000..d5727a95e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_HingeJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 24fb383bda1a28c43984e6cd28b9e5e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LODGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LODGroup Icon.png.meta new file mode 100644 index 000000000..2efd0d2be --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LODGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3a4cd03cda97ae145acb47c40d549d0a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Light Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Light Icon.png.meta new file mode 100644 index 000000000..8f1e68ef4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Light Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9022de4ad62ca9445b67be2cb062c326 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbeGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbeGroup Icon.png.meta new file mode 100644 index 000000000..f01defe5f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbeGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9155d32959024934586bb5098a10a5a5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbeProxyVolume Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbeProxyVolume Icon.png.meta new file mode 100644 index 000000000..59c9f2d9c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbeProxyVolume Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f22117f53f3bfee4db3b005f3892181e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbes Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbes Icon.png.meta new file mode 100644 index 000000000..a075b1067 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightProbes Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 36cc92d519c6e1d4cb52f3c6883710cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightingSettings Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightingSettings Icon.png.meta new file mode 100644 index 000000000..3cb22fb09 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LightingSettings Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b03e7f2eb0764b345937249c04271c46 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LineRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LineRenderer Icon.png.meta new file mode 100644 index 000000000..8e170a503 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_LineRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3868568388270aa49a127d67afe97003 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Material Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Material Icon.png.meta new file mode 100644 index 000000000..f09bf33d5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Material Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a9d0325651f4e6442b3b957299971d77 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Material On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Material On Icon.png.meta new file mode 100644 index 000000000..ca10acd10 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Material On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c2baab9eddfed75498da5ea930e581c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Mesh Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Mesh Icon.png.meta new file mode 100644 index 000000000..2d6e9b974 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Mesh Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7afbfb773444dad4a9220c3abbcdb116 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshCollider Icon.png.meta new file mode 100644 index 000000000..ce06a7d12 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 55d6532171c08e248be68a02865da55a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshFilter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshFilter Icon.png.meta new file mode 100644 index 000000000..35df7e71d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshFilter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d6fdcadba18afd14abe4094cccd4df0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshRenderer Icon.png.meta new file mode 100644 index 000000000..3c9ba057e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_MeshRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a38c47d6a58c23e45bc4ea565b74171d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Motion Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Motion Icon.png.meta new file mode 100644 index 000000000..929c008c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Motion Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 260de34f90903b44aae678499b20d3c7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_OcclusionArea Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_OcclusionArea Icon.png.meta new file mode 100644 index 000000000..e6cd34d56 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_OcclusionArea Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2d7f47d31ad1c8f45b246d0e9ec44af1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_OcclusionPortal Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_OcclusionPortal Icon.png.meta new file mode 100644 index 000000000..16095b0e7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_OcclusionPortal Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 777dbe84509d8144fa8d7cc25c87f2e4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ParticleSystem Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ParticleSystem Icon.png.meta new file mode 100644 index 000000000..fee1b5144 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ParticleSystem Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 566f34b65e7b07c4984407b5cfbb69cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ParticleSystemForceField Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ParticleSystemForceField Icon.png.meta new file mode 100644 index 000000000..a6931e4cb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ParticleSystemForceField Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b46f5f9cb517a2148a7db2decc78ebe7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicMaterial Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicMaterial Icon.png.meta new file mode 100644 index 000000000..ff31b5029 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicMaterial Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 197f25949091b794197ed31807d562c3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicMaterial On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicMaterial On Icon.png.meta new file mode 100644 index 000000000..ef0edb379 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicMaterial On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f09a059d7badc284a97a4ada8e85070f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicsMaterial2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicsMaterial2D Icon.png.meta new file mode 100644 index 000000000..3134ee71f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicsMaterial2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d610c199d29227641843f2b1a3deb0ec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicsMaterial2D On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicsMaterial2D On Icon.png.meta new file mode 100644 index 000000000..e3452a721 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PhysicsMaterial2D On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2a20d8aa4a1d03f48a2370701e1fa1e7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PlatformEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PlatformEffector2D Icon.png.meta new file mode 100644 index 000000000..6a49991cb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PlatformEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2f4e2fe368c163d43836e07d4dda1497 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PointEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PointEffector2D Icon.png.meta new file mode 100644 index 000000000..b74590d0e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PointEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: af053288963cf5b47a9a525c988611f7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PolygonCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PolygonCollider2D Icon.png.meta new file mode 100644 index 000000000..25db94656 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_PolygonCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b741a623b6e2ad24a84a680b79ba367d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ProceduralMaterial Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ProceduralMaterial Icon.png.meta new file mode 100644 index 000000000..8d42376fb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ProceduralMaterial Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b54c598788a74aa4384bd3fe18d3f074 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Projector Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Projector Icon.png.meta new file mode 100644 index 000000000..7e840e7f2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Projector Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3252215ed28b55a4c824f587080e7ff7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RayTracingShader Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RayTracingShader Icon.png.meta new file mode 100644 index 000000000..01bff2672 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RayTracingShader Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4ee9a810e1aec74438e17eab5be2c5be +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RectTransform Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RectTransform Icon.png.meta new file mode 100644 index 000000000..c90befdc8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RectTransform Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4e3c72447516d1243979430e985ddef6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ReflectionProbe Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ReflectionProbe Icon.png.meta new file mode 100644 index 000000000..e394ed1f4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ReflectionProbe Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b88d343005dd8ba40805800235788a51 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RelativeJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RelativeJoint2D Icon.png.meta new file mode 100644 index 000000000..eaf32bc97 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RelativeJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 50e6156282dbcb84ca90d80ad3f0b78c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RenderTexture Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RenderTexture Icon.png.meta new file mode 100644 index 000000000..689886b9c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RenderTexture Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 174597d46d25fac4ebac4548aa659949 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RenderTexture On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RenderTexture On Icon.png.meta new file mode 100644 index 000000000..30e484ed4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_RenderTexture On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 197f18ef4474d9349b2368dc0a676a62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Rigidbody Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Rigidbody Icon.png.meta new file mode 100644 index 000000000..28b68edcd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Rigidbody Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eec067016ed060240b51e36c364fe955 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Rigidbody2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Rigidbody2D Icon.png.meta new file mode 100644 index 000000000..e057cad31 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Rigidbody2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: baaff0cbbb6e22142ae1e88a7e6a1e33 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ScriptableObject Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ScriptableObject Icon.png.meta new file mode 100644 index 000000000..812af7293 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ScriptableObject Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 06265f2215b6f9847aee2453f93bc35b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ScriptableObject On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ScriptableObject On Icon.png.meta new file mode 100644 index 000000000..3469dbe9a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ScriptableObject On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bd1ec0784f828634291b6072e0575dc7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Shader Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Shader Icon.png.meta new file mode 100644 index 000000000..bc16e1742 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Shader Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 48c1bc21b57a30145bd18522dc981cbb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ShaderVariantCollection Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ShaderVariantCollection Icon.png.meta new file mode 100644 index 000000000..040a2dd21 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_ShaderVariantCollection Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f2a50a4ec48506046bf536f38c09df84 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SkinnedMeshRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SkinnedMeshRenderer Icon.png.meta new file mode 100644 index 000000000..dbc16c008 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SkinnedMeshRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2f8356e39bb8db44a84285c8b8b40a6d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Skybox Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Skybox Icon.png.meta new file mode 100644 index 000000000..dd4b8ce0d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Skybox Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5cc757a3a9d0bc04884d2c58bc24fbbb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SliderJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SliderJoint2D Icon.png.meta new file mode 100644 index 000000000..c1a8e7180 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SliderJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b324f20c71e25d445a77ed67ec2e47d6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SphereCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SphereCollider Icon.png.meta new file mode 100644 index 000000000..f3389e80f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SphereCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c64bafec009085c41b37293ce89aacf6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpringJoint Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpringJoint Icon.png.meta new file mode 100644 index 000000000..2430629f2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpringJoint Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 952f5f0e63af2fd45891b611cb61aa56 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpringJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpringJoint2D Icon.png.meta new file mode 100644 index 000000000..d8a83cf80 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpringJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4d06b88af36e38642a516b4c1067478d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Sprite Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Sprite Icon.png.meta new file mode 100644 index 000000000..5626fa1f8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Sprite Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7c24247e4375e344b811e2b9031d4b08 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpriteMask Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpriteMask Icon.png.meta new file mode 100644 index 000000000..6ab44d934 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpriteMask Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9acd61aeb82fa4e48824894d6f4649fe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpriteRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpriteRenderer Icon.png.meta new file mode 100644 index 000000000..ed3a0952b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SpriteRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1ceec1d953f113742a44f9ebff43f5eb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_StreamingController Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_StreamingController Icon.png.meta new file mode 100644 index 000000000..9e651e393 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_StreamingController Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 628a6b93c3e964942a3632ec4f87cf81 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SurfaceEffector2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SurfaceEffector2D Icon.png.meta new file mode 100644 index 000000000..39832210d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_SurfaceEffector2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ca7cf1199587f4447be0a5be2ec4f568 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TargetJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TargetJoint2D Icon.png.meta new file mode 100644 index 000000000..fefc8e1b3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TargetJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 750ccd24471d6b449860817749918c65 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Terrain Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Terrain Icon.png.meta new file mode 100644 index 000000000..543f94fa6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Terrain Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0eb5fffc20676be4e9029fc286eab96a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TerrainCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TerrainCollider Icon.png.meta new file mode 100644 index 000000000..38cb75b19 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TerrainCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b108873e6c2509240b2d70a98ef1aa7e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TerrainData Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TerrainData Icon.png.meta new file mode 100644 index 000000000..39d7c07f3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TerrainData Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f0bd908f7047ac54fa798baace5c4460 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TextAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TextAsset Icon.png.meta new file mode 100644 index 000000000..6ea8802d4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TextAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fae669f8d92e7a84382931465521a393 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Texture Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Texture Icon.png.meta new file mode 100644 index 000000000..cb0d81948 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Texture Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4b7016ac0c03c8c4c9009a7802b6eccb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Texture2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Texture2D Icon.png.meta new file mode 100644 index 000000000..d7d1c1e53 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Texture2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 881e7b100e374404dabc91cae9114399 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TrailRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TrailRenderer Icon.png.meta new file mode 100644 index 000000000..74415b590 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_TrailRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5942277c119b08a43b31a21cb8b55bf5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Transform Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Transform Icon.png.meta new file mode 100644 index 000000000..fa166989e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_Transform Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 832aaed1e934a824aba00970f83b5185 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WheelCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WheelCollider Icon.png.meta new file mode 100644 index 000000000..1f39335a0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WheelCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b634053b909b59d47a7c09624c321421 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WheelJoint2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WheelJoint2D Icon.png.meta new file mode 100644 index 000000000..e4a69bfd8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WheelJoint2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ded88fcaaf8fe5e4683c91674b0ac540 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WindZone Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WindZone Icon.png.meta new file mode 100644 index 000000000..337a7c478 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/d_WindZone Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f2f8d8632fde5b4f98bcc51ee60b83c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems.meta new file mode 100644 index 000000000..fffd5c1e3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b0ce7310739950a4ba398f274327e31e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/EventSystem Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/EventSystem Icon.png.meta new file mode 100644 index 000000000..e31e5c250 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/EventSystem Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5d34341d0a694954ab06a05a49b11aa9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/EventTrigger Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/EventTrigger Icon.png.meta new file mode 100644 index 000000000..ee6129623 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/EventTrigger Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: acd788a8963697e4b8574b5237abfdb5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/HoloLensInputModule Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/HoloLensInputModule Icon.png.meta new file mode 100644 index 000000000..715952094 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/HoloLensInputModule Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2c9184a3c84ab35429e65f49accd5ce2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/Physics2DRaycaster Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/Physics2DRaycaster Icon.png.meta new file mode 100644 index 000000000..ec68aceed --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/Physics2DRaycaster Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f6bc62d62a2fddc4996a963e45cae98e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/PhysicsRaycaster Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/PhysicsRaycaster Icon.png.meta new file mode 100644 index 000000000..755f4a7e6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/PhysicsRaycaster Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d9c84d80216b0b74eab368f368b0f67f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/StandaloneInputModule Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/StandaloneInputModule Icon.png.meta new file mode 100644 index 000000000..1412198e4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/StandaloneInputModule Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4a2bdb68ca049b64eaed374bdd180ae9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/TouchInputModule Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/TouchInputModule Icon.png.meta new file mode 100644 index 000000000..ed39fa10e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/TouchInputModule Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f94898f5e1a13f447b0d36a2844bcf26 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_EventSystem Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_EventSystem Icon.png.meta new file mode 100644 index 000000000..6a121379a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_EventSystem Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: afb262170b9464a4c9cc1136f50d9349 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_EventTrigger Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_EventTrigger Icon.png.meta new file mode 100644 index 000000000..fe31513de --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_EventTrigger Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d4d2621e55e6ad641b26b5c48509f328 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_HoloLensInputModule Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_HoloLensInputModule Icon.png.meta new file mode 100644 index 000000000..34730f4e8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_HoloLensInputModule Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1199ea6de2331fc40814ae9c3de2a798 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_Physics2DRaycaster Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_Physics2DRaycaster Icon.png.meta new file mode 100644 index 000000000..efacae75a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_Physics2DRaycaster Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cd3e8871e4723df43b8c24992fb57a0a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_PhysicsRaycaster Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_PhysicsRaycaster Icon.png.meta new file mode 100644 index 000000000..14fd488eb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_PhysicsRaycaster Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f6390958fcc077f418141fff35ba65b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_StandaloneInputModule Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_StandaloneInputModule Icon.png.meta new file mode 100644 index 000000000..34cd814d7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_StandaloneInputModule Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4994fb5fbc288e741b0e4e7d6801904c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_TouchInputModule Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_TouchInputModule Icon.png.meta new file mode 100644 index 000000000..df4941cd0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/eventsystems/d_TouchInputModule Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c175bf7ab24f0b14dbf5a28c538b274c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental.meta new file mode 100644 index 000000000..2276e9fce --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7efaee046b9a1dc418e613e41c695e3f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering.meta new file mode 100644 index 000000000..1d1e31464 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 09ceaa4d17d59ed4299488c131b6a90f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering/RayTracingShader Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering/RayTracingShader Icon.png.meta new file mode 100644 index 000000000..c2e61a227 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering/RayTracingShader Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0199aae762f4b394683113a6a8f5d3ab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering/d_RaytracingShader Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering/d_RaytracingShader Icon.png.meta new file mode 100644 index 000000000..7f3f722b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/experimental/rendering/d_RaytracingShader Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: baea7ec82e1315642a4d5b89e9e3efb8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking.meta new file mode 100644 index 000000000..ff1327dcc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b3c0a4e4eccbe074faafe25ca8f51c53 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkAnimator Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkAnimator Icon.png.meta new file mode 100644 index 000000000..8b0857c77 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkAnimator Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2594c4509e5cb1b49bad497c1e1a37b5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkDiscovery Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkDiscovery Icon.png.meta new file mode 100644 index 000000000..ca3e45208 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkDiscovery Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6192a197872d3f447b59f27f3ad75fd0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkIdentity Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkIdentity Icon.png.meta new file mode 100644 index 000000000..9ecbef738 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkIdentity Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 397557f112b3ec44a84e2099423ecf47 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkLobbyManager Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkLobbyManager Icon.png.meta new file mode 100644 index 000000000..a11855700 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkLobbyManager Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: eb5079c9afe04ac498f6b47e6fb5b3c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkLobbyPlayer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkLobbyPlayer Icon.png.meta new file mode 100644 index 000000000..35c750fe8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkLobbyPlayer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8a43c4b29404ca245b875be145c7af1c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkManager Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkManager Icon.png.meta new file mode 100644 index 000000000..494df181d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkManager Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ff7d938bf321f98498cc4e07c3ecc3f9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkManagerHUD Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkManagerHUD Icon.png.meta new file mode 100644 index 000000000..3588e5f6e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkManagerHUD Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 94e4c6016748e8a439284d854c5643f2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkMigrationManager Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkMigrationManager Icon.png.meta new file mode 100644 index 000000000..019caeac9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkMigrationManager Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3bf619028442b8d42bafc8c51734f8a0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkProximityChecker Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkProximityChecker Icon.png.meta new file mode 100644 index 000000000..c15d75e22 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkProximityChecker Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 14fa0bc7f59fd5346b278bcac1afbb73 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkStartPosition Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkStartPosition Icon.png.meta new file mode 100644 index 000000000..88b0ac6ee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkStartPosition Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2ce7df1c39652d441806c14b073c385a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransform Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransform Icon.png.meta new file mode 100644 index 000000000..e2b04175c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransform Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 189a1aecf9c125f4d929a86ca562fb62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransformChild Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransformChild Icon.png.meta new file mode 100644 index 000000000..d591ab16d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransformChild Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b08c1c4b1cedd2d4b9b6cb9cd5c57a58 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransformVisualizer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransformVisualizer Icon.png.meta new file mode 100644 index 000000000..52a1205a1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/NetworkTransformVisualizer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2e27953e379dadf4c90ce479a1722b09 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkAnimator Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkAnimator Icon.png.meta new file mode 100644 index 000000000..d7717dfed --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkAnimator Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5f453550ef11c5642b37dcd565e65125 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkDiscovery Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkDiscovery Icon.png.meta new file mode 100644 index 000000000..cb2e7d74e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkDiscovery Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e4f3a0fca17a8c6439b99da1b19887f8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkIdentity Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkIdentity Icon.png.meta new file mode 100644 index 000000000..877ece98a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkIdentity Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 80a7e5d49aea18244b587c9258d8b020 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkLobbyManager Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkLobbyManager Icon.png.meta new file mode 100644 index 000000000..2ac46f89a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkLobbyManager Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a56b619570824846896f2e2c5127577 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkLobbyPlayer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkLobbyPlayer Icon.png.meta new file mode 100644 index 000000000..d5e1d9c9e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkLobbyPlayer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7bba1de0a9154fc46889d54d986552cc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkManager Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkManager Icon.png.meta new file mode 100644 index 000000000..e92a7ba2d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkManager Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3d5d43ef647df6f49abd10baaf81b083 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkManagerHUD Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkManagerHUD Icon.png.meta new file mode 100644 index 000000000..5704d5791 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkManagerHUD Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 39435769f22273f4e82bb8be40c5c9ea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkMigrationManager Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkMigrationManager Icon.png.meta new file mode 100644 index 000000000..b8520927f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkMigrationManager Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b1356f1edfb2290438938bc063aa8ec8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkProximityChecker Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkProximityChecker Icon.png.meta new file mode 100644 index 000000000..eb9977506 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkProximityChecker Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fdc1be41fe8739e4ea93a130e4d81a02 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkStartPosition Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkStartPosition Icon.png.meta new file mode 100644 index 000000000..7a926c470 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkStartPosition Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ad853d75b6adba14ea428378f33e4ab0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransform Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransform Icon.png.meta new file mode 100644 index 000000000..e84525d93 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransform Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 20d1af28560e7c54abdc05bb6338ddb9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransformChild Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransformChild Icon.png.meta new file mode 100644 index 000000000..6a122cfee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransformChild Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e7bda75e1dde51f49b832ff282472673 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransformVisualizer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransformVisualizer Icon.png.meta new file mode 100644 index 000000000..c76bfd05f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/networking/d_NetworkTransformVisualizer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1232eb144cbaaf746b5646d7d481b7af +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables.meta new file mode 100644 index 000000000..3df60a2ad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c02850e3fb28e0140b5cc53a72e80aa4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables/PlayableDirector Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables/PlayableDirector Icon.png.meta new file mode 100644 index 000000000..c7717b020 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables/PlayableDirector Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 68dfb8a717c6f9946b6cd5cea5e75747 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables/d_PlayableDirector Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables/d_PlayableDirector Icon.png.meta new file mode 100644 index 000000000..7d0a5d64a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/playables/d_PlayableDirector Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 13e1badcea214904db4d263e31be3437 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering.meta new file mode 100644 index 000000000..0b48c9419 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9acdbf5692b59bc4786913f07bc7c20f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering/SortingGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering/SortingGroup Icon.png.meta new file mode 100644 index 000000000..b266716cf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering/SortingGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 87a02d0b5a393ad45811b97a2102d8dd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering/d_SortingGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering/d_SortingGroup Icon.png.meta new file mode 100644 index 000000000..7d4b9b0c9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/rendering/d_SortingGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 27e81193e29269149bdeef79c607c198 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/spatialtracking.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/spatialtracking.meta new file mode 100644 index 000000000..bea938c4a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/spatialtracking.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: abf2404e798194040871fa7bde373e00 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/spatialtracking/TrackedPoseDriver Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/spatialtracking/TrackedPoseDriver Icon.png.meta new file mode 100644 index 000000000..76607b25d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/spatialtracking/TrackedPoseDriver Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: de0c749a33e9b4f4c8c3633689e75d28 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps.meta new file mode 100644 index 000000000..38a48302a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0e72186f77ee4064a9c2dcdea32d18a0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/Tile Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/Tile Icon.png.meta new file mode 100644 index 000000000..a1b579cd9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/Tile Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 68db63056b4f9a24db1fadfdb851df70 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/Tilemap Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/Tilemap Icon.png.meta new file mode 100644 index 000000000..340350ea1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/Tilemap Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9381c9e0d5934b1429e20493fb152f30 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/TilemapCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/TilemapCollider2D Icon.png.meta new file mode 100644 index 000000000..cc7c2a94a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/TilemapCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3c974c270973dc643a40511bdb856505 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/TilemapRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/TilemapRenderer Icon.png.meta new file mode 100644 index 000000000..1394764b3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/TilemapRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6aa3bb50da5141f4b843625164304d37 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_Tile Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_Tile Icon.png.meta new file mode 100644 index 000000000..b6c1db30a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_Tile Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 80f9772b9aa4a23459b3da1d51027a3c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_Tilemap Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_Tilemap Icon.png.meta new file mode 100644 index 000000000..59e6be881 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_Tilemap Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4c56c1e985c0fe54abfbbd2fcd2521ae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_TilemapCollider2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_TilemapCollider2D Icon.png.meta new file mode 100644 index 000000000..d8b4e1fed --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_TilemapCollider2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 20b883f9f5d3cbe45a46b8e1bedd0ed0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_TilemapRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_TilemapRenderer Icon.png.meta new file mode 100644 index 000000000..b8d57a449 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/tilemaps/d_TilemapRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 62b9f6dfef5637a408ac54835e638338 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline.meta new file mode 100644 index 000000000..13ec642ae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b03b0a946d263aa4fa010ee25c309eb2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalAsset Icon.png.meta new file mode 100644 index 000000000..b101b5bdd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e86a5c33b2a6bd64d8a7356267d7ed1d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalEmitter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalEmitter Icon.png.meta new file mode 100644 index 000000000..7f93165a7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalEmitter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4f4bc3e3350e55849aa167e8954bc14c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalReceiver Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalReceiver Icon.png.meta new file mode 100644 index 000000000..177de82ee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/SignalReceiver Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b1c5cd8f86fc65b47be83cc70c02c459 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/TimelineAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/TimelineAsset Icon.png.meta new file mode 100644 index 000000000..62f40f41c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/TimelineAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b115c0c44a7552348871b89c67f7f7ea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/TimelineAsset On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/TimelineAsset On Icon.png.meta new file mode 100644 index 000000000..4fae641ae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/TimelineAsset On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6d85250f3c63a8d49b5bc672cb189917 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalAsset Icon.png.meta new file mode 100644 index 000000000..b2fc89048 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c60ef71f88624364b9c2d247d262c347 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalEmitter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalEmitter Icon.png.meta new file mode 100644 index 000000000..8056d99f0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalEmitter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 56cd17a28d4d8214abba3ccdf82e19f6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalReceiver Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalReceiver Icon.png.meta new file mode 100644 index 000000000..45dcfd0f1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_SignalReceiver Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2a6fb202fa6c4da4fa35cbd6548829e5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_TimelineAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_TimelineAsset Icon.png.meta new file mode 100644 index 000000000..ab1bfe0c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_TimelineAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: beb8f4dd6b392bc4eba7ab1f72e1dde4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_TimelineAsset On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_TimelineAsset On Icon.png.meta new file mode 100644 index 000000000..82cb5c1d9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/timeline/d_TimelineAsset On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 046a28c883985b54d8d284ec7f5b6313 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d.meta new file mode 100644 index 000000000..2ebdefd70 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fb3684f56f433f24a98e2bca646062d5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteAtlas Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteAtlas Icon.png.meta new file mode 100644 index 000000000..bde5e541f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteAtlas Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 66f05bd2b291c3d4bbbf4065cd164470 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteAtlas On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteAtlas On Icon.png.meta new file mode 100644 index 000000000..c35d11d4c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteAtlas On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3ec7e40d8a08cff42b449d307396f7c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteShapeRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteShapeRenderer Icon.png.meta new file mode 100644 index 000000000..7661b693a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/SpriteShapeRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c24941a29c7e7004f8e569813695ff8c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteAtlas Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteAtlas Icon.png.meta new file mode 100644 index 000000000..5bf735890 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteAtlas Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c40a4f7b8efe1bf4b886ca973e094875 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteAtlas On Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteAtlas On Icon.png.meta new file mode 100644 index 000000000..1270170ff --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteAtlas On Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 60d068420152d75409851125638d800a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteShapeRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteShapeRenderer Icon.png.meta new file mode 100644 index 000000000..f83ad9af8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/u2d/d_SpriteShapeRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b6583cf6b0b55dc48b15c9d4a8682b2b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui.meta new file mode 100644 index 000000000..692a01253 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d9d00c709dbed5144b365850a8dd2892 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/AspectRatioFitter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/AspectRatioFitter Icon.png.meta new file mode 100644 index 000000000..4b8a83de4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/AspectRatioFitter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1675fd4eb2dfa3b42b5b80e32a397fb3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Button Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Button Icon.png.meta new file mode 100644 index 000000000..399adeafd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Button Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6cc20864ed8f1e3498861af5399eb51e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/CanvasScaler Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/CanvasScaler Icon.png.meta new file mode 100644 index 000000000..2cbfc032c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/CanvasScaler Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 90b0df8b766f20940b9a09620cf752d7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ContentSizeFitter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ContentSizeFitter Icon.png.meta new file mode 100644 index 000000000..160627d78 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ContentSizeFitter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 20ef26c0b60846347be38d6c733f3358 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Dropdown Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Dropdown Icon.png.meta new file mode 100644 index 000000000..d2f1791c0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Dropdown Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d323bd3129dc09544bcae1a6d15f7b28 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/FreeformLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/FreeformLayoutGroup Icon.png.meta new file mode 100644 index 000000000..39ff6a281 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/FreeformLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b78e6877543618b42807fa0ac897c8ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/GraphicRaycaster Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/GraphicRaycaster Icon.png.meta new file mode 100644 index 000000000..bbd3c28d0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/GraphicRaycaster Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 10f8a54fbff87fc40b6e15f85f4845c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/GridLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/GridLayoutGroup Icon.png.meta new file mode 100644 index 000000000..a674fde78 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/GridLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 96ec42822f9fbfc4ea01b687eab68ee6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/HorizontalLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/HorizontalLayoutGroup Icon.png.meta new file mode 100644 index 000000000..0943d1017 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/HorizontalLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f8a45d6beca9ffb40b549cf59b8e6d04 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Image Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Image Icon.png.meta new file mode 100644 index 000000000..5b785d404 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Image Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: efbe62665bb6a04429f5e1d69b23d2a9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/InputField Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/InputField Icon.png.meta new file mode 100644 index 000000000..6f6427fcd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/InputField Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6a658d6ee1906e14eb5a03cb492e6dcc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/LayoutElement Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/LayoutElement Icon.png.meta new file mode 100644 index 000000000..f4f482987 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/LayoutElement Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 38d15c4505c353842aa4077591e1b8c7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Mask Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Mask Icon.png.meta new file mode 100644 index 000000000..c02e956bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Mask Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 62be43543e668324f8f3a444c174546b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Outline Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Outline Icon.png.meta new file mode 100644 index 000000000..f114b768e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Outline Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 296c44e026260c94bbccefd3adc212a2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/PositionAsUV1 Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/PositionAsUV1 Icon.png.meta new file mode 100644 index 000000000..e3fc9e361 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/PositionAsUV1 Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 74d9aaedc6b358745927a2109c6c3198 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/RawImage Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/RawImage Icon.png.meta new file mode 100644 index 000000000..0dcd7b3c7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/RawImage Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c1473eca95757ce4a98895190d405696 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/RectMask2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/RectMask2D Icon.png.meta new file mode 100644 index 000000000..3c0607247 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/RectMask2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d5cb78b4dcc73d1419175bf9e1381f31 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ScrollRect Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ScrollRect Icon.png.meta new file mode 100644 index 000000000..4e3d4837b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ScrollRect Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a03ae5b885b7de5469e4a361e88ff1c1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Scrollbar Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Scrollbar Icon.png.meta new file mode 100644 index 000000000..e82a9eb8c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Scrollbar Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bcf06e58a7cd05a42ab38d2c2b7e4230 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Selectable Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Selectable Icon.png.meta new file mode 100644 index 000000000..edb645048 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Selectable Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d0b8aa9dd2d8cee4abfbd394fdea6297 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Shadow Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Shadow Icon.png.meta new file mode 100644 index 000000000..00071da24 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Shadow Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ee0a65e8504a9044bad37694e299e499 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Slider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Slider Icon.png.meta new file mode 100644 index 000000000..36c1d9232 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Slider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1d336e90f9627e342861de9118b7f93a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Text Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Text Icon.png.meta new file mode 100644 index 000000000..f7711c04f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Text Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 703007627df68cd4a95347a1767d0d6d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Toggle Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Toggle Icon.png.meta new file mode 100644 index 000000000..91e586414 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/Toggle Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1e0801b7a66e53d49a40fd031445b758 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ToggleGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ToggleGroup Icon.png.meta new file mode 100644 index 000000000..9e8092b72 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/ToggleGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a590863dfd0a9f242b8ccd5c8a194cf3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/VerticalLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/VerticalLayoutGroup Icon.png.meta new file mode 100644 index 000000000..496689a7a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/VerticalLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c5b3f613e4b6bc14fb59ab035cfe1477 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_AspectRatioFitter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_AspectRatioFitter Icon.png.meta new file mode 100644 index 000000000..18761e6e2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_AspectRatioFitter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1c04e9a8d02e81e46b3eef4c90ca71cf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Button Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Button Icon.png.meta new file mode 100644 index 000000000..6411adf09 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Button Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4a2fcf5fa5af19b4a9d8433ccd959a8e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_CanvasScaler Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_CanvasScaler Icon.png.meta new file mode 100644 index 000000000..d59ff4eae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_CanvasScaler Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b8b001bf0c1c3b84a82787fc3b6581b8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ContentSizeFitter Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ContentSizeFitter Icon.png.meta new file mode 100644 index 000000000..d837f4fe1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ContentSizeFitter Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ff5d9d106bd252741997f05b372bbd1e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Dropdown Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Dropdown Icon.png.meta new file mode 100644 index 000000000..969f5a9b0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Dropdown Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2d1b91cdfe791794b881acf13804b9ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_FreeformLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_FreeformLayoutGroup Icon.png.meta new file mode 100644 index 000000000..37d6db285 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_FreeformLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7421e45b51f813a4cae9a3547b31889e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_GraphicRaycaster Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_GraphicRaycaster Icon.png.meta new file mode 100644 index 000000000..081601e7b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_GraphicRaycaster Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 260d1047ec3ba7b43a5f4479cc2d6304 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_GridLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_GridLayoutGroup Icon.png.meta new file mode 100644 index 000000000..f9290d306 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_GridLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5574087efc987b145b9d52c65fd1371f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_HorizontalLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_HorizontalLayoutGroup Icon.png.meta new file mode 100644 index 000000000..d86e143cf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_HorizontalLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 21dc345fc156e66498cd50769c5cb79c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Image Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Image Icon.png.meta new file mode 100644 index 000000000..448a4853d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Image Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fa59a69c4ab737f4f87c1975f9726f82 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_InputField Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_InputField Icon.png.meta new file mode 100644 index 000000000..4af1df4f7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_InputField Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b51c7ab3e4e09be4f94f3ba3243877b4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_LayoutElement Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_LayoutElement Icon.png.meta new file mode 100644 index 000000000..3aad8c837 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_LayoutElement Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 697a65703a4ea944ab83257f043bb858 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Mask Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Mask Icon.png.meta new file mode 100644 index 000000000..6ae2017e1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Mask Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e12ea00c7fe2f0343b9ac99b706f2ffb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Outline Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Outline Icon.png.meta new file mode 100644 index 000000000..7f8f85fb8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Outline Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 42a9c80586d844f42befbe66a041b0c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_PhysicalResolution Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_PhysicalResolution Icon.png.meta new file mode 100644 index 000000000..2794f0144 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_PhysicalResolution Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 05b1491317c5f894da5fbe8353bc7b68 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_PositionAsUV1 Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_PositionAsUV1 Icon.png.meta new file mode 100644 index 000000000..526eb232a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_PositionAsUV1 Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 66a6900e2c6fa0147aa2af426159c504 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_RawImage Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_RawImage Icon.png.meta new file mode 100644 index 000000000..ef4200b4f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_RawImage Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 294e3b4862176e54983057d03610667b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_RectMask2D Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_RectMask2D Icon.png.meta new file mode 100644 index 000000000..6e5ee827f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_RectMask2D Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3bb54b6e68278a547b81dae590365b49 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ScrollRect Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ScrollRect Icon.png.meta new file mode 100644 index 000000000..3f80accd5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ScrollRect Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9dff9678a36d7214b914a203e6c2b553 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ScrollViewArea Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ScrollViewArea Icon.png.meta new file mode 100644 index 000000000..9d0fbd96f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ScrollViewArea Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0fd96aaab9adb964dbe4118c8098a137 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Scrollbar Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Scrollbar Icon.png.meta new file mode 100644 index 000000000..fefdd008e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Scrollbar Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9568b107c719fc14fa6e4b52798cd61a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Selectable Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Selectable Icon.png.meta new file mode 100644 index 000000000..79172cb22 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Selectable Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2dd9441b17d44ce48b8fb7cc15562af1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionList Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionList Icon.png.meta new file mode 100644 index 000000000..dacf5cc5b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionList Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cd84ce8ae99b23e479c4140897367e9e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionListItem Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionListItem Icon.png.meta new file mode 100644 index 000000000..18428adc5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionListItem Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f8e6d033ab72a644bba28738f65d0351 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionListTemplate Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionListTemplate Icon.png.meta new file mode 100644 index 000000000..5f6b3f08e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_SelectionListTemplate Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9db0953fd04240a43937314c8a816b15 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Shadow Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Shadow Icon.png.meta new file mode 100644 index 000000000..236a41b80 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Shadow Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 66cc308bac6306547b9514762a2ee91a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Slider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Slider Icon.png.meta new file mode 100644 index 000000000..90b5dacec --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Slider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f05e551f5289be84a877a8feef690a37 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Text Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Text Icon.png.meta new file mode 100644 index 000000000..73b0e3293 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Text Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6b0d52f74e729b94bb09ed30c4c84a2c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Toggle Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Toggle Icon.png.meta new file mode 100644 index 000000000..be8e85a7b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_Toggle Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e4435870f4a9df4429d08c2c0fcaa2ae +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ToggleGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ToggleGroup Icon.png.meta new file mode 100644 index 000000000..4d8dc2f0b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_ToggleGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a584df03fb2d4034da2506f67f4c3ac4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_VerticalLayoutGroup Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_VerticalLayoutGroup Icon.png.meta new file mode 100644 index 000000000..01c3f4041 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/ui/d_VerticalLayoutGroup Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fefcf343259bf8a4e80cd8746b88e1fa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements.meta new file mode 100644 index 000000000..34989247f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 13a52359f9dee6c4a99c9dbbd8dbe609 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/StyleSheet Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/StyleSheet Icon.png.meta new file mode 100644 index 000000000..03456bf65 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/StyleSheet Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cddb436b305bc09469827836c6d7035b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/VisualTreeAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/VisualTreeAsset Icon.png.meta new file mode 100644 index 000000000..d6f23d817 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/VisualTreeAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dfd06dc3326a24a4590bb3d9b0fb0e6a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/d_StyleSheet Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/d_StyleSheet Icon.png.meta new file mode 100644 index 000000000..020ddeee1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/d_StyleSheet Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cd01ecb380030674589301d44885ff5c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/d_VisualTreeAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/d_VisualTreeAsset Icon.png.meta new file mode 100644 index 000000000..0acb0b766 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/uielements/d_VisualTreeAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0bbb9c0e0f49f334d893b77b2f24482c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx.meta new file mode 100644 index 000000000..a5e356a57 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ad93c16e984d85439aedba427e8bfd1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/VisualEffect Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/VisualEffect Icon.png.meta new file mode 100644 index 000000000..978d7b396 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/VisualEffect Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b907d417832d26d4d910d6bdc35a6eac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/VisualEffectAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/VisualEffectAsset Icon.png.meta new file mode 100644 index 000000000..b3dcc5530 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/VisualEffectAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: caa7a512379f16b4fae2abf61ffaaef5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/d_VisualEffect Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/d_VisualEffect Icon.png.meta new file mode 100644 index 000000000..37eb7f8dd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/d_VisualEffect Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2c0d0e9600235ab40ba6c3245561eb64 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/d_VisualEffectAsset Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/d_VisualEffectAsset Icon.png.meta new file mode 100644 index 000000000..423d64511 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/vfx/d_VisualEffectAsset Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d218ea292829f2a4591f257d66b5b54a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video.meta new file mode 100644 index 000000000..37611b536 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 63bf2949b09442d4b8a1879ed27615cc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/VideoClip Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/VideoClip Icon.png.meta new file mode 100644 index 000000000..29bc938ab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/VideoClip Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1e9b850c92b23d1448579af135307c25 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/VideoPlayer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/VideoPlayer Icon.png.meta new file mode 100644 index 000000000..e5599ec94 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/VideoPlayer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1a7fdc48924fdd64c869d0cd3e8c2f50 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/d_VideoPlayer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/d_VideoPlayer Icon.png.meta new file mode 100644 index 000000000..1d61520b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/video/d_VideoPlayer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c6e248052b0a6924dbfa6ee19766e7c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr.meta new file mode 100644 index 000000000..47a6828fd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1010842714330b34a87701de1873a876 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa.meta new file mode 100644 index 000000000..06ab3ee5f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2d6f5e26ef093614f93f66f9fff1282a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/SpatialMappingCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/SpatialMappingCollider Icon.png.meta new file mode 100644 index 000000000..ba0e368c5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/SpatialMappingCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8e66c05984dc3db45949cbfe8b87afc6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/SpatialMappingRenderer Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/SpatialMappingRenderer Icon.png.meta new file mode 100644 index 000000000..f9722779f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/SpatialMappingRenderer Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 948030cc24ffafa4a80db2dcfd9fdf17 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/WorldAnchor Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/WorldAnchor Icon.png.meta new file mode 100644 index 000000000..36586c1f0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/WorldAnchor Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b8ffd6b2a954728409bde6cc57e1301d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/d_SpatialMappingCollider Icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/d_SpatialMappingCollider Icon.png.meta new file mode 100644 index 000000000..ac0a2a2f5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/processed/unityengine/xr/wsa/d_SpatialMappingCollider Icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dd536f9c6a3e4ce41a5afb60be0c8df7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/redGroove.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/redGroove.png.meta new file mode 100644 index 000000000..c4dc4e5e6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/redGroove.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0c1c321125234aa43be4eb7243153f68 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/rightBracket.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/rightBracket.png.meta new file mode 100644 index 000000000..4f12f4bd5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/rightBracket.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8b4dbec18583fcf498d1beaf96236af5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed.png.meta new file mode 100644 index 000000000..514e56a86 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6b5051311bad26e4883afd4e8788ae2d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed@2x.png.meta new file mode 100644 index 000000000..a42d89553 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 341b7ffc1d84d1a42b0b81c9230e3948 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed_hover.png.meta new file mode 100644 index 000000000..14f022403 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: da30ed38c0bfb8f48a73b99ee057cbcd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed_hover@2x.png.meta new file mode 100644 index 000000000..e3085277f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable-mixed_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8b5e3eec09f6bd84db89f0f4e8f1bf27 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable.png.meta new file mode 100644 index 000000000..d4a75beb1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9f3136506e07b044f9ac7ff8c228ba09 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable@2x.png.meta new file mode 100644 index 000000000..a0738c73c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 457e78ec5ffd5a3419d4b9ce98662485 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable_hover.png.meta new file mode 100644 index 000000000..3bfcf1292 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 60bb95783bccbf0439245d6a5ca4cf41 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable_hover@2x.png.meta new file mode 100644 index 000000000..fd98c0a40 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_notpickable_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 37c9c58c6607bb34aaf4a48022c894ca +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed.png.meta new file mode 100644 index 000000000..3bdfb8039 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 665dfdeedef7ece40955f27b08fa6ff1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed@2x.png.meta new file mode 100644 index 000000000..ee13e6a66 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 532235da4e932584296c94858a5a55ce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed_hover.png.meta new file mode 100644 index 000000000..0794b113d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c4d57672ab5679c43a7feaff0f42b47a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed_hover@2x.png.meta new file mode 100644 index 000000000..fedca48a2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable-mixed_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9ffe2379cfb1562419da4e7420c9ca41 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable.png.meta new file mode 100644 index 000000000..2b2c7f56c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a0244aa798f06a04fae303d89c30fe54 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable@2x.png.meta new file mode 100644 index 000000000..2b92bf2f1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b5124e567ffb00843967a4186690baf2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable_hover.png.meta new file mode 100644 index 000000000..4df215b21 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5bda46c8125514f4ea46da565b5fb817 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable_hover@2x.png.meta new file mode 100644 index 000000000..6efe1e548 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenepicking_pickable_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2e9823c9c5b5fe44bbf97cf7c5fb510f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed.png.meta new file mode 100644 index 000000000..1bfb6ac5c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6c9b509094b57dd4fbd69ee232487912 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed@2x.png.meta new file mode 100644 index 000000000..abdb1d8b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 745570321055e854fae211de12a7b572 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed_hover.png.meta new file mode 100644 index 000000000..8c72e71ee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6c33a19ebc21a03489d189c78265a29d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed_hover@2x.png.meta new file mode 100644 index 000000000..88da201c9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden-mixed_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e5b4ba1fa189f324987ab6b9361b2ae8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden.png.meta new file mode 100644 index 000000000..7012bf3cb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1c3dbb54360db7746a0dca786a013098 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden@2x.png.meta new file mode 100644 index 000000000..3751cb72b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c81916e0d43e876498e935265dbc3a50 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden_hover.png.meta new file mode 100644 index 000000000..8fb7ff16c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3bb1692d50cf3df43a16aea96b66ac01 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden_hover@2x.png.meta new file mode 100644 index 000000000..1d18c3d5b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_hidden_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e171497738966a14b8f980565193d0d5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_scene_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_scene_hover.png.meta new file mode 100644 index 000000000..174bd861c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_scene_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0dde0f180c73cc94b93cd20ee6675471 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_scene_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_scene_hover@2x.png.meta new file mode 100644 index 000000000..5ccda3278 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_scene_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b9e131ecd5b22984a8c61a0acb46dfa7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed.png.meta new file mode 100644 index 000000000..5a6f86226 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 682231f522da51c45b90588f5451791f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed@2x.png.meta new file mode 100644 index 000000000..597510b2e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aefd72c7f8562434b92799edc5aab0bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed_hover.png.meta new file mode 100644 index 000000000..a097227f4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7f8c69ff97fcb37449bd717fcd6aa1c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed_hover@2x.png.meta new file mode 100644 index 000000000..85dd30397 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible-mixed_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ec361517a1c28af42954cbcd84b9b9cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible.png.meta new file mode 100644 index 000000000..3a57c50a2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 45f006cdf5295634cb62dab583e0afa7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible@2x.png.meta new file mode 100644 index 000000000..17131ed64 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c0b0e0caad24e194bbe021ee8f03bf31 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible_hover.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible_hover.png.meta new file mode 100644 index 000000000..9bc995215 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible_hover.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b170737158f3fe24f8468aee2fdd4cbc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible_hover@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible_hover@2x.png.meta new file mode 100644 index 000000000..ac910e432 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/scenevis_visible_hover@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 692de86ef4e1e77429107681ec05be34 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager.meta b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager.meta new file mode 100644 index 000000000..80791d495 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4fa187289465e5b429dd493dba45a016 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/alertDialog.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/alertDialog.png.meta new file mode 100644 index 000000000..4be9edd1d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/alertDialog.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d3065360b376b7b40be6131e040e1562 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/alertDialog@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/alertDialog@2x.png.meta new file mode 100644 index 000000000..2a17d87ed --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/alertDialog@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ccb48be8865000949a664cdf70be4a9e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/conflict-icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/conflict-icon.png.meta new file mode 100644 index 000000000..20d1282f5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/conflict-icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fe71a0c1f91d9cc458503ad20031d7e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/conflict-icon@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/conflict-icon@2x.png.meta new file mode 100644 index 000000000..ee550d2cf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/shortcutmanager/conflict-icon@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 86c11b6aa2c4bcd4c88d445044a58ccc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap.meta new file mode 100644 index 000000000..04155e5dc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 75ff6c9484d812d4ba0395b1b2ea6df9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisX.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisX.png.meta new file mode 100644 index 000000000..90b453f66 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisX.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3408b3697858a5644a9080976a983de2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisX@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisX@2x.png.meta new file mode 100644 index 000000000..dcb43e8d9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisX@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a5f801caa4ad256469cdef799a0e1d4f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisY.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisY.png.meta new file mode 100644 index 000000000..28a111b07 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisY.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: acc893e97d062cc418e0391a722a5449 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisY@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisY@2x.png.meta new file mode 100644 index 000000000..09de917c5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisY@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8c164b7586ceb394f8729e1e7c3b6107 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisZ.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisZ.png.meta new file mode 100644 index 000000000..30c6fe02a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisZ.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 65b84a5db9e9c2b43aaedddf2efdebf4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisZ@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisZ@2x.png.meta new file mode 100644 index 000000000..58ecb5fe1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/GridAxisZ@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 40c463b499ddbde44906dd4fad4c0264 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-Off.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-Off.png.meta new file mode 100644 index 000000000..13f78cff2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-Off.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e4db9f9c27b0aa24895ba645440a65bc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-Off@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-Off@2x.png.meta new file mode 100644 index 000000000..50d1c5aac --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-Off@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 03e08040c6298444f80e24fe9e347ab8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-On.png.meta new file mode 100644 index 000000000..33f9fa16b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d547abe96ce79084bbf9dae3891ba462 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-On@2x.png.meta new file mode 100644 index 000000000..0df573494 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/SceneViewSnap-On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2afb7a4f1a96f5c40bb9ca7befade64e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisX.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisX.png.meta new file mode 100644 index 000000000..b78ac4bee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisX.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fdd9a2859e4e5764ebf4136d947ba480 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisX@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisX@2x.png.meta new file mode 100644 index 000000000..8583e0ed4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisX@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 37a6d531d4c028e44a20fc0b50eb2a72 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisY.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisY.png.meta new file mode 100644 index 000000000..f016cafce --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisY.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6ff613a8f798b2740942f5e602f85e8f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisY@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisY@2x.png.meta new file mode 100644 index 000000000..01ec4aeea --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisY@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e9770321de448a04f97766ae7e1b0538 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisZ.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisZ.png.meta new file mode 100644 index 000000000..776776d9c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisZ.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5d2c8bdbb0452e64f983af7e094dc357 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisZ@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisZ@2x.png.meta new file mode 100644 index 000000000..98df63b9d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_GridAxisZ@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: df3debe8a3237684aac409a2cd456b22 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-Off.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-Off.png.meta new file mode 100644 index 000000000..ae1edbb60 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-Off.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 87f26e4331e72394a8670ecc2ca7edf0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-Off@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-Off@2x.png.meta new file mode 100644 index 000000000..13f0ecdd9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-Off@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f4cb0548ab3235a4389ec41fb20f112f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-On.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-On.png.meta new file mode 100644 index 000000000..e6953da7c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-On.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 251e6ff2e1bf81d468534c7c0e1aed7f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-On@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-On@2x.png.meta new file mode 100644 index 000000000..df2aef1cc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/snap/d_SceneViewSnap-On@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 18e225b20ba301d4ca689d21008f1e6a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot0_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot0_sml.png.meta new file mode 100644 index 000000000..d322e8538 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot0_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b9c598f28a0007640bebddec724e2b82 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot10_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot10_sml.png.meta new file mode 100644 index 000000000..01b7f66e6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot10_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9b93802bd709bc347acab2688a4d42a4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot11_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot11_sml.png.meta new file mode 100644 index 000000000..7d73615e2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot11_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: da4c949f5468edf428c1ef41b76d1149 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot12_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot12_sml.png.meta new file mode 100644 index 000000000..f82158fab --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot12_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 39fbf40b92d1c6c41954ab1cfcda8e37 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot13_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot13_sml.png.meta new file mode 100644 index 000000000..628d447e5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot13_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 77ee6f99c071c514a98d76d52d542a3b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot14_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot14_sml.png.meta new file mode 100644 index 000000000..e32d8c997 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot14_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d0c89c6d1c689264da0b1247cbe459f6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot15_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot15_sml.png.meta new file mode 100644 index 000000000..4c086fb95 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot15_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e90ef2f5b004fe34ca593606aecd6d02 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot1_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot1_sml.png.meta new file mode 100644 index 000000000..fc9c3a877 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot1_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4ec9fe01f2d99574e918b40c0d4a7d0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot2_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot2_sml.png.meta new file mode 100644 index 000000000..9cac5e392 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot2_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: aebf2b47434beda46beebcd7869e9d37 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot3_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot3_sml.png.meta new file mode 100644 index 000000000..acb688093 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot3_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d358aec38b282bb4795b2fa3fc4bd3d5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot4_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot4_sml.png.meta new file mode 100644 index 000000000..d02b093da --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot4_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b83ea20d813c24043b007052ca802ca4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot5_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot5_sml.png.meta new file mode 100644 index 000000000..d2873b27c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot5_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cc080a86c0aa55443aeef36ea6b4526c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot6_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot6_sml.png.meta new file mode 100644 index 000000000..03b6c481c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot6_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: de774ce9f9508d84fa0c408e6eb0a79e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot7_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot7_sml.png.meta new file mode 100644 index 000000000..adb0dac2f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot7_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d98ebf5ce1db529458f9eb798185e158 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot8_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot8_sml.png.meta new file mode 100644 index 000000000..4fe946de2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot8_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 72070f93a233e0b4fa05843c88c8a070 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot9_sml.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot9_sml.png.meta new file mode 100644 index 000000000..e6bb9003b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_dot9_sml.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 494b895d51e3bc049a6d7c9f4027fe2a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name0.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name0.png.meta new file mode 100644 index 000000000..5ebdeef4e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name0.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 77f1bc3d7feb99a4bab36b4f9156a7da +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name1.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name1.png.meta new file mode 100644 index 000000000..9bbb39713 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: bb945ac905027b24bab8de7a69cfde4f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name2.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name2.png.meta new file mode 100644 index 000000000..d6c77a6e5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9316f94c0d93eb24392594025f6ebce9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name3.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name3.png.meta new file mode 100644 index 000000000..118e5bcbf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e3fd2bc1899e58c43af61e7150ce83a0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name4.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name4.png.meta new file mode 100644 index 000000000..80b800780 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name4.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 91b75c9f013501945aa4f0f82593a42e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name5.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name5.png.meta new file mode 100644 index 000000000..cf81679be --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name5.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a40def860fcf970468ba5edca01a48ea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name6.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name6.png.meta new file mode 100644 index 000000000..6d9128c9a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name6.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 83d691a89a868b848b262db87368e459 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name7.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name7.png.meta new file mode 100644 index 000000000..3db29a79d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_name7.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 24a0c04fb0ea308469e55d0ca304ff4f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_none.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_none.png.meta new file mode 100644 index 000000000..ed98fc6fd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_icon_none.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 63529b1aeab7cd54282fab35f47ad563 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_0.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_0.png.meta new file mode 100644 index 000000000..0ccc7ea7c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_0.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 05c4a46306fa5334faa5d73fd584e3d3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_1.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_1.png.meta new file mode 100644 index 000000000..9a4cef744 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_1.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 30504902ca935334fbe1cc4d95d7c791 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_2.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_2.png.meta new file mode 100644 index 000000000..7681fc9bf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_2.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7f37f05af0107e043aff0229fbe0428c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_3.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_3.png.meta new file mode 100644 index 000000000..0d3fd4535 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_3.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1af195f631b97404aa66d86dceed6582 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_4.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_4.png.meta new file mode 100644 index 000000000..18979abd7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_4.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e50246230c9fb2d489befecc5ac7ecc0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_5.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_5.png.meta new file mode 100644 index 000000000..8a3bae093 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_5.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fb1a8433e2d6c8d4397a462e4c26e9e0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_6.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_6.png.meta new file mode 100644 index 000000000..0fb3752bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_6.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a1e6de4a296e7284d83764638dea330f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_7.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_7.png.meta new file mode 100644 index 000000000..190e5f5cb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/sv_label_7.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 095ca97ad3dbe9d4eadf1678aa5d302c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tab_next.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tab_next.png.meta new file mode 100644 index 000000000..70fd47a79 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tab_next.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 472840ad690bdcf498728bc2eedc3d52 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tab_next@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tab_next@2x.png.meta new file mode 100644 index 000000000..3385ca821 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tab_next@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9be23156108c5334498b62304c20a17b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tab_prev.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tab_prev.png.meta new file mode 100644 index 000000000..4f2497398 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tab_prev.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ad49d7329f53e694db8bd82a481ef97f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tab_prev@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tab_prev@2x.png.meta new file mode 100644 index 000000000..62a8a17b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tab_prev@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 735772b20a3daf7419a9c6565a959a50 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tranp.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tranp.png.meta new file mode 100644 index 000000000..757ddfc66 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tranp.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d7d1c0428c2793642a2e3439a38346ec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon.png.meta new file mode 100644 index 000000000..2ba42e57e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 32f56f1cd3a7e994aa9482e458fac38d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_branch.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_branch.png.meta new file mode 100644 index 000000000..2620003ce --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_branch.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3ba6e192f2e5a08469ce8385e7dbdff1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_branch_frond.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_branch_frond.png.meta new file mode 100644 index 000000000..c59d4a268 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_branch_frond.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fecfedf1971671844ac2d2bfdd763414 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_frond.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_frond.png.meta new file mode 100644 index 000000000..600d51efb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_frond.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: addae94a811817e4cb5d65a555f7ba37 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_leaf.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_leaf.png.meta new file mode 100644 index 000000000..b03ba2afc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/tree_icon_leaf.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fc10b1d26e3e548409e24b9e0343f75a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/vcs_change.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/vcs_change.png.meta new file mode 100644 index 000000000..9cdbf6765 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/vcs_change.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 237c3e19452eeb448b68623adaa5cc0b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/vcs_document.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/vcs_document.png.meta new file mode 100644 index 000000000..336396c5c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/vcs_document.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 53e49c2e8e4afc04b9556d9c0d6a6688 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/vcs_incoming.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/vcs_incoming.png.meta new file mode 100644 index 000000000..60362a5e2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/vcs_incoming.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8c286039eb13bcc4da8864f40551e970 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol.meta new file mode 100644 index 000000000..612b76927 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 35bb60aab82aa8a44b2663d5d2a15707 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedLocal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedLocal.png.meta new file mode 100644 index 000000000..375aa0421 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedLocal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2cfeab719413bfb43be7b14618fd244b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedLocal@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedLocal@2x.png.meta new file mode 100644 index 000000000..b978baadc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedLocal@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 28d07ed92dd636a4793639c91a3991d8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedRemote.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedRemote.png.meta new file mode 100644 index 000000000..dc10c1da4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedRemote.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2f16090e748855549b3618d73d503d19 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedRemote@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedRemote@2x.png.meta new file mode 100644 index 000000000..0199275a2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_AddedRemote@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3fa6458b91592654898bdbb7dbd3ec55 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueLeftParenthesis.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueLeftParenthesis.png.meta new file mode 100644 index 000000000..96f298211 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueLeftParenthesis.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 771365dbcc9690d439bf6cbf9b230b8c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueLeftParenthesis@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueLeftParenthesis@2x.png.meta new file mode 100644 index 000000000..17682af7a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueLeftParenthesis@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 35e1dfecf5318644e87026f82a2aff79 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueRightParenthesis.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueRightParenthesis.png.meta new file mode 100644 index 000000000..cf19e8a1b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueRightParenthesis.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f5669106ee4143241b006ee849f30283 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueRightParenthesis@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueRightParenthesis@2x.png.meta new file mode 100644 index 000000000..67b1e07f1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_BlueRightParenthesis@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b096140b81fcb448ad1515b6ca6a590 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutLocal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutLocal.png.meta new file mode 100644 index 000000000..0ac083ec6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutLocal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 228d4b574fb2a1b49b1f89bb70798260 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutLocal@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutLocal@2x.png.meta new file mode 100644 index 000000000..8bcae1be6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutLocal@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d4331004f8809e54aad6327418963547 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutRemote.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutRemote.png.meta new file mode 100644 index 000000000..a645f07d2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutRemote.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1acc757d0598bc7419283ebcf6977fd8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutRemote@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutRemote@2x.png.meta new file mode 100644 index 000000000..f21b09ad5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_CheckOutRemote@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 289c2d24a5585ba42bf865f0bc6a7aa9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Conflicted.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Conflicted.png.meta new file mode 100644 index 000000000..d017d601d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Conflicted.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f1a8b58a283c9064b9ec06e2194890d5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Conflicted@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Conflicted@2x.png.meta new file mode 100644 index 000000000..53e1a9c8d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Conflicted@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f1727aae7e58c2145843506461cf5509 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedLocal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedLocal.png.meta new file mode 100644 index 000000000..08d842c6c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedLocal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9d42cc0163b5bb144868cb0f7a79694f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedLocal@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedLocal@2x.png.meta new file mode 100644 index 000000000..0584b59fa --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedLocal@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: cf171867ad5629a48a52515c209f0c78 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedRemote.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedRemote.png.meta new file mode 100644 index 000000000..430f1a6b9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedRemote.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c9883e2ea58b51642a55792bd8bc885e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedRemote@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedRemote@2x.png.meta new file mode 100644 index 000000000..db495622d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_DeletedRemote@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3398afe24b15aba46b854ab2c28323e4 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Local.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Local.png.meta new file mode 100644 index 000000000..2a00f355a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Local.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1285beb8a11d43a42a5c99f1a73f497d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Local@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Local@2x.png.meta new file mode 100644 index 000000000..832094e87 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Local@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8f27ce77ad820554bae8f84a0929b79b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedLocal.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedLocal.png.meta new file mode 100644 index 000000000..7e8a83eae --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedLocal.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: fbf49a42fc4fd834db4d2854c9fdfbb5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedLocal@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedLocal@2x.png.meta new file mode 100644 index 000000000..d37ac66ad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedLocal@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 938458ad0f6dafd48a108b60085cff21 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedRemote.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedRemote.png.meta new file mode 100644 index 000000000..515d39e75 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedRemote.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 09afb8eb09c662040876f76aeb6f81c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedRemote@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedRemote@2x.png.meta new file mode 100644 index 000000000..0dc14ed41 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_LockedRemote@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1f4ded7ae88bc1e4d96e8a3088d72da5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_OutOfSync.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_OutOfSync.png.meta new file mode 100644 index 000000000..5983122c9 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_OutOfSync.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d56d0b21586c5aa418aecf19678eb128 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_OutOfSync@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_OutOfSync@2x.png.meta new file mode 100644 index 000000000..e75ecda31 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_OutOfSync@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3f4409bf526efd1408f56a844d293e21 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedLeftParenthesis.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedLeftParenthesis.png.meta new file mode 100644 index 000000000..a01f9ba34 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedLeftParenthesis.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f725c86db1576ed4b81cce24067a906e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedLeftParenthesis@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedLeftParenthesis@2x.png.meta new file mode 100644 index 000000000..979e379ee --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedLeftParenthesis@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8d475ad99f0f67b44aaadf14d161c74f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedRightParenthesis.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedRightParenthesis.png.meta new file mode 100644 index 000000000..c3eee3742 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedRightParenthesis.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d7a33c9604e70e8418b1f6f1a9516023 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedRightParenthesis@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedRightParenthesis@2x.png.meta new file mode 100644 index 000000000..18c1499ed --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_RedRightParenthesis@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: df074f8cf2770644a89d9d6c0fc0a5d1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Updating.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Updating.png.meta new file mode 100644 index 000000000..e24a927b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Updating.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b01ff02ce060f8047a788d861586a344 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Updating@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Updating@2x.png.meta new file mode 100644 index 000000000..ea2e0db68 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/versioncontrol/P4_Updating@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2278900478b941448864691f25e37277 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph.png.meta new file mode 100644 index 000000000..c52e883f1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 293347fc000b68f4f873891c6178a903 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_close_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_close_h.png.meta new file mode 100644 index 000000000..9dd450cfd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_close_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f069a64090c261849b7685ed0ee3d3f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_max_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_max_h.png.meta new file mode 100644 index 000000000..d6ad0320c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_max_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b7f38b80d50f2be499a8ca5d3e606cdc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_min_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_min_h.png.meta new file mode 100644 index 000000000..19acca1d6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_graph_min_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 4c7156182ab05ad48a370bbf0d9531fd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close.png.meta new file mode 100644 index 000000000..b63d0327e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: f60d76addf499fa4590308fb9ad524ad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close@2x.png.meta new file mode 100644 index 000000000..ff9081810 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6fbd5a97d09d9ab4a800d203a690eba8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_a.png.meta new file mode 100644 index 000000000..8107fc5bb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c308cb3a7bfe19447add9f4e78239a7d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_a@2x.png.meta new file mode 100644 index 000000000..893693c20 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 15fcf531feceef8438c9e35edbc55be3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_h.png.meta new file mode 100644 index 000000000..c3b0e4192 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8053c7808684dc84ab1e65312fa4660d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_h@2x.png.meta new file mode 100644 index 000000000..fa4e97f53 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_close_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 851229a238e6718499dc3c0a0af5ba4c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_inact.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_inact.png.meta new file mode 100644 index 000000000..0d5504799 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_inact.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 926c6c7a73905644eb4ac4aee76bcc69 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_inact@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_inact@2x.png.meta new file mode 100644 index 000000000..6222b18f1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_inact@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d470f579efdfe7c4bb47239ddbbbf419 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max.png.meta new file mode 100644 index 000000000..9cccd8c73 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: effcd9f664c162d4b962efecd58227f7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max@2x.png.meta new file mode 100644 index 000000000..07080a4bd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5224935884d01cd429fe84968e4d3474 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_a.png.meta new file mode 100644 index 000000000..df013a476 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e568eb434fc7cb34ea10b066b2bddcc7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_a@2x.png.meta new file mode 100644 index 000000000..94678c4d0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5d1dbc542dc22614eabe8b9890b7dcc5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_h.png.meta new file mode 100644 index 000000000..569406f3a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ea44e51e4efeb9b43b0876990ef0d02b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_h@2x.png.meta new file mode 100644 index 000000000..9eef01221 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_max_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 99dbe089efdc37b44a3a02ca91e70828 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min.png.meta new file mode 100644 index 000000000..7c4eb284b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 587811dafe639cb4499db1052e354d4b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min@2x.png.meta new file mode 100644 index 000000000..bce88ef2a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 59b1025cb233dbc4fb616c66b9a2d8ed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_a.png.meta new file mode 100644 index 000000000..986e839d0 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5635d3e8ecf30ae48a4ff98b83efe11d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_a@2x.png.meta new file mode 100644 index 000000000..f79d6f911 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 97119bbce77aa8b4fa87f0503a845c0e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_h.png.meta new file mode 100644 index 000000000..2a0f5c0d8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9e5e882a95309c34d8e8ce9f11a36c52 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_h@2x.png.meta new file mode 100644 index 000000000..77bdff928 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_mac_min_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 217ac90f552f2a14e9874eda4b8dbf7c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close.png.meta new file mode 100644 index 000000000..63606680b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: a7ea31a792775cb4c8dc8cebf62d0ed0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close@2x.png.meta new file mode 100644 index 000000000..498757397 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: d9800e7ba411da04496a212030cd7293 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_a.png.meta new file mode 100644 index 000000000..62f96a9c8 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6342f2ddb34721843a5645a7ca3dd44c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_a@2x.png.meta new file mode 100644 index 000000000..fe2bce6bf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7f020d990e6776e48ad67ef02718b533 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_h.png.meta new file mode 100644 index 000000000..0ba95f85f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 8e9897d21eb50254ea24000f42b673ce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_h@2x.png.meta new file mode 100644 index 000000000..044fa1575 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_close_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 6f675b7748d86ab4aaf8188695f33b0f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max.png.meta new file mode 100644 index 000000000..f31c39e3d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: dc937fc7e32306743b1297e6c5138cc7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max@2x.png.meta new file mode 100644 index 000000000..0302cde05 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: c86c3f612561cd74a9d69abb9184a35a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_a.png.meta new file mode 100644 index 000000000..d1f4ca55c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 172ed6fcb12db1b43b0edea1b7870b69 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_a@2x.png.meta new file mode 100644 index 000000000..e3b85dcbc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9e2dfafe712e7ca47aea843bae1cd59c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_h.png.meta new file mode 100644 index 000000000..a19f18684 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0785f49e0dcdfcb40bb71e5aab27da25 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_h@2x.png.meta new file mode 100644 index 000000000..7ed08207c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_max_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0f64896c106f63d4191dcdc19131874b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min.png.meta new file mode 100644 index 000000000..294842d47 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 1debef9a4a1c598469f63f71fe55c9e9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min_a.png.meta new file mode 100644 index 000000000..6ec1378d5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 79f082a3e8fd16b47b19c602febe3d1f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min_h.png.meta new file mode 100644 index 000000000..07c533d8a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_min_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 157f2488b3661f24c90f1aa60c25a17f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest.png.meta new file mode 100644 index 000000000..a04165ed1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 869dbee630223074ca49728fb03f2efd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest_a.png.meta new file mode 100644 index 000000000..9e886ed4d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 0a140430c4e02304e97492d5ca1ce8ca +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest_h.png.meta new file mode 100644 index 000000000..c500e72b7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_rest_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: b754cc8f33133ea4cae0295a5f89677a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore.png.meta new file mode 100644 index 000000000..c3d8d5bdf --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 3b9f135c3a745534eba625704d287d5b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore@2x.png.meta new file mode 100644 index 000000000..9b2a78efb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 2bcd90e2f132d724d801b5774459b818 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_a.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_a.png.meta new file mode 100644 index 000000000..638f602dd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_a.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 9751b9ee1e7e1004390f53a1de53b595 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_a@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_a@2x.png.meta new file mode 100644 index 000000000..6d4796506 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_a@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 32a83161f278f7245b023017a24c2613 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_h.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_h.png.meta new file mode 100644 index 000000000..84ce1bb6a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_h.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7823e406f9749ce468b3dedd98fabbdd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_h@2x.png.meta b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_h@2x.png.meta new file mode 100644 index 000000000..dfc11b387 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Editor_Icons/winbtn_win_restore_h@2x.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 688d94a404d40274085ab0205eccf12b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Fonts.meta b/Assets/BITKit/Unity/Art/Fonts.meta new file mode 100644 index 000000000..2f6c62784 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Fonts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f20169dea6a2e154889cfc65f471885c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Fonts/SDF.meta b/Assets/BITKit/Unity/Art/Fonts/SDF.meta new file mode 100644 index 000000000..3526e37cd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Fonts/SDF.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 966d7a12db4c0a440aacf6d69a64c015 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Fonts/SDF/D-DIN-PRO-400-Regular SDF.asset.meta b/Assets/BITKit/Unity/Art/Fonts/SDF/D-DIN-PRO-400-Regular SDF.asset.meta new file mode 100644 index 000000000..2916a83d3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Fonts/SDF/D-DIN-PRO-400-Regular SDF.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 744a684e46476f24d9dd31815a06f2d3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Fonts/SDF/Roboto-Regular SDF.asset.meta b/Assets/BITKit/Unity/Art/Fonts/SDF/Roboto-Regular SDF.asset.meta new file mode 100644 index 000000000..6ea7da954 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Fonts/SDF/Roboto-Regular SDF.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5b449e7b33d231a4085b869a8ae2c94c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Fonts/SDF/RobotoMono-Regular SDF.asset.meta b/Assets/BITKit/Unity/Art/Fonts/SDF/RobotoMono-Regular SDF.asset.meta new file mode 100644 index 000000000..213d767fe --- /dev/null +++ b/Assets/BITKit/Unity/Art/Fonts/SDF/RobotoMono-Regular SDF.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80aac7bd0b8285447969138184e2ee0b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Bold SDF.asset.meta b/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Bold SDF.asset.meta new file mode 100644 index 000000000..675a8683c --- /dev/null +++ b/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Bold SDF.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7b6a2cbff5c66dc42a81b604c826c04d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular SDF.asset.meta b/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular SDF.asset.meta new file mode 100644 index 000000000..53f1cde6e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular SDF.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f61e01f10d33fb48a56bb976a364395 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Fonts/zh-cn.txt.meta b/Assets/BITKit/Unity/Art/Fonts/zh-cn.txt.meta new file mode 100644 index 000000000..a04a19210 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Fonts/zh-cn.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 409d2554d9447844482d62f16b64f38b +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons.meta b/Assets/BITKit/Unity/Art/Icons.meta new file mode 100644 index 000000000..4330ee7b5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4c9d9e9dac280ea4583a61c835bad18f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows.meta b/Assets/BITKit/Unity/Art/Icons/Arrows.meta new file mode 100644 index 000000000..8c7be8b7e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 597d3b093f2fa0240a0e57236c938dce +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon__keyboard-arrow-down-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon__keyboard-arrow-down-rounded.png.meta new file mode 100644 index 000000000..bf261ce8f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon__keyboard-arrow-down-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: a79c122d566f8e54fa08dfc2cffd6828 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_chevron-left-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_chevron-left-rounded.png.meta new file mode 100644 index 000000000..0fd6570d7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_chevron-left-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 76da1f1cbb542714283e16db9aa8af7c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_chevron-right-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_chevron-right-rounded.png.meta new file mode 100644 index 000000000..01478529b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_chevron-right-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 9e83d4b468bd75a47ab3d72155f367e5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-down-left-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-down-left-rounded.png.meta new file mode 100644 index 000000000..a25205d53 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-down-left-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 93b327f2e8bb65f40a1b47d13ecfafcf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-down-right-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-down-right-rounded.png.meta new file mode 100644 index 000000000..684b89aba --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-down-right-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 6103653931b39ca41a64af379712495c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-left-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-left-rounded.png.meta new file mode 100644 index 000000000..9c463e246 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-left-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: e2a7dc01d1a854b429e7698649c340bd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-right-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-right-rounded.png.meta new file mode 100644 index 000000000..2962d4b20 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-right-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 08e2edf7cdff08240a792ce62c67014d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-rounded.png.meta new file mode 100644 index 000000000..608f24255 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_keyboard-arrow-up-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: f75638302ccf8ba41acbf96be794e86d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_rotate-left-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_rotate-left-rounded.png.meta new file mode 100644 index 000000000..c23173eba --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_rotate-left-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 2ad364b7a1e245649b7c0eed7b710beb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Arrows/icon_rotate-right-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_rotate-right-rounded.png.meta new file mode 100644 index 000000000..efbc29fad --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Arrows/icon_rotate-right-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 08e034d5038ca65409447bd175ebc3f1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 64 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Corner.png.meta b/Assets/BITKit/Unity/Art/Icons/Corner.png.meta new file mode 100644 index 000000000..4b016f677 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Corner.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: a9105c5b345809c4a9cc6a3facc88782 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_Circle.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_Circle.png.meta new file mode 100644 index 000000000..0f09bcc05 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_Circle.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: f3034edf3513e6d4d990c3d1f2ba2db1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_Debug.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_Debug.png.meta new file mode 100644 index 000000000..9644136d5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_Debug.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 5122dde3edb09be41ace7c467c46f369 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_Exit.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_Exit.png.meta new file mode 100644 index 000000000..0663c2b4e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_Exit.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 0f802685feef79841958a617e29e85ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_Registry_Editor.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_Registry_Editor.png.meta new file mode 100644 index 000000000..520b1f9e5 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_Registry_Editor.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 9ac66422e606ebb46b28d325a16ecba5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_Settings.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_Settings.png.meta new file mode 100644 index 000000000..f9156b2f6 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_Settings.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 83d6032243d653847999ca08250080a1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_assembly.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_assembly.png.meta new file mode 100644 index 000000000..a71a6be65 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_assembly.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 71511f079ee6a314ba57cd427daadb35 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_bezier.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_bezier.png.meta new file mode 100644 index 000000000..c7a4e7cb3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_bezier.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 53a31865c68710b4bb252cbdaef29c9e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_bxs_cctv.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_bxs_cctv.png.meta new file mode 100644 index 000000000..39f0a046d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_bxs_cctv.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 3e1e9a9b6a5fcd846b968c314a55da8b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_cancel.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_cancel.png.meta new file mode 100644 index 000000000..fc4fa71e2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_cancel.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 12578c419c386034396aa1a8d6d5b990 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_chrome-full-screen.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_chrome-full-screen.png.meta new file mode 100644 index 000000000..e91df4306 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_chrome-full-screen.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 14369dec7c1910746a4a0cfb41056f53 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_close-fullscreen.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_close-fullscreen.png.meta new file mode 100644 index 000000000..d8a44025d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_close-fullscreen.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 7e1f4060a3bd8324d80ddf91be477e49 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_ic_baseline-video-file.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_ic_baseline-video-file.png.meta new file mode 100644 index 000000000..9cece726a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_ic_baseline-video-file.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 5dfe08374ce53e74ebfa29b4545d858e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_locked-env.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_locked-env.png.meta new file mode 100644 index 000000000..bae12e0b1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_locked-env.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 29138e18aa45ead47b7f1e2768f212c8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_mdi_cog-refresh.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_mdi_cog-refresh.png.meta new file mode 100644 index 000000000..c0e910630 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_mdi_cog-refresh.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: da90734193a7af8439aa7be72e04b9b8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_mdi_robot-dead.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_mdi_robot-dead.png.meta new file mode 100644 index 000000000..4afed9d28 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_mdi_robot-dead.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 826ba195883425042bce860d770c72d1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_mdi_robot-dead_Dark.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_mdi_robot-dead_Dark.png.meta new file mode 100644 index 000000000..b832225e1 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_mdi_robot-dead_Dark.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: d2924bef52638814d8d740fd71cb5d96 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_play-circle-sharp.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_play-circle-sharp.png.meta new file mode 100644 index 000000000..a5242e5e7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_play-circle-sharp.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 08f3e1de4eb88c34a9526a46619e032c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_player-pause-filled.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_player-pause-filled.png.meta new file mode 100644 index 000000000..51bf3ab9e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_player-pause-filled.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: d0bbb0fbd038fd04e92661341531c8ab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_player-play-filled.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_player-play-filled.png.meta new file mode 100644 index 000000000..3c0c18a5e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_player-play-filled.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: a1f9760a9770ae24aabe1a346a44d2a5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_player-track-next-filled.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_player-track-next-filled.png.meta new file mode 100644 index 000000000..d1038633a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_player-track-next-filled.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 20c29de72b51c9344b5fef47e6472693 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_player-track-prev-filled.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_player-track-prev-filled.png.meta new file mode 100644 index 000000000..8c7042ada --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_player-track-prev-filled.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 7d1187fbf91d0ac418a4f5d768b99c3f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_record-rec.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_record-rec.png.meta new file mode 100644 index 000000000..45320bfeb --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_record-rec.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: fac88e4b18e3dbb49a497caa79332da9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_refresh.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_refresh.png.meta new file mode 100644 index 000000000..108aab49e --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_refresh.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: b186887e2e8658b4b984a256bd109c5a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_return.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_return.png.meta new file mode 100644 index 000000000..a7e9c557b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_return.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 300cc21a26336b542a7fc85d6f9333f6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_signal-wifi-error-line.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_signal-wifi-error-line.png.meta new file mode 100644 index 000000000..f65090cc2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_signal-wifi-error-line.png.meta @@ -0,0 +1,166 @@ +fileFormatVersion: 2 +guid: 3abe155f6e32b034e8d7bd96e2049875 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_stop-pause.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_stop-pause.png.meta new file mode 100644 index 000000000..0df152c78 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_stop-pause.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 94c4d698473e05642bcd8e6686e89b9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Icon_symbols_close.png.meta b/Assets/BITKit/Unity/Art/Icons/Icon_symbols_close.png.meta new file mode 100644 index 000000000..217f38f52 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Icon_symbols_close.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: aae5806b415655d41898c5712ec55d46 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Ionc_save.png.meta b/Assets/BITKit/Unity/Art/Icons/Ionc_save.png.meta new file mode 100644 index 000000000..17ab41958 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Ionc_save.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 34177e8366a63d84ab0a75e5e011e783 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Window Manager.png.meta b/Assets/BITKit/Unity/Art/Icons/Window Manager.png.meta new file mode 100644 index 000000000..a782d2f3d --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Window Manager.png.meta @@ -0,0 +1,122 @@ +fileFormatVersion: 2 +guid: d8babda278a43b64281291cdad557c0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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: 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Window Tab.png.meta b/Assets/BITKit/Unity/Art/Icons/Window Tab.png.meta new file mode 100644 index 000000000..4223a5862 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Window Tab.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 2427f62ec555df341837da126e892853 +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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/Windows.png.meta b/Assets/BITKit/Unity/Art/Icons/Windows.png.meta new file mode 100644 index 000000000..cfa6a2633 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/Windows.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: b34f30cbf6975d34fb6ca73deeb90202 +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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/ic_baseline-view-in-ar.png.meta b/Assets/BITKit/Unity/Art/Icons/ic_baseline-view-in-ar.png.meta new file mode 100644 index 000000000..2d9dbf651 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/ic_baseline-view-in-ar.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 9e57e49deca07c848aeeb2bd7d622f92 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_add-location-alt.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_add-location-alt.png.meta new file mode 100644 index 000000000..2b2dd4468 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_add-location-alt.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: bddf196ba5fadd24b8ac7cc4ac13c8b5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_arrow-drop-down-rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_arrow-drop-down-rounded.png.meta new file mode 100644 index 000000000..96074807a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_arrow-drop-down-rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 4858c7037b983f44ca3d1c4d1b6fb4d5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_circular-blur.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_circular-blur.png.meta new file mode 100644 index 000000000..6ae79de72 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_circular-blur.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 71bec7ec698adaf46ad336d8e64d370a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_cloud-download.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_cloud-download.png.meta new file mode 100644 index 000000000..73efa24c4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_cloud-download.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 3788ce0bd75b944408d89d932a9febb0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_cursor-pointer-filled.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_cursor-pointer-filled.png.meta new file mode 100644 index 000000000..cc6a7ff02 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_cursor-pointer-filled.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: ba14ff41fff179940a74b985f742b85e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_device-reset.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_device-reset.png.meta new file mode 100644 index 000000000..af12e480f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_device-reset.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 6c95dd1ee80657346a60554bb59352ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_document-data-32-filled.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_document-data-32-filled.png.meta new file mode 100644 index 000000000..d3fad3dd4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_document-data-32-filled.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: fd57f9d9568ebcd4aa147b3a8cb16991 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_joystick-container.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_joystick-container.png.meta new file mode 100644 index 000000000..470a6e174 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_joystick-container.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 1010b972382bbfc4ab67cdc95406b045 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_joystick.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_joystick.png.meta new file mode 100644 index 000000000..f7bade2df --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_joystick.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: b239a52ca94a1ee4ca71c455036be485 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 9 + spritePivot: {x: 0.49797243, y: 0.4270073} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 1537655665 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_keyboard-arrow-down.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_keyboard-arrow-down.png.meta new file mode 100644 index 000000000..fdc11a0a3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_keyboard-arrow-down.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 6f14c0574452bf543b5f2f2cd2a24104 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_logo-dev.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_logo-dev.png.meta new file mode 100644 index 000000000..16266891f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_logo-dev.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 936d4e7e4eff78f4d9d62601cbef1818 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_move-to-bottom.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_move-to-bottom.png.meta new file mode 100644 index 000000000..b421268fd --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_move-to-bottom.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: cd315688acdca504e9db15258b897154 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_navigate-next.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_navigate-next.png.meta new file mode 100644 index 000000000..1565ee128 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_navigate-next.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: e86cf07cb0316aa4b8b32a50a2d2b29a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_note.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_note.png.meta new file mode 100644 index 000000000..a235589f4 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_note.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: cfe18ede853b89c4d91b4b654b0d6763 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_notebook-16-filled.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_notebook-16-filled.png.meta new file mode 100644 index 000000000..520be94b2 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_notebook-16-filled.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 9c197038f6cce9849b54a3fe3f2b5780 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_outline-airplanemode-active.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_outline-airplanemode-active.png.meta new file mode 100644 index 000000000..0859c725b --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_outline-airplanemode-active.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: dfc43e5b6944fae47bac16467a1d0bd8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_ring.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_ring.png.meta new file mode 100644 index 000000000..95ea7002f --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_ring.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 229a13365f38a6649a9d5bfd87950e77 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_robot-two.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_robot-two.png.meta new file mode 100644 index 000000000..766b5ca67 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_robot-two.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: aeeaa0c2522748341a64b8e1edd3e00c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_squad_rounded.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_squad_rounded.png.meta new file mode 100644 index 000000000..9c26491c3 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_squad_rounded.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 3d22191762298804bab7e0a1553bdb62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 12, y: 12, z: 12, w: 12} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 1537655665 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_squard_border.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_squard_border.png.meta new file mode 100644 index 000000000..2990a1551 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_squard_border.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: d93eabb93d8487a49b64cda9e32eb640 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 0.001 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/icon_warning-duotone.png.meta b/Assets/BITKit/Unity/Art/Icons/icon_warning-duotone.png.meta new file mode 100644 index 000000000..505260b77 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/icon_warning-duotone.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: 46fa09f545c361641a6826cbf9d454c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/ooui_network-off.png.meta b/Assets/BITKit/Unity/Art/Icons/ooui_network-off.png.meta new file mode 100644 index 000000000..ee53a485a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/ooui_network-off.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: e76b3789a3108d74f9c33a70f758aa56 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Icons/ooui_network.png.meta b/Assets/BITKit/Unity/Art/Icons/ooui_network.png.meta new file mode 100644 index 000000000..62482f832 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Icons/ooui_network.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 9ba96ba6e188fdd4a94000b2da4d2465 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Images.meta b/Assets/BITKit/Unity/Art/Images.meta new file mode 100644 index 000000000..91bfdd05a --- /dev/null +++ b/Assets/BITKit/Unity/Art/Images.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8ed4f012d62a75d43bd062dedcba8396 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Images/Mod_Package.png.meta b/Assets/BITKit/Unity/Art/Images/Mod_Package.png.meta new file mode 100644 index 000000000..1fd80fdd7 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Images/Mod_Package.png.meta @@ -0,0 +1,127 @@ +fileFormatVersion: 2 +guid: 7ef0888883a3a7442989365c2dc57862 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Lens Dirt.meta b/Assets/BITKit/Unity/Art/Lens Dirt.meta new file mode 100644 index 000000000..ad8aff460 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Lens Dirt.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 69d8a036de7dd854191dd7d681418da1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt00.png.meta b/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt00.png.meta new file mode 100644 index 000000000..328f88560 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt00.png.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 20fbcea8c1a81b946ad08ac0bd3b98ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 9 + 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: 4096 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 0 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 0 + 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: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 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 + - serializedVersion: 3 + buildTarget: PS4 + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt01.png.meta b/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt01.png.meta new file mode 100644 index 000000000..f6aabac33 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt01.png.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: a6efeed9b968a4a40be2fe4d33962df8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 9 + 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: 4096 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 0 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 0 + 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: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 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 + - serializedVersion: 3 + buildTarget: PS4 + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt02.png.meta b/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt02.png.meta new file mode 100644 index 000000000..0734de1cc --- /dev/null +++ b/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt02.png.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 2b7a542f09d745a4b9acde2dfa7aa946 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 9 + 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: 4096 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 0 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 0 + 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: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 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 + - serializedVersion: 3 + buildTarget: PS4 + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt03.png.meta b/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt03.png.meta new file mode 100644 index 000000000..c658c0c01 --- /dev/null +++ b/Assets/BITKit/Unity/Art/Lens Dirt/LensDirt03.png.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 5d875bc2de0adc047bab7d2f348d592b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 9 + 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: 4096 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 0 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 0 + 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: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 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 + - serializedVersion: 3 + buildTarget: PS4 + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/BITKit/Unity/Configs.meta b/Assets/BITKit/Unity/Configs.meta new file mode 100644 index 000000000..b746d37ef --- /dev/null +++ b/Assets/BITKit/Unity/Configs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3fff8294f17893941999f02e785498cd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Configs/AppSettings.asset.meta b/Assets/BITKit/Unity/Configs/AppSettings.asset.meta new file mode 100644 index 000000000..cad5b7ddc --- /dev/null +++ b/Assets/BITKit/Unity/Configs/AppSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1451bf08b6fa9b74c943ab026ed03d92 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Configs/Input.meta b/Assets/BITKit/Unity/Configs/Input.meta new file mode 100644 index 000000000..f89f7d342 --- /dev/null +++ b/Assets/BITKit/Unity/Configs/Input.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 94a44c2097ff8a44db4dbaa18065dedf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Configs/Input/BITController.inputactions.meta b/Assets/BITKit/Unity/Configs/Input/BITController.inputactions.meta new file mode 100644 index 000000000..d3ca60b02 --- /dev/null +++ b/Assets/BITKit/Unity/Configs/Input/BITController.inputactions.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e0e9267cab824e8489fc27d83f1d07b7 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3} + generateWrapperCode: 0 + wrapperCodePath: Assets/BITKit/Scripts/InputSystem/BITController.cs + wrapperClassName: + wrapperCodeNamespace: BITKit.UniversalInputSystem diff --git a/Assets/BITKit/Unity/Configs/Input/CameraView.inputactions.meta b/Assets/BITKit/Unity/Configs/Input/CameraView.inputactions.meta new file mode 100644 index 000000000..783c9f345 --- /dev/null +++ b/Assets/BITKit/Unity/Configs/Input/CameraView.inputactions.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 982f09e3c8458314bad75d3c12b901d4 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3} + generateWrapperCode: 0 + wrapperCodePath: + wrapperClassName: + wrapperCodeNamespace: diff --git a/Assets/BITKit/Unity/Configs/Input/Console.inputactions.meta b/Assets/BITKit/Unity/Configs/Input/Console.inputactions.meta new file mode 100644 index 000000000..fdea4fda9 --- /dev/null +++ b/Assets/BITKit/Unity/Configs/Input/Console.inputactions.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8cbfbf37476baaf4bb5c172bc099a585 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3} + generateWrapperCode: 0 + wrapperCodePath: + wrapperClassName: + wrapperCodeNamespace: diff --git a/Assets/BITKit/Unity/Configs/Input/InputSystem.inputsettings.asset.meta b/Assets/BITKit/Unity/Configs/Input/InputSystem.inputsettings.asset.meta new file mode 100644 index 000000000..b98b0e3c7 --- /dev/null +++ b/Assets/BITKit/Unity/Configs/Input/InputSystem.inputsettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6c3ca1ca26aa7d84eaa7fee9094d9164 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials.meta b/Assets/BITKit/Unity/Materials.meta new file mode 100644 index 000000000..7b2a7a952 --- /dev/null +++ b/Assets/BITKit/Unity/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db240e386260123499c7fac9e6f24e70 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/BITSky.mat.meta b/Assets/BITKit/Unity/Materials/BITSky.mat.meta new file mode 100644 index 000000000..82b1e463a --- /dev/null +++ b/Assets/BITKit/Unity/Materials/BITSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eec7e43585d543b46a94b9b209fa61c6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/Default_Lit.mat.meta b/Assets/BITKit/Unity/Materials/Default_Lit.mat.meta new file mode 100644 index 000000000..ae008e007 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/Default_Lit.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8c12d604efc78e94b949674757f0f9eb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/Fresnel.mat.meta b/Assets/BITKit/Unity/Materials/Fresnel.mat.meta new file mode 100644 index 000000000..324f4ee50 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/Fresnel.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a3a0ca0922c4d64093792ad8e1ebd01 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/GridBox_Black.mat.meta b/Assets/BITKit/Unity/Materials/GridBox_Black.mat.meta new file mode 100644 index 000000000..dc0e976c1 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/GridBox_Black.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c26a0a7046add294f88e8fb6f1263cba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/GridBox_New.mat.meta b/Assets/BITKit/Unity/Materials/GridBox_New.mat.meta new file mode 100644 index 000000000..f0606bfd4 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/GridBox_New.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dbf2d2587ed57dc499d9196dab40ff06 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/GridBox_Orange.mat.meta b/Assets/BITKit/Unity/Materials/GridBox_Orange.mat.meta new file mode 100644 index 000000000..e2e0ed8d3 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/GridBox_Orange.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f7f67c56cef0634fbc4650989b1a41b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/GridBox_Void.mat.meta b/Assets/BITKit/Unity/Materials/GridBox_Void.mat.meta new file mode 100644 index 000000000..eec876a90 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/GridBox_Void.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e24f7c2a28db2084c8ca8fcc430aa4ba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/Material_Transparent.mat.meta b/Assets/BITKit/Unity/Materials/Material_Transparent.mat.meta new file mode 100644 index 000000000..0bb3280a4 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/Material_Transparent.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 36d6055e9fb789b4097a3a034bbf6a87 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/Occlusion_DoubleSide.mat.meta b/Assets/BITKit/Unity/Materials/Occlusion_DoubleSide.mat.meta new file mode 100644 index 000000000..90a2a53c6 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/Occlusion_DoubleSide.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cc422aa83337dd9438ad9e72f6f371c0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/Textures.meta b/Assets/BITKit/Unity/Materials/Textures.meta new file mode 100644 index 000000000..f61a40520 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 01ffdba2f29862549aa14bb9fc45097a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/Textures/GridBox_Default.png.meta b/Assets/BITKit/Unity/Materials/Textures/GridBox_Default.png.meta new file mode 100644 index 000000000..b0effeb44 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/Textures/GridBox_Default.png.meta @@ -0,0 +1,86 @@ +fileFormatVersion: 2 +guid: 8f8cb52914c9bad4b85052ff5603acdd +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + 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: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -1 + 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 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/Textures/GridBox_Default_Metelic.png.meta b/Assets/BITKit/Unity/Materials/Textures/GridBox_Default_Metelic.png.meta new file mode 100644 index 000000000..eb6501270 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/Textures/GridBox_Default_Metelic.png.meta @@ -0,0 +1,123 @@ +fileFormatVersion: 2 +guid: f19f4c3be2f977d4699c3b02e5c9db5e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/Textures/GridBox_NewTex_Albedo.png.meta b/Assets/BITKit/Unity/Materials/Textures/GridBox_NewTex_Albedo.png.meta new file mode 100644 index 000000000..7407a0383 --- /dev/null +++ b/Assets/BITKit/Unity/Materials/Textures/GridBox_NewTex_Albedo.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: ce1656b8c22e24a4da25cccbae152548 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + vTOnly: 0 + ignoreMasterTextureLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Materials/UX_Video.renderTexture.meta b/Assets/BITKit/Unity/Materials/UX_Video.renderTexture.meta new file mode 100644 index 000000000..bf446289e --- /dev/null +++ b/Assets/BITKit/Unity/Materials/UX_Video.renderTexture.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a8660e3193ce9b54cba583778de427c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 8400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models.meta b/Assets/BITKit/Unity/Models.meta new file mode 100644 index 000000000..66c97acf5 --- /dev/null +++ b/Assets/BITKit/Unity/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80b2990a78f3bdb41a7e16ce6e3504ef +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/Avatar.meta b/Assets/BITKit/Unity/Models/Avatar.meta new file mode 100644 index 000000000..3eab4f209 --- /dev/null +++ b/Assets/BITKit/Unity/Models/Avatar.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e17af86626c0ded4697fb35bc4672ccd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/Avatar/None.mask.meta b/Assets/BITKit/Unity/Models/Avatar/None.mask.meta new file mode 100644 index 000000000..c9560d8fc --- /dev/null +++ b/Assets/BITKit/Unity/Models/Avatar/None.mask.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cca2613b82a49a9499858e9db9304015 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 31900000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/Cube.fbx.meta b/Assets/BITKit/Unity/Models/Cube.fbx.meta new file mode 100644 index 000000000..c25e31ccc --- /dev/null +++ b/Assets/BITKit/Unity/Models/Cube.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 3c0df02109d04504fbc320406a81cb6b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 0 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 2 + tangentImportMode: 2 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 2 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/Cube_Line.fbx.meta b/Assets/BITKit/Unity/Models/Cube_Line.fbx.meta new file mode 100644 index 000000000..9e094c422 --- /dev/null +++ b/Assets/BITKit/Unity/Models/Cube_Line.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: 295e6257f3b8f7c4daafd8b9aec3dc05 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV.meta b/Assets/BITKit/Unity/Models/DEV.meta new file mode 100644 index 000000000..2738d09d8 --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b99bedb47df391d4597078c39b16d11f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Celling.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Celling.fbx.meta new file mode 100644 index 000000000..3656d345b --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Celling.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 9874bcf2295b4e446acde197438243b8 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Celling_4x.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Celling_4x.fbx.meta new file mode 100644 index 000000000..2e6c1160c --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Celling_4x.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 9c333ec749155da49ad9de9e19b32a84 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Column.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Column.fbx.meta new file mode 100644 index 000000000..9330dfd2f --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Column.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: dcecc43758e49314e9e8ebf26b4de3bc +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Door.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Door.fbx.meta new file mode 100644 index 000000000..33616540a --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Door.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: eaa9ea72c125da44a815db27d606e838 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/DoorFrame.fbx.meta b/Assets/BITKit/Unity/Models/DEV/DoorFrame.fbx.meta new file mode 100644 index 000000000..5975085a1 --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/DoorFrame.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 05abee8b951f0a343bd0ecdbda5fe0bd +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/DoubeDoorFrame.fbx.meta b/Assets/BITKit/Unity/Models/DEV/DoubeDoorFrame.fbx.meta new file mode 100644 index 000000000..c7362dd1a --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/DoubeDoorFrame.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: b98a8c2edb4517b4ba6bb033ae971828 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Floor.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Floor.fbx.meta new file mode 100644 index 000000000..da7f4272e --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Floor.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 462af33e9b069a246ae138de5039b45b +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Floor_4x.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Floor_4x.fbx.meta new file mode 100644 index 000000000..2f35d2fd0 --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Floor_4x.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: f7a3e7329d18bb64abdabf015978dd7a +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Parapet.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Parapet.fbx.meta new file mode 100644 index 000000000..2478165e5 --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Parapet.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 78fe6fef70ad27f4aa8a9106f5aa43af +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Stairs.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Stairs.fbx.meta new file mode 100644 index 000000000..595c723e2 --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Stairs.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 78a2a3577e035fb4c954e2810c074cab +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Vehicle.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Vehicle.fbx.meta new file mode 100644 index 000000000..7949ce2eb --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Vehicle.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 02dfe05b2215049429d647af9db89aaa +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/Wall.fbx.meta b/Assets/BITKit/Unity/Models/DEV/Wall.fbx.meta new file mode 100644 index 000000000..70815ce23 --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/Wall.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 7becfd824b8e8fb448302cd7c74c1017 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/DEV/WindowFrame.fbx.meta b/Assets/BITKit/Unity/Models/DEV/WindowFrame.fbx.meta new file mode 100644 index 000000000..634a1003b --- /dev/null +++ b/Assets/BITKit/Unity/Models/DEV/WindowFrame.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: febe7ad01d30e5e4f88c31ba28ae7b65 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Material + second: {fileID: 2100000, guid: dbf2d2587ed57dc499d9196dab40ff06, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + keepQuads: 1 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 0 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/Quad.fbx.meta b/Assets/BITKit/Unity/Models/Quad.fbx.meta new file mode 100644 index 000000000..b7f56fb23 --- /dev/null +++ b/Assets/BITKit/Unity/Models/Quad.fbx.meta @@ -0,0 +1,109 @@ +fileFormatVersion: 2 +guid: edf98c2334984884b8c55cc917e8a1ba +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + 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 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets.meta b/Assets/BITKit/Unity/Models/StarterAssets.meta new file mode 100644 index 000000000..f402a219f --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7b8ddb00ef2d00c4d8a5dcf9002358c4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets/Materials.meta b/Assets/BITKit/Unity/Models/StarterAssets/Materials.meta new file mode 100644 index 000000000..21d91456b --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a0e91532ce93274fb01919ee0dda264 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Arms.mat.meta b/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Arms.mat.meta new file mode 100644 index 000000000..7a56ac26b --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Arms.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 766fd3ff04aab4745a764d33daac86fa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Body.mat.meta b/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Body.mat.meta new file mode 100644 index 000000000..0d144694e --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Body.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 43714b68324cc2c409d534d9874f2a2b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Legs.mat.meta b/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Legs.mat.meta new file mode 100644 index 000000000..0c847f214 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Materials/M_Armature_Legs.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b25e99361ac31d4e9ae83c46aee69ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets/Models.meta b/Assets/BITKit/Unity/Models/StarterAssets/Models.meta new file mode 100644 index 000000000..7a414aa62 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f99c02f4392c29d4dad06bad32b0bfb1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets/Models/Armature.fbx.meta b/Assets/BITKit/Unity/Models/StarterAssets/Models/Armature.fbx.meta new file mode 100644 index 000000000..5eda695fe --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Models/Armature.fbx.meta @@ -0,0 +1,921 @@ +fileFormatVersion: 2 +guid: 36078ab0369161e49a29d349ae3e0739 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1827226128182048838 + second: Take 001 + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_Arms + second: {fileID: 2100000, guid: 766fd3ff04aab4745a764d33daac86fa, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_Body + second: {fileID: 2100000, guid: 43714b68324cc2c409d534d9874f2a2b, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_Legs + second: {fileID: 2100000, guid: 8b25e99361ac31d4e9ae83c46aee69ea, type: 2} + materials: + materialImportMode: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.05 + animationPositionError: 0.05 + animationScaleError: 0.25 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_UpperLeg + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_LowerLeg + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Foot + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Toes + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Spine + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Chest + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: UpperChest + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Shoulder + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_UpperArm + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_LowerArm + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_Hand + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Shoulder + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_UpperArm + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_LowerArm + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Hand + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_UpperLeg + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_LowerLeg + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Foot + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_Toes + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_ThumbProximal + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_ThumbIntermediate + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_ThumbDistal + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_IndexProximal + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_IndexIntermediate + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_IndexDistal + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_MiddleProximal + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_MiddleIntermediate + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_MiddleDistal + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_RingProximal + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_RingIntermediate + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_RingDistal + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_PinkyProximal + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_PinkyIntermediate + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Left_PinkyDistal + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_ThumbProximal + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_ThumbIntermediate + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_ThumbDistal + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_IndexProximal + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_IndexIntermediate + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_IndexDistal + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_MiddleProximal + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_MiddleIntermediate + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_MiddleDistal + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_RingProximal + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_RingIntermediate + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_RingDistal + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_PinkyProximal + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_PinkyIntermediate + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Right_PinkyDistal + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: Armature(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Armature + parentName: Armature(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0.00000014106499, y: 0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hips + parentName: Armature + position: {x: 1.1645186e-12, y: 0.98109144, z: -0.015907438} + rotation: {x: 0.978073, y: 8.4680066e-14, z: 0.00000042948122, w: -0.20826252} + scale: {x: 1, y: 0.99999994, z: 0.99999934} + - name: Spine + parentName: Hips + position: {x: -0.0000000093864765, y: -0.053663183, z: 0.022599267} + rotation: {x: 0.97807294, y: 1.86129e-13, z: 0.00000042948153, w: 0.20826262} + scale: {x: 1, y: 0.99999994, z: 0.99999917} + - name: Chest + parentName: Spine + position: {x: 3.3881318e-21, y: 0.10340417, z: -9.313226e-10} + rotation: {x: -0.000000009006635, y: 3.3881318e-21, z: -1.3855316e-20, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: UpperChest + parentName: Chest + position: {x: -2.8092262e-20, y: 0.10340429, z: -8.3647755e-10} + rotation: {x: -0.025828619, y: -1.0346137e-15, z: -1.1743143e-10, w: 0.9996664} + scale: {x: 1, y: 1, z: 1} + - name: Neck + parentName: UpperChest + position: {x: -5.901037e-11, y: 0.25149548, z: -0.0023458712} + rotation: {x: 0.08644952, y: 7.1135237e-12, z: 1.1730354e-10, w: 0.99625623} + scale: {x: 1, y: 1, z: 0.9999999} + - name: Head + parentName: Neck + position: {x: 2.0744452e-12, y: 0.12748007, z: 0.000009614043} + rotation: {x: 0.53555554, y: -0.000000006367661, z: -0.00000010472225, w: 0.8445} + scale: {x: 1, y: 0.99999976, z: 0.9999998} + - name: Right_Eye + parentName: Head + position: {x: 0.033303373, y: 0.0932242, z: -0.0056573083} + rotation: {x: 0.57306856, y: 0.4142373, z: 0.5730685, w: 0.41423717} + scale: {x: 1, y: 1, z: 0.99999994} + - name: Left_Eye + parentName: Head + position: {x: -0.033303183, y: 0.09321974, z: -0.005644753} + rotation: {x: -0.41423735, y: 0.5730685, z: -0.41423714, w: 0.5730685} + scale: {x: 1, y: 1, z: 0.99999994} + - name: Jaw + parentName: Head + position: {x: -2.8937838e-10, y: 0.009858784, z: 0.011281233} + rotation: {x: -0.27430332, y: 0.6517344, z: -0.27430326, w: 0.65173435} + scale: {x: 1, y: 0.9999997, z: 0.9999999} + - name: Neck_Twist_A + parentName: Neck + position: {x: 1.2298918e-18, y: 0.06374747, z: -0.000002818182} + rotation: {x: -0.00000024959442, y: 6.723747e-18, z: 1.8290318e-17, w: 1} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Left_Shoulder + parentName: UpperChest + position: {x: -0.0009508165, y: 0.19168739, z: 0.0011740681} + rotation: {x: -0.066406526, y: -0.09566504, z: 0.73023313, w: 0.6731998} + scale: {x: 0.9999999, y: 1.0000002, z: 1} + - name: Left_UpperArm + parentName: Left_Shoulder + position: {x: -0.000000026426278, y: 0.16743506, z: 0.0000000061360765} + rotation: {x: 0.11317764, y: -0.06605363, z: -0.027942544, w: 0.9909829} + scale: {x: 0.9999999, y: 1, z: 1.0000001} + - name: Left_LowerArm + parentName: Left_UpperArm + position: {x: -0.00000007590279, y: 0.28508034, z: -0.0000000037252903} + rotation: {x: 0.020536998, y: 0.008321421, z: -0.020624368, w: 0.9995417} + scale: {x: 1.0000002, y: 1, z: 1.0000001} + - name: Left_Hand + parentName: Left_LowerArm + position: {x: 0.00000010617077, y: 0.24036263, z: -0.000000029802322} + rotation: {x: -0.020851713, y: -0.26435485, z: -0.02734141, w: 0.9638123} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Left_PinkyProximal + parentName: Left_Hand + position: {x: -0.0038053095, y: 0.07196298, z: -0.03158768} + rotation: {x: -0.0071129017, y: -0.53121513, z: 0.039870095, w: 0.8462684} + scale: {x: 1.0000001, y: 1, z: 0.9999999} + - name: Left_PinkyIntermediate + parentName: Left_PinkyProximal + position: {x: -0, y: 0.03227271, z: -0.000000007450581} + rotation: {x: 0.028114427, y: 0.000015676016, z: 0.0000015229447, w: 0.9996047} + scale: {x: 0.9999999, y: 1.0000001, z: 0.9999998} + - name: Left_PinkyDistal + parentName: Left_PinkyIntermediate + position: {x: 0.000000029802322, y: 0.020224608, z: 0.000000018626451} + rotation: {x: 0.03644282, y: -0.000015978683, z: -0.000002576963, w: 0.99933577} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999998} + - name: Left_PinkyDistalEnd + parentName: Left_PinkyDistal + position: {x: -0.000000014901161, y: 0.018519271, z: 0.000000033527613} + rotation: {x: 0.0000055795526, y: 0.00001149997, z: -0.000002024695, w: 1} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: Left_RingProximal + parentName: Left_Hand + position: {x: 0.0012026206, y: 0.0816929, z: -0.014997002} + rotation: {x: -0.0015896667, y: -0.58403367, z: 0.04306643, w: 0.81058466} + scale: {x: 0.9999998, y: 1.0000001, z: 0.99999964} + - name: Left_RingIntermediate + parentName: Left_RingProximal + position: {x: 0.000000007450581, y: 0.04363054, z: 0.000000029802322} + rotation: {x: 0.023555689, y: 0.0000074207783, z: -0.00000043940963, w: 0.9997226} + scale: {x: 0.9999999, y: 1.0000002, z: 0.99999994} + - name: Left_RingDistal + parentName: Left_RingIntermediate + position: {x: -0.000000037252903, y: 0.027115576, z: -0.000000007450581} + rotation: {x: 0.03908431, y: -0.000011609676, z: 0.0000009936628, w: 0.9992359} + scale: {x: 0.99999976, y: 0.9999995, z: 0.9999997} + - name: Left_RingDistalEnd + parentName: Left_RingDistal + position: {x: 0.000000037252903, y: 0.020957466, z: -0.000000022351742} + rotation: {x: 0.000008244066, y: 0.00000302866, z: 0.00000045262266, w: 1} + scale: {x: 1.0000004, y: 1.0000002, z: 1.0000001} + - name: Left_MiddleProximal + parentName: Left_Hand + position: {x: 0.0047891885, y: 0.08697535, z: 0.00037493184} + rotation: {x: 0.015419321, y: -0.6428018, z: 0.041466735, w: 0.76475394} + scale: {x: 0.9999999, y: 1.0000002, z: 0.9999999} + - name: Left_MiddleIntermediate + parentName: Left_MiddleProximal + position: {x: -0.000000007450581, y: 0.051279563, z: 0.000000074505806} + rotation: {x: 0.026234392, y: 0.000007987022, z: -0.00000008754432, w: 0.99965584} + scale: {x: 0.9999999, y: 0.9999999, z: 0.9999999} + - name: Left_MiddleDistal + parentName: Left_MiddleIntermediate + position: {x: -0.000000013969839, y: 0.028284332, z: -0.000000029802322} + rotation: {x: 0.03347517, y: -0.000009023872, z: 0.0000015484937, w: 0.9994396} + scale: {x: 1.0000001, y: 1, z: 0.99999994} + - name: Left_MiddleDistalEnd + parentName: Left_MiddleDistal + position: {x: -0.000000009313226, y: 0.023346018, z: -0.000000014901161} + rotation: {x: 0.000000037252903, y: 0.000011486352, z: -0.0000019003637, w: 1} + scale: {x: 0.99999994, y: 1.0000001, z: 0.9999999} + - name: Left_IndexProximal + parentName: Left_Hand + position: {x: 0.00029172003, y: 0.09298383, z: 0.023553409} + rotation: {x: 0.022405917, y: -0.6930621, z: 0.03763936, w: 0.7195459} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Left_IndexIntermediate + parentName: Left_IndexProximal + position: {x: 0.000000063329935, y: 0.042097963, z: 0} + rotation: {x: 0.03019715, y: 0.00002467632, z: 0.000000199303, w: 0.999544} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: Left_IndexDistal + parentName: Left_IndexIntermediate + position: {x: 0.000000040978193, y: 0.025139084, z: -0.000000052154064} + rotation: {x: 0.039458778, y: -0.000012829837, z: 0.0000022871232, w: 0.99922127} + scale: {x: 0.99999994, y: 0.99999994, z: 0.9999998} + - name: Left_IndexDistalEnd + parentName: Left_IndexDistal + position: {x: 0.00000005122274, y: 0.024609555, z: -0.000000014901161} + rotation: {x: -0.000002626329, y: -0.000025366317, z: 0.0000037366988, w: 1} + scale: {x: 0.99999994, y: 1.0000002, z: 1.0000002} + - name: Left_ThumbProximal + parentName: Left_Hand + position: {x: -0.0024635196, y: 0.029368907, z: 0.022707902} + rotation: {x: 0.09340875, y: 0.8959176, z: 0.3552756, w: -0.24977121} + scale: {x: 0.99999976, y: 0.9999999, z: 0.9999996} + - name: Left_ThumbIntermediate + parentName: Left_ThumbProximal + position: {x: -0.000000059604645, y: 0.027841434, z: -0.000000052154064} + rotation: {x: -0.017032752, y: -0.31703165, z: 0.00088356866, w: 0.9482616} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002} + - name: Left_ThumbDistal + parentName: Left_ThumbIntermediate + position: {x: -0, y: 0.045123443, z: -0.000000029802322} + rotation: {x: 0.030440448, y: 0.18602441, z: -0.005766247, w: 0.9820565} + scale: {x: 0.99999994, y: 0.99999964, z: 0.9999999} + - name: Left_ThumbDistalEnd + parentName: Left_ThumbDistal + position: {x: 0.000000029802322, y: 0.02945812, z: -0.000000017811544} + rotation: {x: 0.0000010788499, y: 0.000006921226, z: 0.000001044944, w: 1} + scale: {x: 0.99999976, y: 1, z: 1.0000001} + - name: Right_Shoulder + parentName: UpperChest + position: {x: 0.00096336816, y: 0.19168933, z: 0.0011712741} + rotation: {x: 0.73022896, y: 0.6732043, z: -0.06640747, w: -0.09566473} + scale: {x: 1.0000002, y: 1.0000005, z: 1.0000001} + - name: Right_UpperArm + parentName: Right_Shoulder + position: {x: -0.00000007892959, y: 0.1674321, z: 0.0000000046538844} + rotation: {x: -0.11520286, y: -0.021773117, z: -0.017826347, w: 0.9929434} + scale: {x: 0.9999999, y: 0.99999994, z: 1.0000001} + - name: Right_LowerArm + parentName: Right_UpperArm + position: {x: 0.0000000273576, y: 0.28508297, z: -0.0000000043655746} + rotation: {x: -0.006849071, y: 0.65487576, z: -0.028288439, w: 0.75517595} + scale: {x: 1, y: 0.99999994, z: 0.9999998} + - name: Right_Hand + parentName: Right_LowerArm + position: {x: -0.000000007450581, y: 0.24036385, z: 0.000000024214387} + rotation: {x: 0.033727113, y: -0.27446398, z: -0.0067438586, w: 0.9609821} + scale: {x: 0.99999994, y: 1.0000001, z: 1.0000001} + - name: Right_PinkyProximal + parentName: Right_Hand + position: {x: -0.009288818, y: 0.071965344, z: 0.030435793} + rotation: {x: -0.035804547, y: 0.9967338, z: 0.01911601, w: -0.06981688} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} + - name: Right_PinkyIntermediate + parentName: Right_PinkyProximal + position: {x: -0.000000014901161, y: 0.03226914, z: 0} + rotation: {x: 0.028010868, y: 0.7776782, z: 0.0024390442, w: 0.6280336} + scale: {x: 1, y: 0.9999999, z: 0.99999976} + - name: Right_PinkyDistal + parentName: Right_PinkyIntermediate + position: {x: 0.0000000037252903, y: 0.020225015, z: 0.000000016763806} + rotation: {x: 0.026620971, y: -0.2246639, z: 0.02487207, w: 0.973755} + scale: {x: 1, y: 0.9999998, z: 0.9999998} + - name: Right_PinkyDistalEnd + parentName: Right_PinkyDistal + position: {x: 0.000000037252903, y: 0.018518914, z: 0.000000029802322} + rotation: {x: 0.96577424, y: 0.000026637046, z: 0.25938419, w: 0.000012248825} + scale: {x: 0.9999997, y: 1.0000001, z: 0.99999976} + - name: Right_RingProximal + parentName: Right_Hand + position: {x: -0.0014465973, y: 0.08169511, z: 0.014973201} + rotation: {x: -0.042631283, y: 0.9469662, z: 0.0068906522, w: -0.31841835} + scale: {x: 0.9999999, y: 1, z: 1.0000004} + - name: Right_RingIntermediate + parentName: Right_RingProximal + position: {x: 0.000000011175871, y: 0.043628346, z: 0.000000014901161} + rotation: {x: 0.023556367, y: 0.3984804, z: -0.00031394872, w: 0.9168742} + scale: {x: 0.9999998, y: 0.99999994, z: 1} + - name: Right_RingDistal + parentName: Right_RingIntermediate + position: {x: 0.000000022351742, y: 0.027114734, z: 0.000000026077032} + rotation: {x: 0.036826264, y: -0.05484051, z: 0.01309168, w: 0.99772996} + scale: {x: 0.9999998, y: 0.99999976, z: 0.99999934} + - name: Right_RingDistalEnd + parentName: Right_RingDistal + position: {x: -0.000000037252903, y: 0.020957705, z: 0.000000029802322} + rotation: {x: 0.9897357, y: 0.00001396277, z: 0.14290999, w: -0.000019649202} + scale: {x: 1, y: 0.99999994, z: 1} + - name: Right_MiddleProximal + parentName: Right_Hand + position: {x: 0.004766941, y: 0.08696769, z: 0.0004799217} + rotation: {x: 0.03928937, y: -0.79642284, z: 0.02052048, w: 0.60311353} + scale: {x: 1.0000001, y: 0.99999964, z: 0.99999994} + - name: Right_MiddleIntermediate + parentName: Right_MiddleProximal + position: {x: 0.0000000055879354, y: 0.05127579, z: 0.000000059604645} + rotation: {x: 0.02622759, y: -0.09986447, z: -0.00065767363, w: 0.99465513} + scale: {x: 0.9999998, y: 0.99999976, z: 0.99999946} + - name: Right_MiddleDistal + parentName: Right_MiddleIntermediate + position: {x: -0.0000000055879354, y: 0.028283697, z: 0.000000014901161} + rotation: {x: 0.03325419, y: 0.012555632, z: -0.0037568882, w: 0.999361} + scale: {x: 0.9999999, y: 0.99999994, z: 1} + - name: Right_MiddleDistalEnd + parentName: Right_MiddleDistal + position: {x: -0.000000006519258, y: 0.023345374, z: -0.000000052154064} + rotation: {x: 0.9987492, y: -0.0000034116672, z: -0.050000317, w: -0.000023523322} + scale: {x: 1, y: 1.0000001, z: 1} + - name: Right_IndexProximal + parentName: Right_Hand + position: {x: 0.0044192523, y: 0.092984214, z: -0.023138084} + rotation: {x: 0.03653068, y: -0.80071294, z: 0.024313333, w: 0.5974389} + scale: {x: 1, y: 0.99999964, z: 1.0000001} + - name: Right_IndexIntermediate + parentName: Right_IndexProximal + position: {x: -0.000000029802322, y: 0.042101376, z: 0.000000029802322} + rotation: {x: 0.030095901, y: 0.15779756, z: 0.0025347832, w: 0.9870095} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Right_IndexDistal + parentName: Right_IndexIntermediate + position: {x: 0.00000005401671, y: 0.025139505, z: -0.000000007450581} + rotation: {x: 0.038869638, y: -0.06915493, z: 0.0067917323, w: 0.9968253} + scale: {x: 1, y: 0.99999994, z: 0.9999999} + - name: Right_IndexDistalEnd + parentName: Right_IndexDistal + position: {x: 0.000000013969839, y: 0.024609067, z: -0.000000029802322} + rotation: {x: 0.99865097, y: 0.000014065641, z: 0.051925674, w: -0.000023602057} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000002} + - name: Right_ThumbProximal + parentName: Right_Hand + position: {x: 0.001586467, y: 0.029361457, z: -0.022766732} + rotation: {x: -0.34012425, y: -0.8257315, z: 0.13859236, w: 0.42810643} + scale: {x: 1.0000002, y: 0.9999997, z: 0.9999999} + - name: Right_ThumbIntermediate + parentName: Right_ThumbProximal + position: {x: -0.000000044703484, y: 0.027840726, z: -0.000000014901161} + rotation: {x: 0.0016264507, y: 0.06934869, z: 0.016992403, w: 0.9974465} + scale: {x: 0.99999994, y: 1, z: 0.9999999} + - name: Right_ThumbDistal + parentName: Right_ThumbIntermediate + position: {x: 0.000000022351742, y: 0.045121126, z: -0.000000059604645} + rotation: {x: -0.022282427, y: -0.70061916, z: -0.02152785, w: 0.71286243} + scale: {x: 0.99999964, y: 0.9999998, z: 0.99999994} + - name: Right_ThumbDistalEnd + parentName: Right_ThumbDistal + position: {x: -0.000000044703484, y: 0.029457733, z: -0.0000000060535967} + rotation: {x: 0.004281985, y: -0.000000043611763, z: 0.9999908, w: 0.00000019488859} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: Left_UpperLeg + parentName: Hips + position: {x: -0.08610339, y: 0.053499777, z: -0.011305839} + rotation: {x: -0.20567876, y: 0.0037425205, z: 0.01735476, w: 0.9784585} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: Left_LowerLeg + parentName: Left_UpperLeg + position: {x: 0.000000008453343, y: 0.41334462, z: -3.1468517e-10} + rotation: {x: 0.034046106, y: 0.0000034605282, z: 0.00000016488906, w: 0.9994203} + scale: {x: 1, y: 1, z: 1} + - name: Left_Foot + parentName: Left_LowerLeg + position: {x: 0.0000000058570038, y: 0.4140394, z: 0.0000000036961865} + rotation: {x: 0.04520098, y: 0.8433204, z: -0.51710415, w: -0.13917923} + scale: {x: 0.9999999, y: 0.9999997, z: 1} + - name: Left_Toes + parentName: Left_Foot + position: {x: -0.0000000023283064, y: 0.13841704, z: 0.0000000018626451} + rotation: {x: -0.008749583, y: 0.985239, z: 0.14575031, w: 0.089355476} + scale: {x: 1.0000001, y: 0.9999998, z: 0.99999994} + - name: Left_ToesEnd + parentName: Left_Toes + position: {x: 1.7462298e-10, y: 0.06641418, z: 0.0000000023283064} + rotation: {x: 0.61085683, y: -0.020899585, z: -0.0065935804, w: 0.79143775} + scale: {x: 1, y: 1, z: 1} + - name: Right_UpperLeg + parentName: Hips + position: {x: 0.0861013, y: 0.053480692, z: -0.011297943} + rotation: {x: -0.012705498, y: 0.96753687, z: -0.20601824, w: 0.1458337} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: Right_LowerLeg + parentName: Right_UpperLeg + position: {x: -0.0000000055879354, y: 0.41334432, z: -0.0000000044237822} + rotation: {x: -0.010249002, y: -0.82638717, z: 0.03246688, w: 0.56207216} + scale: {x: 1.0000001, y: 0.9999999, z: 1.0000001} + - name: Right_Foot + parentName: Right_LowerLeg + position: {x: 0.00000001071021, y: 0.41403958, z: 0.0000000013969839} + rotation: {x: -0.463813, y: -0.42003682, z: -0.23307812, w: 0.74439317} + scale: {x: 0.99999994, y: 0.99999994, z: 1.0000004} + - name: Right_Toes + parentName: Right_Foot + position: {x: 0.0000000019603839, y: 0.13842079, z: -0.0000000018626451} + rotation: {x: -0.14587179, y: -0.010785824, z: -0.0060450644, w: 0.9892263} + scale: {x: 1.0000001, y: 1.0000002, z: 0.99999994} + - name: Right_ToesEnd + parentName: Right_Toes + position: {x: -0.0000000088330125, y: 0.06641012, z: 9.313226e-10} + rotation: {x: -0.7914422, y: -0.0065935752, z: 0.020907173, w: 0.6108509} + scale: {x: 0.9999999, y: 1, z: 0.99999976} + - name: FPV_Scale + parentName: Armature + position: {x: -0.000114326474, y: 1.3719815, z: -0.16542564} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Armature_Arm_Mesh + parentName: Armature(Clone) + position: {x: -0.000000001200533, y: -0.000000055814613, z: -0.000000010663483} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} + scale: {x: 1, y: 1, z: 1} + - name: Armature_FPV_Mesh + parentName: Armature(Clone) + position: {x: -0.000000001200533, y: -0.000000055814613, z: -0.000000010663483} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} + scale: {x: 1, y: 1, z: 1} + - name: Armature_Mesh + parentName: Armature(Clone) + position: {x: -0.000000001200533, y: -0.000000055814613, z: -0.000000010663483} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} + scale: {x: 1, y: 1, z: 1} + armTwist: 1 + foreArmTwist: 0 + upperLegTwist: 1 + legTwist: 0 + armStretch: 0 + legStretch: 0 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 1 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 0 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets/Textures.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures.meta new file mode 100644 index 000000000..5430be4c7 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 940251fa621540241ab6a33c87cc8b7e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_AlbedoTransparency.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_AlbedoTransparency.tif.meta new file mode 100644 index 000000000..ba9d6dfd0 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_AlbedoTransparency.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: c6dc62700fa06274b9608a9fce8ed21b +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_MetallicSmoothness.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_MetallicSmoothness.tif.meta new file mode 100644 index 000000000..8c48bd343 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_MetallicSmoothness.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: b41d630ccc344454bb1f27587f9acd70 +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_Normal.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_Normal.tif.meta new file mode 100644 index 000000000..6353e5682 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_Normal.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 104a45460231b8d4783e0bb2223be28c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_RGB.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_RGB.tif.meta new file mode 100644 index 000000000..b45b6d8bc --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Arms_RGB.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 9b46b2c2f21deb843b7ac9242d5f13e6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_AlbedoTransparency.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_AlbedoTransparency.tif.meta new file mode 100644 index 000000000..4a1266537 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_AlbedoTransparency.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 28d78c5517421f047b88352f3b18e8e7 +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_MetallicSmoothness.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_MetallicSmoothness.tif.meta new file mode 100644 index 000000000..d7044d107 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_MetallicSmoothness.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: e73adacd5e8f6fc45a491dbd62e71ead +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_Normal.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_Normal.tif.meta new file mode 100644 index 000000000..e1ab23a94 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_Normal.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 2a3daea46c599324e873f935ab08000a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_RGB.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_RGB.tif.meta new file mode 100644 index 000000000..31244b92e --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Body_RGB.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: a95378e0fd5828442a6ed903fb3b0bf7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_AlbedoTransparency.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_AlbedoTransparency.tif.meta new file mode 100644 index 000000000..57f70b331 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_AlbedoTransparency.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: c444e3d02d2fcff4d9fe5211d67652a0 +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_MetallicSmoothness.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_MetallicSmoothness.tif.meta new file mode 100644 index 000000000..73389aca3 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_MetallicSmoothness.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 1c98c94efa7792645972ecf95e6f86c2 +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 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_Normal.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_Normal.tif.meta new file mode 100644 index 000000000..e4cddacf1 --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_Normal.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: b2c5d9c39850da946ae135dcb57faaea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_RGB.tif.meta b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_RGB.tif.meta new file mode 100644 index 000000000..d7719805e --- /dev/null +++ b/Assets/BITKit/Unity/Models/StarterAssets/Textures/Armature_Legs_RGB.tif.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 64d6bedfd9838e14fb51c78c8e947042 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + 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: 2 + 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/Assets/BITKit/Unity/Prefabs.meta b/Assets/BITKit/Unity/Prefabs.meta new file mode 100644 index 000000000..8c08a4377 --- /dev/null +++ b/Assets/BITKit/Unity/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 58aeeee9582135e43a4bf5a002a36bc7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Prefabs/Character.meta b/Assets/BITKit/Unity/Prefabs/Character.meta new file mode 100644 index 000000000..5e847b240 --- /dev/null +++ b/Assets/BITKit/Unity/Prefabs/Character.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6c8208e2a5742ff4990120c6b34341ab +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Prefabs/Character/Armature Variant.prefab.meta b/Assets/BITKit/Unity/Prefabs/Character/Armature Variant.prefab.meta new file mode 100644 index 000000000..02053dd4d --- /dev/null +++ b/Assets/BITKit/Unity/Prefabs/Character/Armature Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d82cf5663347ef241a6d5811f4531301 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Prefabs/UX.meta b/Assets/BITKit/Unity/Prefabs/UX.meta new file mode 100644 index 000000000..dbced075f --- /dev/null +++ b/Assets/BITKit/Unity/Prefabs/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1676feb25f763fc45bf0b7e840d1d8e1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Prefabs/UX/UXAlert.prefab.meta b/Assets/BITKit/Unity/Prefabs/UX/UXAlert.prefab.meta new file mode 100644 index 000000000..8e2a4c3a2 --- /dev/null +++ b/Assets/BITKit/Unity/Prefabs/UX/UXAlert.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 28663833d88983e409a048646101cb77 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Prefabs/UX/UXContextMenu.prefab.meta b/Assets/BITKit/Unity/Prefabs/UX/UXContextMenu.prefab.meta new file mode 100644 index 000000000..bf249e30b --- /dev/null +++ b/Assets/BITKit/Unity/Prefabs/UX/UXContextMenu.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c1713b68ecd4afe42a625ebb0d0638d6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Prefabs/UX/UXWaiting.prefab.meta b/Assets/BITKit/Unity/Prefabs/UX/UXWaiting.prefab.meta new file mode 100644 index 000000000..d3e893a11 --- /dev/null +++ b/Assets/BITKit/Unity/Prefabs/UX/UXWaiting.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5b88ec746b73c3b4d9d0ad26a07a4509 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Prefabs/自由相机.prefab.meta b/Assets/BITKit/Unity/Prefabs/自由相机.prefab.meta new file mode 100644 index 000000000..4d21790ca --- /dev/null +++ b/Assets/BITKit/Unity/Prefabs/自由相机.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 38a853bdbe097a24ebb4613f9bc99fe6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts.meta b/Assets/BITKit/Unity/Scripts.meta new file mode 100644 index 000000000..82d4b233b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 339c1d342ce8fa242be8e3073c8a9d87 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Application.meta b/Assets/BITKit/Unity/Scripts/Application.meta new file mode 100644 index 000000000..dd04f82ed --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Application.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1815d31ae02e0764db94af8722c1dcde +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Application/ApplicationService.cs.meta b/Assets/BITKit/Unity/Scripts/Application/ApplicationService.cs.meta new file mode 100644 index 000000000..341d0344c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Application/ApplicationService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d71badefbc278144b8dafe140daa9b85 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Application/BITKit.Application.asmdef.meta b/Assets/BITKit/Unity/Scripts/Application/BITKit.Application.asmdef.meta new file mode 100644 index 000000000..d9f1683c1 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Application/BITKit.Application.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 576ba8088e8d8fc4db45ae0fc8eab233 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Application/SetTargetFrameRate.cs.meta b/Assets/BITKit/Unity/Scripts/Application/SetTargetFrameRate.cs.meta new file mode 100644 index 000000000..33e734eb3 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Application/SetTargetFrameRate.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: abf7a0c09f983f0409351183f34dff83 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Application/UXApplicationService.cs.meta b/Assets/BITKit/Unity/Scripts/Application/UXApplicationService.cs.meta new file mode 100644 index 000000000..287e2b7e6 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Application/UXApplicationService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: da6f5641ef831314481eaaa928df30e6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Assets.meta b/Assets/BITKit/Unity/Scripts/Assets.meta new file mode 100644 index 000000000..80d44f797 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Assets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df1079f4d28420646a8d627489395743 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Assets/BITFramework.cs.meta b/Assets/BITKit/Unity/Scripts/Assets/BITFramework.cs.meta new file mode 100644 index 000000000..f9fca49c3 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Assets/BITFramework.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e8fcb06ade133b644aee2ab794f9ef0f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Assets/BITKit.Assets.asmdef.meta b/Assets/BITKit/Unity/Scripts/Assets/BITKit.Assets.asmdef.meta new file mode 100644 index 000000000..a18bcd325 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Assets/BITKit.Assets.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 296866320aab85a42a0403bf684bac59 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Assets/StreamingAssetsHelper.cs.meta b/Assets/BITKit/Unity/Scripts/Assets/StreamingAssetsHelper.cs.meta new file mode 100644 index 000000000..0efc24b46 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Assets/StreamingAssetsHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a381463a70ed5a14bb32745229a52b64 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Assets/YooAssetModHelper.cs.meta b/Assets/BITKit/Unity/Scripts/Assets/YooAssetModHelper.cs.meta new file mode 100644 index 000000000..a3279c960 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Assets/YooAssetModHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 31eceddc48b358b40901eba1134d5450 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Assets/YooAssetUtils.cs.meta b/Assets/BITKit/Unity/Scripts/Assets/YooAssetUtils.cs.meta new file mode 100644 index 000000000..bddc57312 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Assets/YooAssetUtils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ec8acf90d1797fe46b793e0d1c2f24f4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Assets/YooAssetVersionEvent.cs.meta b/Assets/BITKit/Unity/Scripts/Assets/YooAssetVersionEvent.cs.meta new file mode 100644 index 000000000..5aa1022e4 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Assets/YooAssetVersionEvent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d8adb662636da83409ffabc85b2df24e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/BITAppForUnity.cs.meta b/Assets/BITKit/Unity/Scripts/BITAppForUnity.cs.meta new file mode 100644 index 000000000..a0164e425 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/BITAppForUnity.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f96142c4842a85b49b0e9cce2bef4330 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/BITKit.Unity.asmref.meta b/Assets/BITKit/Unity/Scripts/BITKit.Unity.asmref.meta new file mode 100644 index 000000000..140597243 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/BITKit.Unity.asmref.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e6698f38bbe091640b9fa934fda7abc3 +AssemblyDefinitionReferenceImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/BITSettingsSO.cs.meta b/Assets/BITKit/Unity/Scripts/BITSettingsSO.cs.meta new file mode 100644 index 000000000..f4f57cb42 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/BITSettingsSO.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 299c12767e9d5184aa1f79b556abe02a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Console.meta b/Assets/BITKit/Unity/Scripts/Console.meta new file mode 100644 index 000000000..4fef71b2a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Console.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6af191d45b022141b361c40c8e9d672 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Console/BITConsole.cs.meta b/Assets/BITKit/Unity/Scripts/Console/BITConsole.cs.meta new file mode 100644 index 000000000..a9e81ed33 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Console/BITConsole.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b23c89eee6c8e0c45afde7e671026335 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Console/BITKit.Console.asmdef.meta b/Assets/BITKit/Unity/Scripts/Console/BITKit.Console.asmdef.meta new file mode 100644 index 000000000..497d97691 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Console/BITKit.Console.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e208a1abcb6254f498b8abfb2ea03f2e +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/DotNetSdkRoslynService.meta b/Assets/BITKit/Unity/Scripts/DotNetSdkRoslynService.meta new file mode 100644 index 000000000..20fe903c6 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/DotNetSdkRoslynService.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bf1c155248e26c446b9f5bd892f84eef +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/DotNetSdkRoslynService/DotNetSdkRoslynService.cs.meta b/Assets/BITKit/Unity/Scripts/DotNetSdkRoslynService/DotNetSdkRoslynService.cs.meta new file mode 100644 index 000000000..674f24d0d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/DotNetSdkRoslynService/DotNetSdkRoslynService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 56389bdbeb2065541a8e62a4ae5bd746 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Extensions.meta b/Assets/BITKit/Unity/Scripts/Extensions.meta new file mode 100644 index 000000000..12bbeb283 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Extensions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6f86267df70993b40afe97cef33ef2f4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Extensions/ConstraintExtensions.cs.meta b/Assets/BITKit/Unity/Scripts/Extensions/ConstraintExtensions.cs.meta new file mode 100644 index 000000000..bee64a728 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Extensions/ConstraintExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 06b3b16de4d7597469e23ceaa5563167 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Extensions/GameObjectExtensions.cs.meta b/Assets/BITKit/Unity/Scripts/Extensions/GameObjectExtensions.cs.meta new file mode 100644 index 000000000..14ba53dff --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Extensions/GameObjectExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 122ff11914557f648a9bd08556754f97 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Http.meta b/Assets/BITKit/Unity/Scripts/Http.meta new file mode 100644 index 000000000..980e14ad9 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Http.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 961b05a38deb9b34d83b71342b4eb8eb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Http/BITKit.Http.asmdef.meta b/Assets/BITKit/Unity/Scripts/Http/BITKit.Http.asmdef.meta new file mode 100644 index 000000000..0cd85bf44 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Http/BITKit.Http.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1d8f5f00ed7aff940991db22d9d3d5e1 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Http/HttpService.cs.meta b/Assets/BITKit/Unity/Scripts/Http/HttpService.cs.meta new file mode 100644 index 000000000..e0891c08a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Http/HttpService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 81cd8c05ac3e3824b99d88ed163ababe +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/I18N.meta b/Assets/BITKit/Unity/Scripts/I18N.meta new file mode 100644 index 000000000..84468864b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/I18N.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1f50549879226e640a00e464b2eeabd3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/I18N/I18N.CJK.dll.meta b/Assets/BITKit/Unity/Scripts/I18N/I18N.CJK.dll.meta new file mode 100644 index 000000000..d5e333c8d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/I18N/I18N.CJK.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: ec150d05173af9444b6402522b4973a5 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/I18N/I18N.MidEast.dll.meta b/Assets/BITKit/Unity/Scripts/I18N/I18N.MidEast.dll.meta new file mode 100644 index 000000000..8aa34c8d5 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/I18N/I18N.MidEast.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 51cf551d5913a5845904cd97ea20fef8 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/I18N/I18N.Other.dll.meta b/Assets/BITKit/Unity/Scripts/I18N/I18N.Other.dll.meta new file mode 100644 index 000000000..7e7932345 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/I18N/I18N.Other.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 175790c6a1317e142a19b1a043c90bc8 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/I18N/I18N.Rare.dll.meta b/Assets/BITKit/Unity/Scripts/I18N/I18N.Rare.dll.meta new file mode 100644 index 000000000..048631b27 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/I18N/I18N.Rare.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 8dc9a73c7b6d1914bb23eeb4a8a8c00b +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/I18N/I18N.West.dll.meta b/Assets/BITKit/Unity/Scripts/I18N/I18N.West.dll.meta new file mode 100644 index 000000000..2b0fa456c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/I18N/I18N.West.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 4b527abeeb65148439f8220d1e8009da +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/I18N/I18N.dll.meta b/Assets/BITKit/Unity/Scripts/I18N/I18N.dll.meta new file mode 100644 index 000000000..c30279852 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/I18N/I18N.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 60d68942ff0240446b74e7f32a1945ae +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/I18N/Plugins.I18N.asmdef.meta b/Assets/BITKit/Unity/Scripts/I18N/Plugins.I18N.asmdef.meta new file mode 100644 index 000000000..8c15a1497 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/I18N/Plugins.I18N.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2d2740ce45cd8814e84965d80405bb7d +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/InputSystem.meta b/Assets/BITKit/Unity/Scripts/InputSystem.meta new file mode 100644 index 000000000..a4576d87b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/InputSystem.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fd8561314764a2e488b4af02911e2c74 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/InputSystem/BITInputSystem.cs.meta b/Assets/BITKit/Unity/Scripts/InputSystem/BITInputSystem.cs.meta new file mode 100644 index 000000000..db097d436 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/InputSystem/BITInputSystem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1eeb045fab2991248be8f3f9012606ac +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/InputSystem/InputActionGroup.cs.meta b/Assets/BITKit/Unity/Scripts/InputSystem/InputActionGroup.cs.meta new file mode 100644 index 000000000..dd64d3f83 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/InputSystem/InputActionGroup.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c81755b7ca63347468b69191896d61d7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/InputSystem/InputSystemExtensions.cs.meta b/Assets/BITKit/Unity/Scripts/InputSystem/InputSystemExtensions.cs.meta new file mode 100644 index 000000000..6d0ed9675 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/InputSystem/InputSystemExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2e172abc825dfde41beab6ad5914ab31 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/LoggerForUnity.cs.meta b/Assets/BITKit/Unity/Scripts/LoggerForUnity.cs.meta new file mode 100644 index 000000000..d2020a323 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/LoggerForUnity.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5a5707d216b0705449ea7839ef72c70a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mod.meta b/Assets/BITKit/Unity/Scripts/Mod.meta new file mode 100644 index 000000000..ef9d1287a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mod.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 425092ffbf3a9fe4f969d9133a38faa2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mod/BITKit.Mod.Runtime.asmdef.meta b/Assets/BITKit/Unity/Scripts/Mod/BITKit.Mod.Runtime.asmdef.meta new file mode 100644 index 000000000..af6e0abb9 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mod/BITKit.Mod.Runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f0b1819e72edd844b8a6538b7ae1cc42 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mod/UnityAssetModLoader.cs.meta b/Assets/BITKit/Unity/Scripts/Mod/UnityAssetModLoader.cs.meta new file mode 100644 index 000000000..071504754 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mod/UnityAssetModLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 16291fa67912bce4d80652a5ff7f10e2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mod/UnityModLoadAssetTester.cs.meta b/Assets/BITKit/Unity/Scripts/Mod/UnityModLoadAssetTester.cs.meta new file mode 100644 index 000000000..4ebf5a5ed --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mod/UnityModLoadAssetTester.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 54d8fad5c2870a943ada40908d03495e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mod/UnityModLoader.cs.meta b/Assets/BITKit/Unity/Scripts/Mod/UnityModLoader.cs.meta new file mode 100644 index 000000000..4affd8dcf --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mod/UnityModLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0fcacd6a30c7f3d4aae646f0717125ac +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mod/UnityModService.cs.meta b/Assets/BITKit/Unity/Scripts/Mod/UnityModService.cs.meta new file mode 100644 index 000000000..5d61d2ab0 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mod/UnityModService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b030d336e53d2c646a7b382eb83897bf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mod/UnityModServiceTester.cs.meta b/Assets/BITKit/Unity/Scripts/Mod/UnityModServiceTester.cs.meta new file mode 100644 index 000000000..f0589b8fb --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mod/UnityModServiceTester.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c9d7136f598a780459b866ee63545a5f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mod/UnityWorkshopClient.cs.meta b/Assets/BITKit/Unity/Scripts/Mod/UnityWorkshopClient.cs.meta new file mode 100644 index 000000000..61c68517b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mod/UnityWorkshopClient.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cabe7641419ed1e45b737cf8dfd3460f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Mono.meta b/Assets/BITKit/Unity/Scripts/Mono.meta new file mode 100644 index 000000000..0bf59ec8a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Mono.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2e822c111559c204ba6fc483b283d193 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Net.meta b/Assets/BITKit/Unity/Scripts/Net.meta new file mode 100644 index 000000000..2b616ab74 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Net.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5cea40d9e82e35747bd3555cabb2c7d3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Net/Http.meta b/Assets/BITKit/Unity/Scripts/Net/Http.meta new file mode 100644 index 000000000..c9618f6f6 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Net/Http.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9bb8b14dd6e40344a821dc9e103c7429 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Net/Http/BITKit.Net.Http.asmdef.meta b/Assets/BITKit/Unity/Scripts/Net/Http/BITKit.Net.Http.asmdef.meta new file mode 100644 index 000000000..b7011bbc1 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Net/Http/BITKit.Net.Http.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 21649feff1888e64293610f8ebbc75ee +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Net/Http/UnityBasedHttpListenerService.cs.meta b/Assets/BITKit/Unity/Scripts/Net/Http/UnityBasedHttpListenerService.cs.meta new file mode 100644 index 000000000..11c56fc3b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Net/Http/UnityBasedHttpListenerService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e491c7aaaf8f55c49b1c1b39f53ed3ee +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Net/LAN.meta b/Assets/BITKit/Unity/Scripts/Net/LAN.meta new file mode 100644 index 000000000..cde53adac --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Net/LAN.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a2bfd976dd2fe84db4fafd233270e51 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Net/LAN/UnityBasedLanBroadcaster.cs.meta b/Assets/BITKit/Unity/Scripts/Net/LAN/UnityBasedLanBroadcaster.cs.meta new file mode 100644 index 000000000..121787d02 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Net/LAN/UnityBasedLanBroadcaster.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 018236cea16c48f4b8eb8d5e2144d939 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/NetProvider.meta b/Assets/BITKit/Unity/Scripts/NetProvider.meta new file mode 100644 index 000000000..6a287c338 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/NetProvider.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2c784136da6fcba4c929b48f201293c6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/NetProvider/Kcp.meta b/Assets/BITKit/Unity/Scripts/NetProvider/Kcp.meta new file mode 100644 index 000000000..83013ad72 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/NetProvider/Kcp.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6636229d3af133c4fae334d723b29ded +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/NetProvider/Kcp/BITKit.NetProvider.Kcp.asmdef.meta b/Assets/BITKit/Unity/Scripts/NetProvider/Kcp/BITKit.NetProvider.Kcp.asmdef.meta new file mode 100644 index 000000000..f96a67609 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/NetProvider/Kcp/BITKit.NetProvider.Kcp.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a6b241145ae02784fb7c46ac3f491382 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/NetProvider/UX.meta b/Assets/BITKit/Unity/Scripts/NetProvider/UX.meta new file mode 100644 index 000000000..6e12374cb --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/NetProvider/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 641d0825a10e1e0488555580335cb2ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/NetProvider/UX/BITKit.NetProvider.UX.asmdef.meta b/Assets/BITKit/Unity/Scripts/NetProvider/UX/BITKit.NetProvider.UX.asmdef.meta new file mode 100644 index 000000000..90662f094 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/NetProvider/UX/BITKit.NetProvider.UX.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b88368c5e2143d34ba5beb16b0528ba0 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Object.meta b/Assets/BITKit/Unity/Scripts/Object.meta new file mode 100644 index 000000000..52857043c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Object.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2fe519cd8b21c3f46bbe3639a409927c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Object/ObjectExtensions.cs.meta b/Assets/BITKit/Unity/Scripts/Object/ObjectExtensions.cs.meta new file mode 100644 index 000000000..61818568b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Object/ObjectExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c9760f1823da6b64cba8fa591f1a9fa7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Physics.meta b/Assets/BITKit/Unity/Scripts/Physics.meta new file mode 100644 index 000000000..d4c9d1b17 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Physics.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a5212c0ab664e774ea4416f9c389858a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Physics/BITKit.Physics.asmdef.meta b/Assets/BITKit/Unity/Scripts/Physics/BITKit.Physics.asmdef.meta new file mode 100644 index 000000000..8e49ce8c2 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Physics/BITKit.Physics.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 89bd0da52dc3cc94daadea6252c6ad1b +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Physics/GetClosePointFromCollider.cs.meta b/Assets/BITKit/Unity/Scripts/Physics/GetClosePointFromCollider.cs.meta new file mode 100644 index 000000000..532d7cd04 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Physics/GetClosePointFromCollider.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: adae51e53fcfc08438543b2a0759aa10 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Physics/IClosePointProvider.cs.meta b/Assets/BITKit/Unity/Scripts/Physics/IClosePointProvider.cs.meta new file mode 100644 index 000000000..0f41d2046 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Physics/IClosePointProvider.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c6d564c448ca14a4cb07a132d63c9930 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Physics/UnityCollisionController.cs.meta b/Assets/BITKit/Unity/Scripts/Physics/UnityCollisionController.cs.meta new file mode 100644 index 000000000..f0c4647c2 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Physics/UnityCollisionController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4c7ee9ea9aa58d94b86a980a58c8140a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Pool.meta b/Assets/BITKit/Unity/Scripts/Pool.meta new file mode 100644 index 000000000..0acdc354d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Pool.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 10e55a4b52fd0e443a17f5267823bd92 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Pool/UnityPoolService.cs.meta b/Assets/BITKit/Unity/Scripts/Pool/UnityPoolService.cs.meta new file mode 100644 index 000000000..585becc95 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Pool/UnityPoolService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 58aae7a560a8881468df0f0f3a137f4a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree.meta b/Assets/BITKit/Unity/Scripts/Quadtree.meta new file mode 100644 index 000000000..3d768582b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c15a9900918e4324991bcf53015b006e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/BITKit.Quadtree.asmdef.meta b/Assets/BITKit/Unity/Scripts/Quadtree/BITKit.Quadtree.asmdef.meta new file mode 100644 index 000000000..a568fd0c9 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/BITKit.Quadtree.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1193c2664d97cc049a6e4c486c6bce71 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/GameObjectQuadtreeRoot.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/GameObjectQuadtreeRoot.cs.meta new file mode 100644 index 000000000..7017687fe --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/GameObjectQuadtreeRoot.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2bc2bf5dce5a1fa418a53e9616109677 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/INode.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/INode.cs.meta new file mode 100644 index 000000000..ad87d9586 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/INode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 097957ac1375f8141a80aa94f32030db +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/IQuadtreeRoot.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/IQuadtreeRoot.cs.meta new file mode 100644 index 000000000..a1cc8f60f --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/IQuadtreeRoot.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 625588063be34ab419d783b87c474a44 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/IntraLocation.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/IntraLocation.cs.meta new file mode 100644 index 000000000..a5729249b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/IntraLocation.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6ab96e72850290b47b83ba45e5f1d02e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/Items.meta b/Assets/BITKit/Unity/Scripts/Quadtree/Items.meta new file mode 100644 index 000000000..c0a623283 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/Items.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f97e02abd61aa274683a80be45fec110 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/Items/GameObjectItem.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/Items/GameObjectItem.cs.meta new file mode 100644 index 000000000..a7c6b1659 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/Items/GameObjectItem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3bb93ae6561edaa49a599f7ccf090da1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/Items/GameObjectItemBase.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/Items/GameObjectItemBase.cs.meta new file mode 100644 index 000000000..16fd874bd --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/Items/GameObjectItemBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 34e0c8684cc1c224a91b831b8c99c968 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/Items/IItem.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/Items/IItem.cs.meta new file mode 100644 index 000000000..059d630e5 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/Items/IItem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1e6be24bac4fd4a409194655d1cf0665 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/Items/RendererItem.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/Items/RendererItem.cs.meta new file mode 100644 index 000000000..f2594163c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/Items/RendererItem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b92b133d7eeb95b4d95b27cf8ef679b0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/Node.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/Node.cs.meta new file mode 100644 index 000000000..4d4ecdd51 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/Node.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 836cada8514e07d4d958f972ccf9a0e0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/NodeBase.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/NodeBase.cs.meta new file mode 100644 index 000000000..39b805391 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/NodeBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a2bca5a4f0f3b554ea3c3f9ba067918b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/QuadtreeMonoRoot.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/QuadtreeMonoRoot.cs.meta new file mode 100644 index 000000000..907ca7bb0 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/QuadtreeMonoRoot.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 016ed1871ab14284db00aa21f490908c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Quadtree/QuadtreeRoot.cs.meta b/Assets/BITKit/Unity/Scripts/Quadtree/QuadtreeRoot.cs.meta new file mode 100644 index 000000000..8c87ff5ec --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Quadtree/QuadtreeRoot.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 244873571ee2c644b9ee21f4848b63b6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Reference.meta b/Assets/BITKit/Unity/Scripts/Reference.meta new file mode 100644 index 000000000..bd0939440 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Reference.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f513edb39d44ced4aa683192b00861d5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Reference/DataReference.cs.meta b/Assets/BITKit/Unity/Scripts/Reference/DataReference.cs.meta new file mode 100644 index 000000000..ed3783cbd --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Reference/DataReference.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d690cb117024ef94288f82ff5a02225c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Reference/DictionaryReference.cs.meta b/Assets/BITKit/Unity/Scripts/Reference/DictionaryReference.cs.meta new file mode 100644 index 000000000..2343ab3cd --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Reference/DictionaryReference.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 53168a4fabf5e254a80826c85c76baf4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Reference/DictionaryReferenceScriptableObject.cs.meta b/Assets/BITKit/Unity/Scripts/Reference/DictionaryReferenceScriptableObject.cs.meta new file mode 100644 index 000000000..21ddda2ac --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Reference/DictionaryReferenceScriptableObject.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e0f926268b4430c4da60d5c7ab6b36c2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Rig.meta b/Assets/BITKit/Unity/Scripts/Rig.meta new file mode 100644 index 000000000..5ad5f6abb --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Rig.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 948aef17b60c09c479aa7edc9059610b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Rig/TickOverrideTranformService.cs.meta b/Assets/BITKit/Unity/Scripts/Rig/TickOverrideTranformService.cs.meta new file mode 100644 index 000000000..87d9290e5 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Rig/TickOverrideTranformService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5cda5807f7f44b140aa1de720894faab +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Rig/TickOverrideTransform.cs.meta b/Assets/BITKit/Unity/Scripts/Rig/TickOverrideTransform.cs.meta new file mode 100644 index 000000000..9621d4880 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Rig/TickOverrideTransform.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 14f045e623587104d8c1360ce31ea92f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes.meta b/Assets/BITKit/Unity/Scripts/Scenes.meta new file mode 100644 index 000000000..648544752 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 760c89432ede4df4886ff1174cd88fbc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/BITKit.Scenes.asmdef.meta b/Assets/BITKit/Unity/Scripts/Scenes/BITKit.Scenes.asmdef.meta new file mode 100644 index 000000000..1c48845df --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/BITKit.Scenes.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8053c75fd7e91654b965793a9efd931a +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/Core.meta b/Assets/BITKit/Unity/Scripts/Scenes/Core.meta new file mode 100644 index 000000000..e464a24c5 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0fb8307c2e1c9414f9b002c5ccf814c2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/Core/BITKit.Scenes.Core.asmdef.meta b/Assets/BITKit/Unity/Scripts/Scenes/Core/BITKit.Scenes.Core.asmdef.meta new file mode 100644 index 000000000..1276f1dc0 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/Core/BITKit.Scenes.Core.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 045a42f233e479d41adc32d02b99631e +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/Core/ISceneService.cs.meta b/Assets/BITKit/Unity/Scripts/Scenes/Core/ISceneService.cs.meta new file mode 100644 index 000000000..6d7b63b20 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/Core/ISceneService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2d271b930534aee4ab3155271c61f60c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/Editor.meta b/Assets/BITKit/Unity/Scripts/Scenes/Editor.meta new file mode 100644 index 000000000..a61ee5a2c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 253907b0a2ea8fa40a27cdf08fe48b08 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/Editor/BITKit.Scenes.Editor.asmdef.meta b/Assets/BITKit/Unity/Scripts/Scenes/Editor/BITKit.Scenes.Editor.asmdef.meta new file mode 100644 index 000000000..d7720e915 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/Editor/BITKit.Scenes.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: df02e486cab78694a9da35805d40f460 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/Editor/MaterialPaletteWindow.cs.meta b/Assets/BITKit/Unity/Scripts/Scenes/Editor/MaterialPaletteWindow.cs.meta new file mode 100644 index 000000000..c30139bef --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/Editor/MaterialPaletteWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1f86a9770a998a44fb9d7e115249a507 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/Editor/SceneServiceEditorWindow.cs.meta b/Assets/BITKit/Unity/Scripts/Scenes/Editor/SceneServiceEditorWindow.cs.meta new file mode 100644 index 000000000..c4645504d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/Editor/SceneServiceEditorWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 58df7a9324e1ec04b87990f76f18fc10 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/SceneService.cs.meta b/Assets/BITKit/Unity/Scripts/Scenes/SceneService.cs.meta new file mode 100644 index 000000000..98c8c339e --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/SceneService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 055f7f423a76de7418056fe7b381184d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/UX.meta b/Assets/BITKit/Unity/Scripts/Scenes/UX.meta new file mode 100644 index 000000000..ac0a290ec --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f33786ae9e848f544b2f88db70b2af30 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Scenes/UX/BITKit.Scenes.UX.asmdef.meta b/Assets/BITKit/Unity/Scripts/Scenes/UX/BITKit.Scenes.UX.asmdef.meta new file mode 100644 index 000000000..90ea0f205 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Scenes/UX/BITKit.Scenes.UX.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 16babb2e72d0d594ab4bfadf3e934883 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Selection.meta b/Assets/BITKit/Unity/Scripts/Selection.meta new file mode 100644 index 000000000..53fed0147 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Selection.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f51cb0688f8e0454e8dce6e90da31939 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor.meta b/Assets/BITKit/Unity/Scripts/Sensor.meta new file mode 100644 index 000000000..f9b6a2817 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 765379b3024a1ef4eabdb80215e2cc16 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/AudioSensor.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/AudioSensor.cs.meta new file mode 100644 index 000000000..abd3841d7 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/AudioSensor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d7841c9177d83e54594af3d7a9ec4b08 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/AudioSensorService.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/AudioSensorService.cs.meta new file mode 100644 index 000000000..b2e551041 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/AudioSensorService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: db1536b0b240b724f8741f900b2da455 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/BITKit.Sensor.asmdef.meta b/Assets/BITKit/Unity/Scripts/Sensor/BITKit.Sensor.asmdef.meta new file mode 100644 index 000000000..09cd884c0 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/BITKit.Sensor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 508392158bd966c4d9c21e19661a441d +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Core.meta b/Assets/BITKit/Unity/Scripts/Sensor/Core.meta new file mode 100644 index 000000000..6c7def4fa --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f5c1c924fb36d8e4e9d5432f50390fe5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Core/Sensor.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/Core/Sensor.cs.meta new file mode 100644 index 000000000..5bfca2786 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Core/Sensor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 48b73c8bf22a30a4788d2f577064076b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Core/SensorTarget.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/Core/SensorTarget.cs.meta new file mode 100644 index 000000000..8b65f465d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Core/SensorTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d6b2f04f438f7bd4c812fb6441a5ca4a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Editor.meta b/Assets/BITKit/Unity/Scripts/Sensor/Editor.meta new file mode 100644 index 000000000..3c452a965 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2391d96dea4c2e844aad567601a85e1c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Editor/Editor.BITKit.Sensor.asmdef.meta b/Assets/BITKit/Unity/Scripts/Sensor/Editor/Editor.BITKit.Sensor.asmdef.meta new file mode 100644 index 000000000..9df9c58ca --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Editor/Editor.BITKit.Sensor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b878544b8c374d44b88df186caa604bb +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Editor/SensorDrawer.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/Editor/SensorDrawer.cs.meta new file mode 100644 index 000000000..49d0908e3 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Editor/SensorDrawer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8e531e4ce5cb6594f9e754292deb522f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Editor/SensorInspector.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/Editor/SensorInspector.cs.meta new file mode 100644 index 000000000..41eb0a719 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Editor/SensorInspector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 025bd668d6ca81a41b2ec7d0904c6e46 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/MixSensor.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/MixSensor.cs.meta new file mode 100644 index 000000000..788eea64a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/MixSensor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8b7c7e7c8cf1efe4aac0c8eddbd05e1c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/NewBehaviourScript.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/NewBehaviourScript.cs.meta new file mode 100644 index 000000000..24fd0ad9b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/NewBehaviourScript.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c2048d435d8387842b5b0c9bf5498a1f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/RangeSensor.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/RangeSensor.cs.meta new file mode 100644 index 000000000..fd5be3d01 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/RangeSensor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8f305912600022b4c824367828ddc333 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/RaySensor.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/RaySensor.cs.meta new file mode 100644 index 000000000..2215c32af --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/RaySensor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d84842fd060cf0d4f9d37b89de002e94 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/SensorQueue.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/SensorQueue.cs.meta new file mode 100644 index 000000000..a95459029 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/SensorQueue.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6cb5fe341e4445841875655ee334f8fd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Smart.meta b/Assets/BITKit/Unity/Scripts/Sensor/Smart.meta new file mode 100644 index 000000000..1c5cf56fa --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Smart.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9b4a8919533349e4e9bb0cd30005668c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Smart/SmartTargetSensor.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/Smart/SmartTargetSensor.cs.meta new file mode 100644 index 000000000..550bf44f9 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Smart/SmartTargetSensor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 33d6f52a9de8ea149ab70ac4e67a0c36 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/Smart/SmartTargetSensorStates.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/Smart/SmartTargetSensorStates.cs.meta new file mode 100644 index 000000000..2be2fbda0 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/Smart/SmartTargetSensorStates.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d55e592432e5ca648b8b9eddee224932 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Sensor/TriggerSensor.cs.meta b/Assets/BITKit/Unity/Scripts/Sensor/TriggerSensor.cs.meta new file mode 100644 index 000000000..8d893ffd4 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Sensor/TriggerSensor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 099996f054b64cb499431974f59539f2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/StateMachine.meta b/Assets/BITKit/Unity/Scripts/StateMachine.meta new file mode 100644 index 000000000..2c4ba0393 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/StateMachine.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9d540311d69835747a74085c9e0aba6c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tag.meta b/Assets/BITKit/Unity/Scripts/Tag.meta new file mode 100644 index 000000000..06adf039a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tag.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e677cce993026cd45990f7f54a542aa3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tag/Editor.meta b/Assets/BITKit/Unity/Scripts/Tag/Editor.meta new file mode 100644 index 000000000..f64a116a6 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tag/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4b7f0b9685ad5a6468e445cc8bd8cfa0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tag/Editor/Editor.BITKit.Tag.asmdef.meta b/Assets/BITKit/Unity/Scripts/Tag/Editor/Editor.BITKit.Tag.asmdef.meta new file mode 100644 index 000000000..61883005d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tag/Editor/Editor.BITKit.Tag.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e7a42319a3223c04eb0a9da0abdd0b76 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tag/Editor/Tag.uxml.meta b/Assets/BITKit/Unity/Scripts/Tag/Editor/Tag.uxml.meta new file mode 100644 index 000000000..56ffeecfc --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tag/Editor/Tag.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 75f62b222b0871840a966540906131f2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/Scripts/Tag/Editor/TagInspecter.cs.meta b/Assets/BITKit/Unity/Scripts/Tag/Editor/TagInspecter.cs.meta new file mode 100644 index 000000000..0c62a00e5 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tag/Editor/TagInspecter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9b121412a623aa3489413945ff510eb3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tag/Tag.cs.meta b/Assets/BITKit/Unity/Scripts/Tag/Tag.cs.meta new file mode 100644 index 000000000..ec4e41d89 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tag/Tag.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a39bc549257f2e94cbb86ae99c0107c4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tick.meta b/Assets/BITKit/Unity/Scripts/Tick.meta new file mode 100644 index 000000000..c554839b7 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tick.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f66a3ea28c6a7547a76ebc08c0c007e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tick/GameTickService.cs.meta b/Assets/BITKit/Unity/Scripts/Tick/GameTickService.cs.meta new file mode 100644 index 000000000..56950fa38 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tick/GameTickService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fe3489d5a0c99614fb5d0308796b4af0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tick/IntervalTickService.cs.meta b/Assets/BITKit/Unity/Scripts/Tick/IntervalTickService.cs.meta new file mode 100644 index 000000000..e2e7d254f --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tick/IntervalTickService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a8c6c9485a1d38b449eeb66b978c2fe6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tick/MainTickService.cs.meta b/Assets/BITKit/Unity/Scripts/Tick/MainTickService.cs.meta new file mode 100644 index 000000000..f5b027be9 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tick/MainTickService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1ce6e4128b8574947be2d54ac050e39c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Tick/UnityTickService.cs.meta b/Assets/BITKit/Unity/Scripts/Tick/UnityTickService.cs.meta new file mode 100644 index 000000000..3eb8a3460 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Tick/UnityTickService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 367ff25b1ec4724449ee78ab6690785b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Transform.meta b/Assets/BITKit/Unity/Scripts/Transform.meta new file mode 100644 index 000000000..bacda6c76 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Transform.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25b2989b04f04e244bdaa0e0b89654c0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Transform/UnityTransform.cs.meta b/Assets/BITKit/Unity/Scripts/Transform/UnityTransform.cs.meta new file mode 100644 index 000000000..c7719d767 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Transform/UnityTransform.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 00ca8f0448c743b46aca4d8ae497db31 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX.meta b/Assets/BITKit/Unity/Scripts/UX.meta new file mode 100644 index 000000000..6645d4a1f --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1f15be77677dd664d9c1e4455051a491 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Alert.meta b/Assets/BITKit/Unity/Scripts/UX/Alert.meta new file mode 100644 index 000000000..aef2e3559 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Alert.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e8843d28029d2ba48852f15202d54fe8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Alert/Alerter.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Alert/Alerter.cs.meta new file mode 100644 index 000000000..17abc5fa6 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Alert/Alerter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 818def42ae392e34abc38ea6068cb181 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Alert/UXAlert.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Alert/UXAlert.cs.meta new file mode 100644 index 000000000..4729412c2 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Alert/UXAlert.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e4a5649cb486a3c44ba26996d036e853 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/ApplicationFile.meta b/Assets/BITKit/Unity/Scripts/UX/ApplicationFile.meta new file mode 100644 index 000000000..8f6450c93 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/ApplicationFile.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 52bef53d9f175424da94066fc9eb38d5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/ApplicationFile/UXApplicationFile.cs.meta b/Assets/BITKit/Unity/Scripts/UX/ApplicationFile/UXApplicationFile.cs.meta new file mode 100644 index 000000000..053ca1048 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/ApplicationFile/UXApplicationFile.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2894e80bc1f4e5f469a6bbfe4e7f3b46 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/BITKit.UX.asmdef.meta b/Assets/BITKit/Unity/Scripts/UX/BITKit.UX.asmdef.meta new file mode 100644 index 000000000..aa52facfa --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/BITKit.UX.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6ef4ed8ff60a7aa4bb60a8030e6f4008 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Chart.meta b/Assets/BITKit/Unity/Scripts/UX/Chart.meta new file mode 100644 index 000000000..ba6b51983 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Chart.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 67732f32069d3bb4ca436ef8de5710e2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Chart/BITKit.UX.Chart.Runtime.asmdef.meta b/Assets/BITKit/Unity/Scripts/UX/Chart/BITKit.UX.Chart.Runtime.asmdef.meta new file mode 100644 index 000000000..a1fd37ad7 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Chart/BITKit.UX.Chart.Runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 994a3fb33a5627740b0712e7c483cc1f +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Chart/SkiaChart.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Chart/SkiaChart.cs.meta new file mode 100644 index 000000000..a87e8730d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Chart/SkiaChart.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 00511c331928b714d919870827a5c326 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/ContextMenu.meta b/Assets/BITKit/Unity/Scripts/UX/ContextMenu.meta new file mode 100644 index 000000000..e7bbe1d9c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/ContextMenu.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 96d295cd364701943a874f702f833ef0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/ContextMenu/UXContextMenu.cs.meta b/Assets/BITKit/Unity/Scripts/UX/ContextMenu/UXContextMenu.cs.meta new file mode 100644 index 000000000..6e98d3622 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/ContextMenu/UXContextMenu.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1325be4d8754c324e9a4942fba79db26 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DataBind.meta b/Assets/BITKit/Unity/Scripts/UX/DataBind.meta new file mode 100644 index 000000000..c7643954a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DataBind.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0f144e108fa598949b417f3d01deb0e2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DataBind/BITKit.UX.DataBind.asmdef.meta b/Assets/BITKit/Unity/Scripts/UX/DataBind/BITKit.UX.DataBind.asmdef.meta new file mode 100644 index 000000000..34b753088 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DataBind/BITKit.UX.DataBind.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2846c2d80db507f4485a0387d75322e4 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DataBind/UXBoolBind.cs.meta b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXBoolBind.cs.meta new file mode 100644 index 000000000..9b7e8aea7 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXBoolBind.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a9a6209ba316f7140a5d01c9163bb9f7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBind.cs.meta b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBind.cs.meta new file mode 100644 index 000000000..58d69bb55 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBind.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f97e3b9575fda2a49a695091c65c4847 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBindingHandler.cs.meta b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBindingHandler.cs.meta new file mode 100644 index 000000000..62a1edfbc --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBindingHandler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8712287847fe6ba46a47620902775417 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBindingService.cs.meta b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBindingService.cs.meta new file mode 100644 index 000000000..c1d8b2049 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXDataBindingService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c9e5c30fbdd2e9e448dbec24b1e72f3b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DataBind/UXIEnumerableBindingHandler.cs.meta b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXIEnumerableBindingHandler.cs.meta new file mode 100644 index 000000000..c8cd68b75 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DataBind/UXIEnumerableBindingHandler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 43f1856918b6ffc4c9c35caba4007208 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Debuger.meta b/Assets/BITKit/Unity/Scripts/UX/Debuger.meta new file mode 100644 index 000000000..104224d41 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Debuger.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3905025ed51a3a64b97f041df86f78ac +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Debuger/UXDebuger.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Debuger/UXDebuger.cs.meta new file mode 100644 index 000000000..44a07ade3 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Debuger/UXDebuger.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d5a22846b573d5c4685160aed721d514 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DotNetSdkRoslyn.meta b/Assets/BITKit/Unity/Scripts/UX/DotNetSdkRoslyn.meta new file mode 100644 index 000000000..31444b23f --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DotNetSdkRoslyn.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b2e651f968bbf7f4eac0936bc040061e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/DotNetSdkRoslyn/UXDotNetSdkRoslynService.cs.meta b/Assets/BITKit/Unity/Scripts/UX/DotNetSdkRoslyn/UXDotNetSdkRoslynService.cs.meta new file mode 100644 index 000000000..37a22684d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/DotNetSdkRoslyn/UXDotNetSdkRoslynService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8c8c71e08d0a2544aae8e62cd2b86af2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Input.meta b/Assets/BITKit/Unity/Scripts/UX/Input.meta new file mode 100644 index 000000000..6c4554eaf --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Input.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f2438aa030d480c43b8394e57aa93fc4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Input/BITKit.UX.OnScreen.asmdef.meta b/Assets/BITKit/Unity/Scripts/UX/Input/BITKit.UX.OnScreen.asmdef.meta new file mode 100644 index 000000000..8d6e2c185 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Input/BITKit.UX.OnScreen.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 917f4379101d8ba4f8226ed9bbeeeb84 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Input/UXAllowInput.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Input/UXAllowInput.cs.meta new file mode 100644 index 000000000..9fead317d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Input/UXAllowInput.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 897637fa096036c4d9bf2b210c0ba558 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Input/UXInputAction.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Input/UXInputAction.cs.meta new file mode 100644 index 000000000..5b99ad999 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Input/UXInputAction.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 30cd0809f33228643861548780b80b61 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library.meta b/Assets/BITKit/Unity/Scripts/UX/Library.meta new file mode 100644 index 000000000..c2e11c6c4 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 938086cf4d8f68a45b66415e5dc190fc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library/CustomTextField.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Library/CustomTextField.cs.meta new file mode 100644 index 000000000..30d9a6c6a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library/CustomTextField.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3d3cd768577652b48a96e0ede1713b89 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library/CycleContainer.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Library/CycleContainer.cs.meta new file mode 100644 index 000000000..46ea18c9a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library/CycleContainer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e3da6c50edc6f75488b4e367c5b7eae1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library/JsonBasedTable.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Library/JsonBasedTable.cs.meta new file mode 100644 index 000000000..24383b96e --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library/JsonBasedTable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f72eadf2897dad54f9bee6f5856de39c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library/ProgressBlock.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Library/ProgressBlock.cs.meta new file mode 100644 index 000000000..82485a2e3 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library/ProgressBlock.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ca822b68d3588fd48abf69d987af2607 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library/QRVisualElement.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Library/QRVisualElement.cs.meta new file mode 100644 index 000000000..428a22516 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library/QRVisualElement.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 35f4a27da26970c4eb9965386f80281a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library/RadialProgress.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Library/RadialProgress.cs.meta new file mode 100644 index 000000000..60845de14 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library/RadialProgress.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 578a2a6b9a517f84789a9a3409ab054c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library/TabBar.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Library/TabBar.cs.meta new file mode 100644 index 000000000..5cf455d5a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library/TabBar.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 22a1d2dab9cea2a4fa90bfc3439b11f1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Library/TabContainer.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Library/TabContainer.cs.meta new file mode 100644 index 000000000..2711090d9 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Library/TabContainer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 62f0964438c4cda43a9ed00227e25ab1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/ModService.meta b/Assets/BITKit/Unity/Scripts/UX/ModService.meta new file mode 100644 index 000000000..29982a3af --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/ModService.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 10868c050b42e7d4f8dcd17a320df58d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/ModService/UXModService.cs.meta b/Assets/BITKit/Unity/Scripts/UX/ModService/UXModService.cs.meta new file mode 100644 index 000000000..fe2bf16c1 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/ModService/UXModService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b3dfdbe1592c92b478ac90ee712f86ad +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Painter.meta b/Assets/BITKit/Unity/Scripts/UX/Painter.meta new file mode 100644 index 000000000..a4acaa64c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Painter.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 15a54a0341e9ec640a76fb0ae731e876 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Painter/BITKit.UX.Painter.Runtime.asmdef.meta b/Assets/BITKit/Unity/Scripts/UX/Painter/BITKit.UX.Painter.Runtime.asmdef.meta new file mode 100644 index 000000000..ce5960f6e --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Painter/BITKit.UX.Painter.Runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5cbf6465b63af3e4da531a4e4d26376b +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Painter/SkiaPainter.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Painter/SkiaPainter.cs.meta new file mode 100644 index 000000000..1fd686439 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Painter/SkiaPainter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 380b69a479ae4d546a730e8c8ca136e0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/PhotoMode.meta b/Assets/BITKit/Unity/Scripts/UX/PhotoMode.meta new file mode 100644 index 000000000..74f787235 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/PhotoMode.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: af0fbd41aa0222b488487e2101a95dd8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/PhotoMode/UXPhotoMode.cs.meta b/Assets/BITKit/Unity/Scripts/UX/PhotoMode/UXPhotoMode.cs.meta new file mode 100644 index 000000000..38a9555df --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/PhotoMode/UXPhotoMode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 35e8dc26ea80fbf41b5aae1689220a4b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Popup.meta b/Assets/BITKit/Unity/Scripts/UX/Popup.meta new file mode 100644 index 000000000..f42b0cd00 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Popup.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 55f386f46df0fab428ab5a34187e000c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Popup/UXPopup.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Popup/UXPopup.cs.meta new file mode 100644 index 000000000..1ab5ba959 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Popup/UXPopup.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 98ea2f87d78be1f4a8369c9400bf4814 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Service.meta b/Assets/BITKit/Unity/Scripts/UX/Service.meta new file mode 100644 index 000000000..b88069394 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Service.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5ac527ef899357f4a9fbe6b459493d5b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Service/Proxy.meta b/Assets/BITKit/Unity/Scripts/UX/Service/Proxy.meta new file mode 100644 index 000000000..52c9c855b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Service/Proxy.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 92907b645b6eeb1449faacebd8ea31b2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit.meta b/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit.meta new file mode 100644 index 000000000..8c2748d9e --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 148ab5140c1a2d946bcd352ab6845961 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit/UIToolKitPanel.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit/UIToolKitPanel.cs.meta new file mode 100644 index 000000000..4e4950e79 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit/UIToolKitPanel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b9df4ccf721aaec45a7fadfead86ec48 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit/UIToolkitOverlay.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit/UIToolkitOverlay.cs.meta new file mode 100644 index 000000000..34c5debc7 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Service/UI Toolkit/UIToolkitOverlay.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e78199af4607c0d438836fd782fdf8ff +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Service/UXService.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Service/UXService.cs.meta new file mode 100644 index 000000000..5afc7c5cd --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Service/UXService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3fb207343f632384680916fdfef17e99 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: d8babda278a43b64281291cdad557c0d, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Settings.meta b/Assets/BITKit/Unity/Scripts/UX/Settings.meta new file mode 100644 index 000000000..46db3e0f1 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 62a7c592cd598044a846acf9949dfbcc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Settings/UXSettings.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Settings/UXSettings.cs.meta new file mode 100644 index 000000000..be4abfddc --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Settings/UXSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7e027a031874be5448c7ff912d31871d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/ToolTips.meta b/Assets/BITKit/Unity/Scripts/UX/ToolTips.meta new file mode 100644 index 000000000..1970c155d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/ToolTips.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 951ffa58b33aefc46bb69a009983f61d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/ToolTips/UXToolTips.cs.meta b/Assets/BITKit/Unity/Scripts/UX/ToolTips/UXToolTips.cs.meta new file mode 100644 index 000000000..97cee149d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/ToolTips/UXToolTips.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ac89bede6edc4874380395982ecc8af8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Touch.meta b/Assets/BITKit/Unity/Scripts/UX/Touch.meta new file mode 100644 index 000000000..a434bfdbb --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Touch.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 41c33b2fc80b9eb43a52eabf1b7e1945 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Touch/BITKit.UX.Touch.asmdef.meta b/Assets/BITKit/Unity/Scripts/UX/Touch/BITKit.UX.Touch.asmdef.meta new file mode 100644 index 000000000..4b59aa43c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Touch/BITKit.UX.Touch.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 105d77f86fa433c48a95f37e37057b03 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Touch/UXTouchToolBar.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Touch/UXTouchToolBar.cs.meta new file mode 100644 index 000000000..75a1e45b5 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Touch/UXTouchToolBar.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c9f44f29d2c072d409a14c0c8375f45a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/UXBarService.meta b/Assets/BITKit/Unity/Scripts/UX/UXBarService.meta new file mode 100644 index 000000000..deae2b786 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/UXBarService.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f00bf577e456ef944b4226a77a2d3133 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/UXBarService/UXBarService.cs.meta b/Assets/BITKit/Unity/Scripts/UX/UXBarService/UXBarService.cs.meta new file mode 100644 index 000000000..b8ae91384 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/UXBarService/UXBarService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 13a0fd39c05238f4e8537e85e254f541 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Utils.meta b/Assets/BITKit/Unity/Scripts/UX/Utils.meta new file mode 100644 index 000000000..dfa1d6331 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Utils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1d2305bf58c686f40b4b4da41d2cce46 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Utils/UXPanelEvent.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Utils/UXPanelEvent.cs.meta new file mode 100644 index 000000000..5586a77fe --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Utils/UXPanelEvent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b1e7cce3f9c6ae149b5b6809d9101069 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Utils/UXUtils.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Utils/UXUtils.cs.meta new file mode 100644 index 000000000..4a6993371 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Utils/UXUtils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 03ae275346c022b4694bb3e4eab1c386 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/VideoPlayer.meta b/Assets/BITKit/Unity/Scripts/UX/VideoPlayer.meta new file mode 100644 index 000000000..9470a1ae4 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/VideoPlayer.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e743ab5903c261b42a81d48849d0fbe8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/VideoPlayer/BITKit.UX.VideoPlayer.asmdef.meta b/Assets/BITKit/Unity/Scripts/UX/VideoPlayer/BITKit.UX.VideoPlayer.asmdef.meta new file mode 100644 index 000000000..bb4f615a5 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/VideoPlayer/BITKit.UX.VideoPlayer.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fc709198be592864cb1b47b42e417e92 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/VisualElement.meta b/Assets/BITKit/Unity/Scripts/UX/VisualElement.meta new file mode 100644 index 000000000..86e3f6731 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/VisualElement.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5767c543332fe134e9c7ea96ce829f8a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/VisualElement/TexturedElement.cs.meta b/Assets/BITKit/Unity/Scripts/UX/VisualElement/TexturedElement.cs.meta new file mode 100644 index 000000000..2fb67464f --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/VisualElement/TexturedElement.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a685df532788b6540b2b4fa9863ec050 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Waiting.meta b/Assets/BITKit/Unity/Scripts/UX/Waiting.meta new file mode 100644 index 000000000..a055421a1 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Waiting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a8d7b27bb57dff6419cb0e7a4680b578 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/UX/Waiting/UXWaiting.cs.meta b/Assets/BITKit/Unity/Scripts/UX/Waiting/UXWaiting.cs.meta new file mode 100644 index 000000000..0df502d75 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/UX/Waiting/UXWaiting.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 241915c4814e5224f9d3ffd6dab7a98e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility.meta b/Assets/BITKit/Unity/Scripts/Utility.meta new file mode 100644 index 000000000..50442642c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 50f7dcc68d88c944c85e731babe85171 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility/Behaviour.cs.meta b/Assets/BITKit/Unity/Scripts/Utility/Behaviour.cs.meta new file mode 100644 index 000000000..6192794e5 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility/Behaviour.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 41a1324e1c023024ba17f992b3f4a040 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility/Editor.meta b/Assets/BITKit/Unity/Scripts/Utility/Editor.meta new file mode 100644 index 000000000..d5ba5fc47 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8511b378a25c4c043af9e8abeb87a187 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility/Editor/BITInspector.cs.meta b/Assets/BITKit/Unity/Scripts/Utility/Editor/BITInspector.cs.meta new file mode 100644 index 000000000..061474be7 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility/Editor/BITInspector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 24c0970857cded548bda75191c8317f0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility/Editor/SerializableGuid.cs.meta b/Assets/BITKit/Unity/Scripts/Utility/Editor/SerializableGuid.cs.meta new file mode 100644 index 000000000..4aa280527 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility/Editor/SerializableGuid.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b3f2176099811c34d858b911d7b4f6aa +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility/Editor/SerializableGuidPropertyDrawer.cs.meta b/Assets/BITKit/Unity/Scripts/Utility/Editor/SerializableGuidPropertyDrawer.cs.meta new file mode 100644 index 000000000..07b488ad6 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility/Editor/SerializableGuidPropertyDrawer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5401aab2c353e7849b99fc7a79189283 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility/Extensions.cs.meta b/Assets/BITKit/Unity/Scripts/Utility/Extensions.cs.meta new file mode 100644 index 000000000..8506dcd2b --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility/Extensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e7b3eff56c723c24aa78828f6e6357f8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility/TextureHelper.cs.meta b/Assets/BITKit/Unity/Scripts/Utility/TextureHelper.cs.meta new file mode 100644 index 000000000..84f98ad0c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility/TextureHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e98ae5f11ec213549b3a65a5ff78de50 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Utility/UnityWebRequestAwaiter.cs.meta b/Assets/BITKit/Unity/Scripts/Utility/UnityWebRequestAwaiter.cs.meta new file mode 100644 index 000000000..2e81e9ac8 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Utility/UnityWebRequestAwaiter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a4b9c455bae1a32448a1003451ac3852 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Win64.meta b/Assets/BITKit/Unity/Scripts/Win64.meta new file mode 100644 index 000000000..55c348b66 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Win64.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ebacaf4e9dd77784496c4502b346eb81 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Win64/BITKit.Win64.asmdef.meta b/Assets/BITKit/Unity/Scripts/Win64/BITKit.Win64.asmdef.meta new file mode 100644 index 000000000..9db03d36a --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Win64/BITKit.Win64.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8de800285228f744ab0baba715e4a5c2 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Win64/RegistryRunAPP.cs.meta b/Assets/BITKit/Unity/Scripts/Win64/RegistryRunAPP.cs.meta new file mode 100644 index 000000000..cd77a9a66 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Win64/RegistryRunAPP.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f1244389cfc9d114b9b7ebc6913948d6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/Win64/UnitySubApp.cs.meta b/Assets/BITKit/Unity/Scripts/Win64/UnitySubApp.cs.meta new file mode 100644 index 000000000..0f071ba27 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/Win64/UnitySubApp.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ddd3add402b85d442a6401327d8ad500 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk.meta b/Assets/BITKit/Unity/Scripts/WorldChunk.meta new file mode 100644 index 000000000..f4025e602 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 22eda26c2164f0142a6a3bdbbc2a2cef +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/AIChunkService.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/AIChunkService.cs.meta new file mode 100644 index 000000000..9e7761583 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/AIChunkService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a003b9287ee730a4e92137b6a84c0104 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/BITKit.WorldChunk.asmdef.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/BITKit.WorldChunk.asmdef.meta new file mode 100644 index 000000000..0b976b35c --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/BITKit.WorldChunk.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bdb069e155d2f944cb1bf28602b6d4c1 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/BuildingChunkObject.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/BuildingChunkObject.cs.meta new file mode 100644 index 000000000..9a8043027 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/BuildingChunkObject.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 32a552c73063aba4fa13802e02b22df9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkBehaviour.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkBehaviour.cs.meta new file mode 100644 index 000000000..6e2d761aa --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkBehaviour.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5141b62a57a90f14bb91d60a776b7d30 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkLodObject.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkLodObject.cs.meta new file mode 100644 index 000000000..49ad09d13 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkLodObject.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 83a934099fe5d8643bbaab86ed3f866b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkObject.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkObject.cs.meta new file mode 100644 index 000000000..e0e7011a1 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/ChunkObject.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e23549f6ffcd5244cbd08e3dae427005 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/ColliderChunkObject.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/ColliderChunkObject.cs.meta new file mode 100644 index 000000000..445d0e664 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/ColliderChunkObject.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 607dd8bacfc005c4482206db1b79203f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/IChunkService.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/IChunkService.cs.meta new file mode 100644 index 000000000..2115c6cbe --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/IChunkService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a03edf3b55b16f540ae9e0838ce9d962 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/UnityWorldChunkService.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/UnityWorldChunkService.cs.meta new file mode 100644 index 000000000..80c7be376 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/UnityWorldChunkService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: aee50108772796b46b557b1b11cb9d56 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/WorldChunkService.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/WorldChunkService.cs.meta new file mode 100644 index 000000000..41dd257b2 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/WorldChunkService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4d369ea595d83d94387c6f975790067d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/WorldTerrainBehaviour.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/WorldTerrainBehaviour.cs.meta new file mode 100644 index 000000000..579bfdacf --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/WorldTerrainBehaviour.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 036c09833b5af014a96acf475ad913ec +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldChunk/WorldTerrainService.cs.meta b/Assets/BITKit/Unity/Scripts/WorldChunk/WorldTerrainService.cs.meta new file mode 100644 index 000000000..d52e3515d --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldChunk/WorldTerrainService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 621bedf5aebf7d445896c3309de4ff70 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldNode.meta b/Assets/BITKit/Unity/Scripts/WorldNode.meta new file mode 100644 index 000000000..663a2bcca --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldNode.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2da90b0890b24e644a1900960dc2fb9c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldNode/BITKit.WorldNode.Runtime.asmdef.meta b/Assets/BITKit/Unity/Scripts/WorldNode/BITKit.WorldNode.Runtime.asmdef.meta new file mode 100644 index 000000000..3af7b6622 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldNode/BITKit.WorldNode.Runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 01cf845b40a364e4cbaee058936fa4a3 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Scripts/WorldNode/UnityNode.cs.meta b/Assets/BITKit/Unity/Scripts/WorldNode/UnityNode.cs.meta new file mode 100644 index 000000000..7c70da052 --- /dev/null +++ b/Assets/BITKit/Unity/Scripts/WorldNode/UnityNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 054d7fc7589c04d4a8412a6f82b32d6c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader.meta b/Assets/BITKit/Unity/Shader.meta new file mode 100644 index 000000000..e855b506a --- /dev/null +++ b/Assets/BITKit/Unity/Shader.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 166cf7fe9f1842d4582528110079275d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader/AlwaysOnTopURP.shader.meta b/Assets/BITKit/Unity/Shader/AlwaysOnTopURP.shader.meta new file mode 100644 index 000000000..f66f6a938 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/AlwaysOnTopURP.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: a795400604734dc4681ca197360b4dac +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader/OutputDepth.shadergraph.meta b/Assets/BITKit/Unity/Shader/OutputDepth.shadergraph.meta new file mode 100644 index 000000000..9b3ff2f1a --- /dev/null +++ b/Assets/BITKit/Unity/Shader/OutputDepth.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3c911826faa60224baf5cdb1ece2427c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph.meta new file mode 100644 index 000000000..ef650da9c --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0801f1f5011c79d45b7b58d577b7bf1a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Alpha Scope.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Alpha Scope.shadergraph.meta new file mode 100644 index 000000000..8005ff25e --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Alpha Scope.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 4463b6579f747f74ca9523392dc1b4fc +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/AlphaClip.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/AlphaClip.shadergraph.meta new file mode 100644 index 000000000..07f014d7c --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/AlphaClip.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 0ceabbdcd384e454f8572621df9c3daa +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Billboard.mat.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Billboard.mat.meta new file mode 100644 index 000000000..52493b018 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Billboard.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9191ebffef8c77c4690899c5c64eec2c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Billboard.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Billboard.shadergraph.meta new file mode 100644 index 000000000..1202e32d9 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Billboard.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: fc56a447eb0944f4f9fc3b51a4913759 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/ColorUnlit.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/ColorUnlit.shadergraph.meta new file mode 100644 index 000000000..f7fade20b --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/ColorUnlit.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c6840b6c9caea4641b8f2347c61a9c4e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Fresnel.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Fresnel.shadergraph.meta new file mode 100644 index 000000000..47961f1b7 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Fresnel.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: eb11aabbdb9f3b944be437f797860e77 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Hidden.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Hidden.shadergraph.meta new file mode 100644 index 000000000..b34f4a8fd --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Hidden.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e332ab476e368114a82caf1584805fce +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Outline.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Outline.meta new file mode 100644 index 000000000..0398f8303 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Outline.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4becbc5a840e63c47b129e2b126ba929 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel.meta new file mode 100644 index 000000000..b0d5cd5e4 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4761a320eb700794baea01d255a6f1d8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel/NoiseColor.png.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel/NoiseColor.png.meta new file mode 100644 index 000000000..d661eb910 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel/NoiseColor.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: e95070c8c3b5a6349b35bbd9ff75a0b3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 64 + 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: Windows Store Apps + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel/PixelShader.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel/PixelShader.shadergraph.meta new file mode 100644 index 000000000..e7c8a2da2 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/Pixel/PixelShader.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 1e5cc1c517d35744685846580770263d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/SimpleBlend.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/SimpleBlend.shadergraph.meta new file mode 100644 index 000000000..7be5b0291 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/SimpleBlend.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 08c4abb8e020e3342aa81690c0ea78ef +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/SimpleGlass.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/SimpleGlass.shadergraph.meta new file mode 100644 index 000000000..c6a158461 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/SimpleGlass.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b3a397f3296777e41971fc1e108e7ffc +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/UnlitAlpha.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/UnlitAlpha.shadergraph.meta new file mode 100644 index 000000000..396c144d7 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/UnlitAlpha.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 2f4db786eb738fc4bb805a5b9552870d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/ShaderGraph/VertexClip.shadergraph.meta b/Assets/BITKit/Unity/Shader/ShaderGraph/VertexClip.shadergraph.meta new file mode 100644 index 000000000..2f80b45b1 --- /dev/null +++ b/Assets/BITKit/Unity/Shader/ShaderGraph/VertexClip.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 73434ed6a0b8f7745b50aff217a5707c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Shader/WireframeURP.shader.meta b/Assets/BITKit/Unity/Shader/WireframeURP.shader.meta new file mode 100644 index 000000000..76a2c50ec --- /dev/null +++ b/Assets/BITKit/Unity/Shader/WireframeURP.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 91a3254e8d6044d498e07f2ae66f01e0 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Shader/WorldSpaceTexture.shadergraph.meta b/Assets/BITKit/Unity/Shader/WorldSpaceTexture.shadergraph.meta new file mode 100644 index 000000000..a26f6ebad --- /dev/null +++ b/Assets/BITKit/Unity/Shader/WorldSpaceTexture.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 8d9d0b34f642249e7864f244087a1ed1 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/BITKit/Unity/Socket.meta b/Assets/BITKit/Unity/Socket.meta new file mode 100644 index 000000000..f1716e7a2 --- /dev/null +++ b/Assets/BITKit/Unity/Socket.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 300c66b95bcadb345ba713cc787c90de +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Socket/ISocketComponent.cs.meta b/Assets/BITKit/Unity/Socket/ISocketComponent.cs.meta new file mode 100644 index 000000000..fb96fe36b --- /dev/null +++ b/Assets/BITKit/Unity/Socket/ISocketComponent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6d0be10870bf27f4b8b1c97ed8809308 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Socket/UnitySocketComponent.cs.meta b/Assets/BITKit/Unity/Socket/UnitySocketComponent.cs.meta new file mode 100644 index 000000000..bb8c103b4 --- /dev/null +++ b/Assets/BITKit/Unity/Socket/UnitySocketComponent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7ba6497a10fb8e14dab1acb39b2ec8aa +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/Socket/UnitySocketService.cs.meta b/Assets/BITKit/Unity/Socket/UnitySocketService.cs.meta new file mode 100644 index 000000000..927ce5729 --- /dev/null +++ b/Assets/BITKit/Unity/Socket/UnitySocketService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8284a08494909e147b79d71c7142ed12 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/UX.meta b/Assets/BITKit/Unity/UX.meta new file mode 100644 index 000000000..8dc10413d --- /dev/null +++ b/Assets/BITKit/Unity/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 99794144d5b05a643963730931055443 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/UX/AllowTouch.uxml.meta b/Assets/BITKit/Unity/UX/AllowTouch.uxml.meta new file mode 100644 index 000000000..0406db7c6 --- /dev/null +++ b/Assets/BITKit/Unity/UX/AllowTouch.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a63da811dd8322448ac5014554e7f909 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BITAlert.uss.meta b/Assets/BITKit/Unity/UX/BITAlert.uss.meta new file mode 100644 index 000000000..5a3ea0f9b --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITAlert.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8d0db0fee932f5342988f09217d6309a +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/BITConsole.uss.meta b/Assets/BITKit/Unity/UX/BITConsole.uss.meta new file mode 100644 index 000000000..de5f61751 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITConsole.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9175bfb75cd47b9488b9f12bd34e50fd +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/BITConsole.uxml.meta b/Assets/BITKit/Unity/UX/BITConsole.uxml.meta new file mode 100644 index 000000000..07f459dc6 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITConsole.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b42b9a148466f1f41a27bfc482972943 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BITContextMenu.uxml.meta b/Assets/BITKit/Unity/UX/BITContextMenu.uxml.meta new file mode 100644 index 000000000..7e6185e63 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITContextMenu.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b2f8529f8197ebf4d9326609b344cb4f +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BITDebuger.uss.meta b/Assets/BITKit/Unity/UX/BITDebuger.uss.meta new file mode 100644 index 000000000..48f69a81e --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITDebuger.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 57e4df573faca4c42a9b11b5939353e1 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/BITDebuger.uxml.meta b/Assets/BITKit/Unity/UX/BITDebuger.uxml.meta new file mode 100644 index 000000000..2ecaf3000 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITDebuger.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 8abbe095545a3944d8120ba0431f221e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BITExit.uxml.meta b/Assets/BITKit/Unity/UX/BITExit.uxml.meta new file mode 100644 index 000000000..a97e75ab8 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITExit.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 934760be0d7dd6447a28912468bcdccb +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BITInspector.uss.meta b/Assets/BITKit/Unity/UX/BITInspector.uss.meta new file mode 100644 index 000000000..240885b26 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITInspector.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3a78fb5b182fa434781baf5c9f733586 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/BITPlayer_Maximize.uxml.meta b/Assets/BITKit/Unity/UX/BITPlayer_Maximize.uxml.meta new file mode 100644 index 000000000..dac290f73 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITPlayer_Maximize.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c2b372448a15ee2479a3a1433478a9e2 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BITPlayer_Minimize.uxml.meta b/Assets/BITKit/Unity/UX/BITPlayer_Minimize.uxml.meta new file mode 100644 index 000000000..fba70a8cf --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITPlayer_Minimize.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 9ab1094fbb6435e4bbe5e0d97e6b4932 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BITQuest.uss.meta b/Assets/BITKit/Unity/UX/BITQuest.uss.meta new file mode 100644 index 000000000..59fe61bf6 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITQuest.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5c2d746d52de8e340b788034994ee23e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/BITQuestElement.uxml.meta b/Assets/BITKit/Unity/UX/BITQuestElement.uxml.meta new file mode 100644 index 000000000..a60518fc7 --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITQuestElement.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e76b752484c652b44afef2ac0afd5dd6 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BITVideoPlayer.uxml.meta b/Assets/BITKit/Unity/UX/BITVideoPlayer.uxml.meta new file mode 100644 index 000000000..a18a6430a --- /dev/null +++ b/Assets/BITKit/Unity/UX/BITVideoPlayer.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 4b6f37d7abce73c41b07a906492f9005 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/BlackScreen.uxml.meta b/Assets/BITKit/Unity/UX/BlackScreen.uxml.meta new file mode 100644 index 000000000..d8aea098c --- /dev/null +++ b/Assets/BITKit/Unity/UX/BlackScreen.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f4c10a6f2cda78d49aea063f5bc74626 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/Common.meta b/Assets/BITKit/Unity/UX/Common.meta new file mode 100644 index 000000000..59d63773c --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6d1aa840c84ad0843a706c944390124e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/UX/Common/BITKit Text Settings.asset.meta b/Assets/BITKit/Unity/UX/Common/BITKit Text Settings.asset.meta new file mode 100644 index 000000000..7ef2d314d --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common/BITKit Text Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae6e49236707be64baaaa783d1a15d81 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/UX/Common/BITKitRuntimeTheme.tss b/Assets/BITKit/Unity/UX/Common/BITKitRuntimeTheme.tss new file mode 100644 index 000000000..1b509221f --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common/BITKitRuntimeTheme.tss @@ -0,0 +1,8 @@ +@import url("unity-theme://default"); + +@import url("Common.uss"); + + + + + diff --git a/Assets/BITKit/Unity/UX/Common/BITKitRuntimeTheme.tss.meta b/Assets/BITKit/Unity/UX/Common/BITKitRuntimeTheme.tss.meta new file mode 100644 index 000000000..a487c23bc --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common/BITKitRuntimeTheme.tss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ac803f0924e239645ac6b2fc9baebc65 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12388, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/Common/Common.asset.meta b/Assets/BITKit/Unity/UX/Common/Common.asset.meta new file mode 100644 index 000000000..64211c1f3 --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common/Common.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 64cd93f02c042ad43a96d66da32f0c6c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/UX/Common/Common.uss.meta b/Assets/BITKit/Unity/UX/Common/Common.uss.meta new file mode 100644 index 000000000..b41a6e1bb --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common/Common.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a3a69d3518fd02b489e721f3c5b0b539 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/Common/Common_Mobile.asset.meta b/Assets/BITKit/Unity/UX/Common/Common_Mobile.asset.meta new file mode 100644 index 000000000..6143eab61 --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common/Common_Mobile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a40a0c4d650c8e1458288dcdfa4ee861 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/UX/Common/Common_PC_Overlay.asset.meta b/Assets/BITKit/Unity/UX/Common/Common_PC_Overlay.asset.meta new file mode 100644 index 000000000..868d2e006 --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common/Common_PC_Overlay.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 918ab67128d80634cbca61ac58b651f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/Unity/UX/Common/Common_VideoPlayer.uss.meta b/Assets/BITKit/Unity/UX/Common/Common_VideoPlayer.uss.meta new file mode 100644 index 000000000..305ea5a04 --- /dev/null +++ b/Assets/BITKit/Unity/UX/Common/Common_VideoPlayer.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2789a9a4f892e99498132aac625854b7 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/DataPlayer.uxml.meta b/Assets/BITKit/Unity/UX/DataPlayer.uxml.meta new file mode 100644 index 000000000..d191e7179 --- /dev/null +++ b/Assets/BITKit/Unity/UX/DataPlayer.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 3dd8cd3ef1125c9408e4738a5fdaa68f +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/EditorExapmles.uxml.meta b/Assets/BITKit/Unity/UX/EditorExapmles.uxml.meta new file mode 100644 index 000000000..23d968731 --- /dev/null +++ b/Assets/BITKit/Unity/UX/EditorExapmles.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a61f70effbd22d74999cc16a508f5bc3 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/MaterialDesign.uss.meta b/Assets/BITKit/Unity/UX/MaterialDesign.uss.meta new file mode 100644 index 000000000..2f1bfd466 --- /dev/null +++ b/Assets/BITKit/Unity/UX/MaterialDesign.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e4dec78bf3c31184ca4f258af4dd1f8e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/MobileApplicationService.uxml.meta b/Assets/BITKit/Unity/UX/MobileApplicationService.uxml.meta new file mode 100644 index 000000000..fffd866ad --- /dev/null +++ b/Assets/BITKit/Unity/UX/MobileApplicationService.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c1980913ccb250e4195bc057016f32d8 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/NetState_Mobile.uxml.meta b/Assets/BITKit/Unity/UX/NetState_Mobile.uxml.meta new file mode 100644 index 000000000..9b23e1159 --- /dev/null +++ b/Assets/BITKit/Unity/UX/NetState_Mobile.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a499d4decabf3fb4eb6f1f26967087bb +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/ReferenceEditor.uxml.meta b/Assets/BITKit/Unity/UX/ReferenceEditor.uxml.meta new file mode 100644 index 000000000..1f957295b --- /dev/null +++ b/Assets/BITKit/Unity/UX/ReferenceEditor.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 47d63962e7b8aad4483c31c5388042ed +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/SubMenu.uss.meta b/Assets/BITKit/Unity/UX/SubMenu.uss.meta new file mode 100644 index 000000000..bb06ad9e3 --- /dev/null +++ b/Assets/BITKit/Unity/UX/SubMenu.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9dd2e958543191d4e9875b6029234323 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/SubMenu.uxml.meta b/Assets/BITKit/Unity/UX/SubMenu.uxml.meta new file mode 100644 index 000000000..67736ce47 --- /dev/null +++ b/Assets/BITKit/Unity/UX/SubMenu.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e4d775f403f68af48816dc049e6d7aa0 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/UI Toolkit Preview.uxml.meta b/Assets/BITKit/Unity/UX/UI Toolkit Preview.uxml.meta new file mode 100644 index 000000000..54671e4e9 --- /dev/null +++ b/Assets/BITKit/Unity/UX/UI Toolkit Preview.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5d5235a80c6dded4abcfdd2499d2cbeb +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/UXInitialize.uss.meta b/Assets/BITKit/Unity/UX/UXInitialize.uss.meta new file mode 100644 index 000000000..dcfce37c5 --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXInitialize.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9c77c6f7bebff2b4ebf4079d48de27c7 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/UXInitialize.uxml.meta b/Assets/BITKit/Unity/UX/UXInitialize.uxml.meta new file mode 100644 index 000000000..7608b8ce9 --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXInitialize.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 17ffb087c4b450f48903b04cfe8f7c22 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/UXModService.uss.meta b/Assets/BITKit/Unity/UX/UXModService.uss.meta new file mode 100644 index 000000000..26dda7400 --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXModService.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4603eeaf39bae3448a93680711a15c42 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/UXPlayer.uss.meta b/Assets/BITKit/Unity/UX/UXPlayer.uss.meta new file mode 100644 index 000000000..09a97017f --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXPlayer.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ae56738606eb6b949a289e852f0d4818 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/UXPlayer.uxml.meta b/Assets/BITKit/Unity/UX/UXPlayer.uxml.meta new file mode 100644 index 000000000..4ea13a1a3 --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXPlayer.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 82c74b8844c9fdb4c93ee5bdca2d1ccc +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/UXTherion.uss.meta b/Assets/BITKit/Unity/UX/UXTherion.uss.meta new file mode 100644 index 000000000..e61050185 --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXTherion.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3b2bab901063569478ebcde8a092f839 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/UXToolTips.uxml.meta b/Assets/BITKit/Unity/UX/UXToolTips.uxml.meta new file mode 100644 index 000000000..680a87d23 --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXToolTips.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f2cf6e666f7a52b46a238f0d116ec002 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/UXrace.uss.meta b/Assets/BITKit/Unity/UX/UXrace.uss.meta new file mode 100644 index 000000000..6801d9d17 --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXrace.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 67e031c4491ea4e458d1cf5a7cde5795 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/UXrank.uss.meta b/Assets/BITKit/Unity/UX/UXrank.uss.meta new file mode 100644 index 000000000..a1ce5c53a --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXrank.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 38477ff25f09c3443add4742224da286 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/UXsettlement.uss.meta b/Assets/BITKit/Unity/UX/UXsettlement.uss.meta new file mode 100644 index 000000000..a3469eb8d --- /dev/null +++ b/Assets/BITKit/Unity/UX/UXsettlement.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e7c7eabaaa5f13d4190e8ffb107fcaf6 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/BITKit/Unity/UX/ux_global_alert.uxml.meta b/Assets/BITKit/Unity/UX/ux_global_alert.uxml.meta new file mode 100644 index 000000000..dfe23ec37 --- /dev/null +++ b/Assets/BITKit/Unity/UX/ux_global_alert.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e46041e255debca488bbf0e1ae8329b8 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/ux_global_waiting.uxml.meta b/Assets/BITKit/Unity/UX/ux_global_waiting.uxml.meta new file mode 100644 index 000000000..c27216404 --- /dev/null +++ b/Assets/BITKit/Unity/UX/ux_global_waiting.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: fd7776bbc384e3747a370568288ad98c +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/ux_mod_Service.uxml.meta b/Assets/BITKit/Unity/UX/ux_mod_Service.uxml.meta new file mode 100644 index 000000000..517cd6838 --- /dev/null +++ b/Assets/BITKit/Unity/UX/ux_mod_Service.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 569bfcb917fa10f4d90045b7fb8c06aa +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/ux_mod_service_template.uxml.meta b/Assets/BITKit/Unity/UX/ux_mod_service_template.uxml.meta new file mode 100644 index 000000000..1296dfc7d --- /dev/null +++ b/Assets/BITKit/Unity/UX/ux_mod_service_template.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5d8350eb5da74b34a81d90d7fdea10c7 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/Unity/UX/ux_waiting_handle.uxml.meta b/Assets/BITKit/Unity/UX/ux_waiting_handle.uxml.meta new file mode 100644 index 000000000..c981a5a9c --- /dev/null +++ b/Assets/BITKit/Unity/UX/ux_waiting_handle.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 418bc306b2e063847b56f7b5f5a23f7d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/BITKit/UnityEditor.meta b/Assets/BITKit/UnityEditor.meta new file mode 100644 index 000000000..9059a7675 --- /dev/null +++ b/Assets/BITKit/UnityEditor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2ba4504c730c7b248b0832b5edb62aea +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityEditor/AssetCacheDefaultWindow.cs.meta b/Assets/BITKit/UnityEditor/AssetCacheDefaultWindow.cs.meta new file mode 100644 index 000000000..10151105d --- /dev/null +++ b/Assets/BITKit/UnityEditor/AssetCacheDefaultWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6dc629bc1a3828e47909213ed61b9ae4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityEditor/AssetCacheScriptableObject.cs.meta b/Assets/BITKit/UnityEditor/AssetCacheScriptableObject.cs.meta new file mode 100644 index 000000000..8f61106a6 --- /dev/null +++ b/Assets/BITKit/UnityEditor/AssetCacheScriptableObject.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 80b507ad25f1af24687db7fa18d953fd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityEditor/BITKit.Unity.Editor.asmdef.meta b/Assets/BITKit/UnityEditor/BITKit.Unity.Editor.asmdef.meta new file mode 100644 index 000000000..ac88d1173 --- /dev/null +++ b/Assets/BITKit/UnityEditor/BITKit.Unity.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3bfa6f714e036734185ec6f5b157610a +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityEditor/DictionaryReferenceEditorWindow.cs.meta b/Assets/BITKit/UnityEditor/DictionaryReferenceEditorWindow.cs.meta new file mode 100644 index 000000000..3fe5b1020 --- /dev/null +++ b/Assets/BITKit/UnityEditor/DictionaryReferenceEditorWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 929c9cb30ec6e1b479152d84e1c4d5e2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityEditor/Guid.meta b/Assets/BITKit/UnityEditor/Guid.meta new file mode 100644 index 000000000..c50a0d55a --- /dev/null +++ b/Assets/BITKit/UnityEditor/Guid.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4fcafdc7f8d41b147b350ebc3a7f7091 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityEditor/SceneBasedEnvironmentCategoryWindow.cs.meta b/Assets/BITKit/UnityEditor/SceneBasedEnvironmentCategoryWindow.cs.meta new file mode 100644 index 000000000..cc265b2d5 --- /dev/null +++ b/Assets/BITKit/UnityEditor/SceneBasedEnvironmentCategoryWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4cf3d5eb02a51c54486543f434d78fe8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityEditor/SceneGizmoReference.cs.meta b/Assets/BITKit/UnityEditor/SceneGizmoReference.cs.meta new file mode 100644 index 000000000..ee6ffddc1 --- /dev/null +++ b/Assets/BITKit/UnityEditor/SceneGizmoReference.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4c35d63b16a327a4693025d4210f8e1b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityEditor/ScriptableObjectGroupEditor.cs.meta b/Assets/BITKit/UnityEditor/ScriptableObjectGroupEditor.cs.meta new file mode 100644 index 000000000..5ff404170 --- /dev/null +++ b/Assets/BITKit/UnityEditor/ScriptableObjectGroupEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 274ae493931aa3f46b7fe6228881eacd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport.meta b/Assets/BITKit/UnityPluginsSupport.meta new file mode 100644 index 000000000..65e42eecd --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5bfce2c4e983e3b45b82ad62c87b6927 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Editor.meta b/Assets/BITKit/UnityPluginsSupport/Editor.meta new file mode 100644 index 000000000..521f1d270 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dfc03f722d009e14aacfb9b84a6654bc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Editor/BITEditorForUnity.cs.meta b/Assets/BITKit/UnityPluginsSupport/Editor/BITEditorForUnity.cs.meta new file mode 100644 index 000000000..2707144c9 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Editor/BITEditorForUnity.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4af8b62f1e9db2045a42831c3cb3ab77 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Editor/BITKit.Editor.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/Editor/BITKit.Editor.asmdef.meta new file mode 100644 index 000000000..fe453f20d --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Editor/BITKit.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3f4689d4afffcfa4d9321b4dd46ace6f +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Editor/FindMissingScriptsRecursively.cs.meta b/Assets/BITKit/UnityPluginsSupport/Editor/FindMissingScriptsRecursively.cs.meta new file mode 100644 index 000000000..ad4053d12 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Editor/FindMissingScriptsRecursively.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d5dfb6358e0aaf34ebfd4b2022c6c1ab +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Editor/Helper_I18N.cs.meta b/Assets/BITKit/UnityPluginsSupport/Editor/Helper_I18N.cs.meta new file mode 100644 index 000000000..71ac2e632 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Editor/Helper_I18N.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 15b7f9ab470b2cc47a32e191fb12ac37 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Editor/IntervalUpdateInspector.cs.meta b/Assets/BITKit/UnityPluginsSupport/Editor/IntervalUpdateInspector.cs.meta new file mode 100644 index 000000000..56c4630b7 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Editor/IntervalUpdateInspector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6c65151b849744146a07de57a0157b64 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Editor/OpenPath.cs.meta b/Assets/BITKit/UnityPluginsSupport/Editor/OpenPath.cs.meta new file mode 100644 index 000000000..edb1ac800 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Editor/OpenPath.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e87769d9cf800fa4c97982d65a3d8f86 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Editor/VersionUpdater.cs.meta b/Assets/BITKit/UnityPluginsSupport/Editor/VersionUpdater.cs.meta new file mode 100644 index 000000000..44cd71ba2 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Editor/VersionUpdater.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: acf8d0357465950469ed96f28e61ec25 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/FPS.meta b/Assets/BITKit/UnityPluginsSupport/FPS.meta new file mode 100644 index 000000000..7ff704980 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/FPS.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c11cdf7b4ce330e4898c7bd07e974027 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/FPS/BITKit.FPS.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/FPS/BITKit.FPS.asmdef.meta new file mode 100644 index 000000000..d6ec69bee --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/FPS/BITKit.FPS.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8d74bfb2f67c5c14a810215b78383d40 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/FPS/Recoil.cs.meta b/Assets/BITKit/UnityPluginsSupport/FPS/Recoil.cs.meta new file mode 100644 index 000000000..f458a3ecb --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/FPS/Recoil.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 88e37fa96dcd0bd41ad391e8edf1c642 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/FPS/Spring3.cs.meta b/Assets/BITKit/UnityPluginsSupport/FPS/Spring3.cs.meta new file mode 100644 index 000000000..551732bd2 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/FPS/Spring3.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cb36919f59812d64783b50b3ff039cc6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/FPS/SpringEulerAngle.cs.meta b/Assets/BITKit/UnityPluginsSupport/FPS/SpringEulerAngle.cs.meta new file mode 100644 index 000000000..7b1ed6a4a --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/FPS/SpringEulerAngle.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4c1ee96b71560124bb2178450573b183 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/MonkeyCommand.meta b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand.meta new file mode 100644 index 000000000..08fe93971 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e49e22738a0f6ef41b54816a6d6898c9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/BITKit.Extensions.MonkeyCommand.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/BITKit.Extensions.MonkeyCommand.asmdef.meta new file mode 100644 index 000000000..76e2351ff --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/BITKit.Extensions.MonkeyCommand.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a2952cb2fed3adf408eeadc3996aedd8 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/ExportPrefabPreview.cs.meta b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/ExportPrefabPreview.cs.meta new file mode 100644 index 000000000..5ba5d50dd --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/ExportPrefabPreview.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: df9e650e7c677814fa4ff4610be56de1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/InstanceMaterial.cs.meta b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/InstanceMaterial.cs.meta new file mode 100644 index 000000000..e5fab1a60 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/InstanceMaterial.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3f26d6b4e39c2fb4ab25f89e159e24a5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/QuickFixBoxCollider.cs.meta b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/QuickFixBoxCollider.cs.meta new file mode 100644 index 000000000..38ac77729 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/QuickFixBoxCollider.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 593dc4fe0d60e4e49946531158455923 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/QuickFixFloatModel.cs.meta b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/QuickFixFloatModel.cs.meta new file mode 100644 index 000000000..660257c1e --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/QuickFixFloatModel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 64ce704c3867a7544afc08be94e9a24d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/RestartUnity.cs.meta b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/RestartUnity.cs.meta new file mode 100644 index 000000000..d02ff7be1 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/MonkeyCommand/RestartUnity.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7f82418ed846ebf4aafccb6a218f0cc3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Polaris.meta b/Assets/BITKit/UnityPluginsSupport/Polaris.meta new file mode 100644 index 000000000..d2675a7be --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Polaris.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9e346a267956eb3479c89010979a5a83 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Polaris/BITKit.Extensions.Polaris.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/Polaris/BITKit.Extensions.Polaris.asmdef.meta new file mode 100644 index 000000000..a8f6fb91b --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Polaris/BITKit.Extensions.Polaris.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4f23b1d01b5fa044784cf0a3dd9794eb +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Polaris/PolarisTerrainChunkService.cs.meta b/Assets/BITKit/UnityPluginsSupport/Polaris/PolarisTerrainChunkService.cs.meta new file mode 100644 index 000000000..b6e4e651a --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Polaris/PolarisTerrainChunkService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 196335990c4123f46b440b909e1536d3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/SkiaSharp.meta b/Assets/BITKit/UnityPluginsSupport/SkiaSharp.meta new file mode 100644 index 000000000..b9da95430 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/SkiaSharp.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ed9859b679a5a034dac17a0e578a7606 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/SkiaSharp/BITKit.Extensions.SkiaSharp.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/SkiaSharp/BITKit.Extensions.SkiaSharp.asmdef.meta new file mode 100644 index 000000000..4ea0494fb --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/SkiaSharp/BITKit.Extensions.SkiaSharp.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1c2aa13aa706ffc49a1a0044cad55436 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/SkiaSharp/SkiaExtensions.cs.meta b/Assets/BITKit/UnityPluginsSupport/SkiaSharp/SkiaExtensions.cs.meta new file mode 100644 index 000000000..e7059c50f --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/SkiaSharp/SkiaExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c23b988a0ca3904468edef1bd026f977 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Steamwork.meta b/Assets/BITKit/UnityPluginsSupport/Steamwork.meta new file mode 100644 index 000000000..77ddf37ce --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Steamwork.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8cb677fa85140554a812d0b583f3971b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Steamwork/BITKit.Extension.Steamwork.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/Steamwork/BITKit.Extension.Steamwork.asmdef.meta new file mode 100644 index 000000000..d77c90075 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Steamwork/BITKit.Extension.Steamwork.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1bb4187526a9431478feccaef064696a +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Steamwork/ISteamInventoryItemDef.cs.meta b/Assets/BITKit/UnityPluginsSupport/Steamwork/ISteamInventoryItemDef.cs.meta new file mode 100644 index 000000000..9abc60d13 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Steamwork/ISteamInventoryItemDef.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dd0f577e933a33148b9a4c81964cc8a5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Steamwork/ISteamService.cs.meta b/Assets/BITKit/UnityPluginsSupport/Steamwork/ISteamService.cs.meta new file mode 100644 index 000000000..00c5dca51 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Steamwork/ISteamService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: af743b5648d77f847886be5878adb3ee +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Steamwork/ScriptableInventoryItemDef.cs.meta b/Assets/BITKit/UnityPluginsSupport/Steamwork/ScriptableInventoryItemDef.cs.meta new file mode 100644 index 000000000..15377e7f3 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Steamwork/ScriptableInventoryItemDef.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ab6c34283d61d534183f9a63e54f932c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamExtensions.cs.meta b/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamExtensions.cs.meta new file mode 100644 index 000000000..2bb4cc9cb --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 96397b3d7993fd94da5e5b09e7c4ac40 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamInventoryItemDef.cs.meta b/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamInventoryItemDef.cs.meta new file mode 100644 index 000000000..4cb981c1b --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamInventoryItemDef.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f840f91da7fdd1c47986c21e0ec163ac +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamService.cs.meta b/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamService.cs.meta new file mode 100644 index 000000000..a59cd920d --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Steamwork/SteamService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 41cd0b8fd16c600468c5a24f0a273777 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests.meta b/Assets/BITKit/UnityPluginsSupport/Tests.meta new file mode 100644 index 000000000..effc92318 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7298ba6f89ed06f4fa143cf577994746 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/FloatTest.cs.meta b/Assets/BITKit/UnityPluginsSupport/Tests/FloatTest.cs.meta new file mode 100644 index 000000000..7e9ae7873 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/FloatTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e460d7f654c0a0044a65bcf7aa12bddc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/GenericEventTest.cs.meta b/Assets/BITKit/UnityPluginsSupport/Tests/GenericEventTest.cs.meta new file mode 100644 index 000000000..deb7c413d --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/GenericEventTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 50a52a95c9f56e5468ad5a4b8fad1bb2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/IEnumerableTest.cs.meta b/Assets/BITKit/UnityPluginsSupport/Tests/IEnumerableTest.cs.meta new file mode 100644 index 000000000..fccdfce7c --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/IEnumerableTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ba4dd7cd789613c4dbe50cbaa0de01ac +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/MemoryStreamTest.cs.meta b/Assets/BITKit/UnityPluginsSupport/Tests/MemoryStreamTest.cs.meta new file mode 100644 index 000000000..d20ca0a3e --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/MemoryStreamTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 18ab8041e3c90f2429de89e8ceaa1dbd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/MiscTest.cs.meta b/Assets/BITKit/UnityPluginsSupport/Tests/MiscTest.cs.meta new file mode 100644 index 000000000..fd550eab5 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/MiscTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 137b91c090f4d7c48900b464f41cd207 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/PointerTest.cs.meta b/Assets/BITKit/UnityPluginsSupport/Tests/PointerTest.cs.meta new file mode 100644 index 000000000..485779d9d --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/PointerTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d7f67b1f1477cd8488ee9189cc6b805c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/StringTest.cs.meta b/Assets/BITKit/UnityPluginsSupport/Tests/StringTest.cs.meta new file mode 100644 index 000000000..d7f363ee7 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/StringTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a0e0f1d918abe7144bd6bfe6bf4e7b3f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/Tests.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/Tests/Tests.asmdef.meta new file mode 100644 index 000000000..84543d3b6 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/Tests.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 46fee1a546aa7f24a99a5264a4d708db +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/Tests/VectorTest.cs.meta b/Assets/BITKit/UnityPluginsSupport/Tests/VectorTest.cs.meta new file mode 100644 index 000000000..9a41ce262 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/Tests/VectorTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 28aff3f6254ff6b40bc58f4e37a2b732 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/TranslucentImage.meta b/Assets/BITKit/UnityPluginsSupport/TranslucentImage.meta new file mode 100644 index 000000000..db4183275 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/TranslucentImage.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1705803e58f488146b0c364b69f275ff +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/TranslucentImage/BITKit.Extensions.TranslucentImage.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/TranslucentImage/BITKit.Extensions.TranslucentImage.asmdef.meta new file mode 100644 index 000000000..a5721f5d3 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/TranslucentImage/BITKit.Extensions.TranslucentImage.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f4dea7f9c2d5c3d4abb7467736ee56df +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/TranslucentImage/TranslucentService.cs.meta b/Assets/BITKit/UnityPluginsSupport/TranslucentImage/TranslucentService.cs.meta new file mode 100644 index 000000000..6da8b33d8 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/TranslucentImage/TranslucentService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 14ba5b1e81092234d944bec5c7063bc1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/TranslucentImage/TranslucentVisualElement.cs.meta b/Assets/BITKit/UnityPluginsSupport/TranslucentImage/TranslucentVisualElement.cs.meta new file mode 100644 index 000000000..2fe9570b8 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/TranslucentImage/TranslucentVisualElement.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 45ff73d2202441b44a5453c22ebf0dab +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/TranslucentImage/UXTranslucentService.cs.meta b/Assets/BITKit/UnityPluginsSupport/TranslucentImage/UXTranslucentService.cs.meta new file mode 100644 index 000000000..474143abe --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/TranslucentImage/UXTranslucentService.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c99210a06ff163b4ab4bfce7ebbccbe9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline.meta new file mode 100644 index 000000000..f3384b274 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cdc457d966c783640aea4181948619ab +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySpline.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySpline.asmdef.meta new file mode 100644 index 000000000..0d82bbbbd --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySpline.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ac7bca77924b7c747bd4a1fec85ed879 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineAnimateAsset.cs.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineAnimateAsset.cs.meta new file mode 100644 index 000000000..a3cdf6995 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineAnimateAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 73c54198788eb884bbac52ca3016892c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineAnimateTrack.cs.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineAnimateTrack.cs.meta new file mode 100644 index 000000000..30b527c6a --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineAnimateTrack.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0dbd686f396c8264d82cf8fd2d622597 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineCreator.cs.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineCreator.cs.meta new file mode 100644 index 000000000..5be335c20 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineCreator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c8c75aeb32d7aa84ea9b4cca2baecf7d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineMovementComponent.cs.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineMovementComponent.cs.meta new file mode 100644 index 000000000..ca8ee5100 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineMovementComponent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6b4b78b4d3b85c44aa883e7e616b0057 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineRebuilder.cs.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineRebuilder.cs.meta new file mode 100644 index 000000000..397a536eb --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineRebuilder.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 94ab7ec30de3a5b42bf310d9a45a9d0a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineWorldElement.cs.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineWorldElement.cs.meta new file mode 100644 index 000000000..54a3f11a3 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnitySplineWorldElement.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3de2aa7a6240b8c479250fe8a9ad82ec +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnityWireSplineCreator.cs.meta b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnityWireSplineCreator.cs.meta new file mode 100644 index 000000000..fe7e33acf --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/UnitySpline/UnityWireSplineCreator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 89625fdcd015f5449afdcfd437135018 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/ZXing.meta b/Assets/BITKit/UnityPluginsSupport/ZXing.meta new file mode 100644 index 000000000..8c89c9c7b --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/ZXing.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 38f020d8661e11a4bbae951fd40e26b0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/ZXing/BITKit.Extension.ZXing.asmdef.meta b/Assets/BITKit/UnityPluginsSupport/ZXing/BITKit.Extension.ZXing.asmdef.meta new file mode 100644 index 000000000..dcf31f26f --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/ZXing/BITKit.Extension.ZXing.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e4d11af1289097a4d9d8987f332a2ae8 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/UnityPluginsSupport/ZXing/zxing.unity.dll.meta b/Assets/BITKit/UnityPluginsSupport/ZXing/zxing.unity.dll.meta new file mode 100644 index 000000000..b8165b6f5 --- /dev/null +++ b/Assets/BITKit/UnityPluginsSupport/ZXing/zxing.unity.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 009a8effdaa9b334792c7b075f433ffa +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BITKit/package.json.meta b/Assets/BITKit/package.json.meta new file mode 100644 index 000000000..f954f0635 --- /dev/null +++ b/Assets/BITKit/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ff52becbcebf89b4f833a5a47cc44e55 +PackageManifestImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mods.meta b/Assets/Mods.meta new file mode 100644 index 000000000..551e7ba14 --- /dev/null +++ b/Assets/Mods.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4dbd4448250d5c247bcded77f8f4d01d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mods/Demo.meta b/Assets/Mods/Demo.meta new file mode 100644 index 000000000..73c2eefcf --- /dev/null +++ b/Assets/Mods/Demo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 99fb92df87da95b4ea6255fbdc477500 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mods/Demo/Scripts.meta b/Assets/Mods/Demo/Scripts.meta new file mode 100644 index 000000000..c2bf4484b --- /dev/null +++ b/Assets/Mods/Demo/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cd1d4f6d2672ab543a2a6709148009d9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mods/Demo/Scripts/FlyCameraDemo.cs.meta b/Assets/Mods/Demo/Scripts/FlyCameraDemo.cs.meta new file mode 100644 index 000000000..4ccbf181b --- /dev/null +++ b/Assets/Mods/Demo/Scripts/FlyCameraDemo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9279b6add1a9c934782f3372c011ce47 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mods/Demo/Scripts/Net.Like.Xue.Tokyo.SNS.Demo.asmdef.meta b/Assets/Mods/Demo/Scripts/Net.Like.Xue.Tokyo.SNS.Demo.asmdef.meta new file mode 100644 index 000000000..b35019a6f --- /dev/null +++ b/Assets/Mods/Demo/Scripts/Net.Like.Xue.Tokyo.SNS.Demo.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6a785ff185af82b4b802caacd06c7c92 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mods/Demo/Scripts/SwitchSceneDemo.cs.meta b/Assets/Mods/Demo/Scripts/SwitchSceneDemo.cs.meta new file mode 100644 index 000000000..03fb6cbf9 --- /dev/null +++ b/Assets/Mods/Demo/Scripts/SwitchSceneDemo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 88b259ea492a5ca4f8d0705602fbb0d9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mods/Demo/UX.meta b/Assets/Mods/Demo/UX.meta new file mode 100644 index 000000000..48f022db5 --- /dev/null +++ b/Assets/Mods/Demo/UX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8317ca46384fd384ead94fdb140cb299 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Mods/Demo/UX/UXDemo.uxml.meta b/Assets/Mods/Demo/UX/UXDemo.uxml.meta new file mode 100644 index 000000000..6b8d888cb --- /dev/null +++ b/Assets/Mods/Demo/UX/UXDemo.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 216e5666776eb9d4f9ff1391e0cff039 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/MyShaderVariants.json.meta b/Assets/MyShaderVariants.json.meta new file mode 100644 index 000000000..3e5b55625 --- /dev/null +++ b/Assets/MyShaderVariants.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8e83746d371bac34cb8900e42ecf9608 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MyShaderVariants.shadervariants.meta b/Assets/MyShaderVariants.shadervariants.meta new file mode 100644 index 000000000..21d49dd2b --- /dev/null +++ b/Assets/MyShaderVariants.shadervariants.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 71b6126421472534591856552abe3bdd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 20000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NodeCanvas.meta b/Assets/NodeCanvas.meta new file mode 100644 index 000000000..6827451f3 --- /dev/null +++ b/Assets/NodeCanvas.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3002fd33f77756847818383ec5f7672c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NodeCanvas/SetDayNightCycle.asset.meta b/Assets/NodeCanvas/SetDayNightCycle.asset.meta new file mode 100644 index 000000000..a85709f54 --- /dev/null +++ b/Assets/NodeCanvas/SetDayNightCycle.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ab4485e7dd4139c4c835818fcbf04cfd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet.config.meta b/Assets/NuGet.config.meta new file mode 100644 index 000000000..885de4e6b --- /dev/null +++ b/Assets/NuGet.config.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: f2a65bb44c1ee5b41bb55f81b781e61c +labels: +- NuGetForUnity +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet.meta b/Assets/NuGet.meta new file mode 100644 index 000000000..27037b55e --- /dev/null +++ b/Assets/NuGet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dbf134857daf7df428aa31cdd055514f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet/Editor.meta b/Assets/NuGet/Editor.meta new file mode 100644 index 000000000..3b6fd6bc4 --- /dev/null +++ b/Assets/NuGet/Editor.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: b3fad56c531ac5a4db190a745f589a8e +folderAsset: yes +timeCreated: 1510280304 +licenseType: Free +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet/Editor/NuGetForUnity.PluginAPI.dll.meta b/Assets/NuGet/Editor/NuGetForUnity.PluginAPI.dll.meta new file mode 100644 index 000000000..8ea8e48ef --- /dev/null +++ b/Assets/NuGet/Editor/NuGetForUnity.PluginAPI.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: db9aa817d6ea05e4b9671f3092dcf2d9 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 1 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet/Editor/NuGetForUnity.PluginAPI.xml.meta b/Assets/NuGet/Editor/NuGetForUnity.PluginAPI.xml.meta new file mode 100644 index 000000000..da0846512 --- /dev/null +++ b/Assets/NuGet/Editor/NuGetForUnity.PluginAPI.xml.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e8f4f38c91ceab841bba1a4cdd55c41c +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet/Editor/NugetForUnity.dll.meta b/Assets/NuGet/Editor/NugetForUnity.dll.meta new file mode 100644 index 000000000..833aac7d1 --- /dev/null +++ b/Assets/NuGet/Editor/NugetForUnity.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 8dc1be91775c4bb469f6b74cef450eaa +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet/LICENSE.meta b/Assets/NuGet/LICENSE.meta new file mode 100644 index 000000000..9de0ac8de --- /dev/null +++ b/Assets/NuGet/LICENSE.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1d9014b99ad06af428514a5902d29ff3 +timeCreated: 1573248500 +licenseType: Pro +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet/README.pdf.meta b/Assets/NuGet/README.pdf.meta new file mode 100644 index 000000000..e95001a02 --- /dev/null +++ b/Assets/NuGet/README.pdf.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 83c5d2001771f15429a88d67e81366d6 +timeCreated: 1517876157 +licenseType: Free +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet/Resources.meta b/Assets/NuGet/Resources.meta new file mode 100644 index 000000000..49a5e3b4f --- /dev/null +++ b/Assets/NuGet/Resources.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 1738075a39a390447b7a620ca6962142 +folderAsset: yes +timeCreated: 1510280362 +licenseType: Free +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/NuGet/Resources/defaultIcon.png.meta b/Assets/NuGet/Resources/defaultIcon.png.meta new file mode 100644 index 000000000..d23111aba --- /dev/null +++ b/Assets/NuGet/Resources/defaultIcon.png.meta @@ -0,0 +1,88 @@ +fileFormatVersion: 2 +guid: eec19781926cd2248b7c9abfde8db555 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 215e43cda847e6d44af8b40376eeed8a + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages.meta b/Assets/Packages.meta new file mode 100644 index 000000000..d9ba6cf43 --- /dev/null +++ b/Assets/Packages.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 367ee958fd5230f4e8b5551edbe873c2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.1.21.3.meta b/Assets/Packages/MemoryPack.1.21.3.meta new file mode 100644 index 000000000..920d4d1b1 --- /dev/null +++ b/Assets/Packages/MemoryPack.1.21.3.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 001c9d185a5ace84bbbf10e7c4dcad36 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.1.21.3/Icon.png.meta b/Assets/Packages/MemoryPack.1.21.3/Icon.png.meta new file mode 100644 index 000000000..0d2384b0f --- /dev/null +++ b/Assets/Packages/MemoryPack.1.21.3/Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 29f413cf8cba99348b576b224ab5b14f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.1.21.3/MemoryPack.nuspec.meta b/Assets/Packages/MemoryPack.1.21.3/MemoryPack.nuspec.meta new file mode 100644 index 000000000..5335bfea7 --- /dev/null +++ b/Assets/Packages/MemoryPack.1.21.3/MemoryPack.nuspec.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1186e52ef5845444c8a4836a22849701 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Core.1.21.3.meta b/Assets/Packages/MemoryPack.Core.1.21.3.meta new file mode 100644 index 000000000..0f0eeaca3 --- /dev/null +++ b/Assets/Packages/MemoryPack.Core.1.21.3.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f7bdfde2d371f6e4796f248708428008 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Core.1.21.3/Icon.png.meta b/Assets/Packages/MemoryPack.Core.1.21.3/Icon.png.meta new file mode 100644 index 000000000..4fb4eba8e --- /dev/null +++ b/Assets/Packages/MemoryPack.Core.1.21.3/Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: e3fe4be917b912e4eb0f876b89c98cbe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Core.1.21.3/MemoryPack.Core.nuspec.meta b/Assets/Packages/MemoryPack.Core.1.21.3/MemoryPack.Core.nuspec.meta new file mode 100644 index 000000000..a35f85b6d --- /dev/null +++ b/Assets/Packages/MemoryPack.Core.1.21.3/MemoryPack.Core.nuspec.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f59754c099c65944987c5800a96a3264 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Core.1.21.3/lib.meta b/Assets/Packages/MemoryPack.Core.1.21.3/lib.meta new file mode 100644 index 000000000..7a6d5f87f --- /dev/null +++ b/Assets/Packages/MemoryPack.Core.1.21.3/lib.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8ed72193b36469a459d64be985733afa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1.meta b/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1.meta new file mode 100644 index 000000000..8e5665ed8 --- /dev/null +++ b/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bc6dea76387b65241b235c2a11361ddb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1/MemoryPack.Core.dll.meta b/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1/MemoryPack.Core.dll.meta new file mode 100644 index 000000000..04a2a7704 --- /dev/null +++ b/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1/MemoryPack.Core.dll.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 878882d7188779b4084622d3c06009a3 +labels: +- NuGetForUnity +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1/MemoryPack.Core.xml.meta b/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1/MemoryPack.Core.xml.meta new file mode 100644 index 000000000..089540c0e --- /dev/null +++ b/Assets/Packages/MemoryPack.Core.1.21.3/lib/netstandard2.1/MemoryPack.Core.xml.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6928088deeb97f24493717b6152c7f1e +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Generator.1.21.3.meta b/Assets/Packages/MemoryPack.Generator.1.21.3.meta new file mode 100644 index 000000000..a5accdda9 --- /dev/null +++ b/Assets/Packages/MemoryPack.Generator.1.21.3.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6bf6dfd99af2204408adbae98341bc82 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Generator.1.21.3/Icon.png.meta b/Assets/Packages/MemoryPack.Generator.1.21.3/Icon.png.meta new file mode 100644 index 000000000..4d98786ec --- /dev/null +++ b/Assets/Packages/MemoryPack.Generator.1.21.3/Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 55cb6940bfb13da418c3a899add43d96 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Generator.1.21.3/MemoryPack.Generator.nuspec.meta b/Assets/Packages/MemoryPack.Generator.1.21.3/MemoryPack.Generator.nuspec.meta new file mode 100644 index 000000000..a14dac684 --- /dev/null +++ b/Assets/Packages/MemoryPack.Generator.1.21.3/MemoryPack.Generator.nuspec.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4e1c14179dd388743992fab1a0643b49 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers.meta b/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers.meta new file mode 100644 index 000000000..39585a369 --- /dev/null +++ b/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 586cd85f61305fd4191b552336256a43 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet.meta b/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet.meta new file mode 100644 index 000000000..2bd38a97c --- /dev/null +++ b/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 410cb55dfcc56d8418db26525d3982d7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet/cs.meta b/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet/cs.meta new file mode 100644 index 000000000..cae34ff60 --- /dev/null +++ b/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet/cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 157f62c556a37b048a75f1ccef6c9f43 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet/cs/MemoryPack.Generator.dll.meta b/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet/cs/MemoryPack.Generator.dll.meta new file mode 100644 index 000000000..f33b30c02 --- /dev/null +++ b/Assets/Packages/MemoryPack.Generator.1.21.3/analyzers/dotnet/cs/MemoryPack.Generator.dll.meta @@ -0,0 +1,50 @@ +fileFormatVersion: 2 +guid: 6064cf599649c3f4692faa8a1cc13893 +labels: +- NuGetForUnity +- RoslynAnalyzer +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + : Any + second: + enabled: 0 + settings: + 'Exclude ': 0 + Exclude Android: 0 + Exclude CloudRendering: 0 + Exclude EmbeddedLinux: 0 + Exclude GameCoreScarlett: 0 + Exclude GameCoreXboxOne: 0 + Exclude Linux64: 0 + Exclude OSXUniversal: 0 + Exclude PS4: 0 + Exclude PS5: 0 + Exclude QNX: 0 + Exclude Stadia: 0 + Exclude Switch: 0 + Exclude VisionOS: 0 + Exclude WebGL: 0 + Exclude Win: 0 + Exclude Win64: 0 + Exclude WindowsStoreApps: 0 + Exclude XboxOne: 0 + Exclude iOS: 0 + Exclude tvOS: 0 + - first: + Any: + second: + enabled: 0 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0.meta b/Assets/Packages/System.Collections.Immutable.6.0.0.meta new file mode 100644 index 000000000..d42b957a5 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9859de1c65996aa498603d09b5140e1e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/Icon.png.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/Icon.png.meta new file mode 100644 index 000000000..933f95f8d --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/Icon.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: 57f6a2d4a29ad644d9e90b17e758602a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 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 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 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 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/LICENSE.TXT.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/LICENSE.TXT.meta new file mode 100644 index 000000000..73466e465 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/LICENSE.TXT.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3a5d6560d0b30c740bab8b24f9634f88 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/System.Collections.Immutable.nuspec.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/System.Collections.Immutable.nuspec.meta new file mode 100644 index 000000000..84675ceb9 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/System.Collections.Immutable.nuspec.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a14821543dce4b649af2b0c6ecc0c316 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/THIRD-PARTY-NOTICES.TXT.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/THIRD-PARTY-NOTICES.TXT.meta new file mode 100644 index 000000000..799d5158e --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/THIRD-PARTY-NOTICES.TXT.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7fd55760628428c41ad58eb1bb8f1021 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive.meta new file mode 100644 index 000000000..8a6b5a5ae --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e0b6cde21bf23344ba9f66f7125dd38a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp2.0.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp2.0.meta new file mode 100644 index 000000000..b6b25f9a5 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp2.0.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b4a05f3dc7e8c9b4c9a8f196ea30a5fb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets.meta new file mode 100644 index 000000000..dac71c983 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 76e374f1164a39947a9eecbff1a13058 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp3.1.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp3.1.meta new file mode 100644 index 000000000..926dc6ae8 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp3.1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e9a5238142b1ec243a03bc2f27ea8b79 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp3.1/_._.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp3.1/_._.meta new file mode 100644 index 000000000..5da07ee7a --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/buildTransitive/netcoreapp3.1/_._.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fe77b45f1fcc0044c9422290236ee4aa +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/lib.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/lib.meta new file mode 100644 index 000000000..71ae1e8d2 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/lib.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02e5e8b1b8fa75647a1730cf9a09d1df +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0.meta new file mode 100644 index 000000000..02aec4685 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 320f10909e580df44ad2e94cbccc98b1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0/System.Collections.Immutable.dll.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0/System.Collections.Immutable.dll.meta new file mode 100644 index 000000000..ffbf81210 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0/System.Collections.Immutable.dll.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: a91359c91f262334193714ae01be4fee +labels: +- NuGetForUnity +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0/System.Collections.Immutable.xml.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0/System.Collections.Immutable.xml.meta new file mode 100644 index 000000000..332ab3fa6 --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/lib/netstandard2.0/System.Collections.Immutable.xml.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 28cde9cfa4e5b85429c6d4784d9399d8 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Packages/System.Collections.Immutable.6.0.0/useSharedDesignerContext.txt.meta b/Assets/Packages/System.Collections.Immutable.6.0.0/useSharedDesignerContext.txt.meta new file mode 100644 index 000000000..aecc07a9a --- /dev/null +++ b/Assets/Packages/System.Collections.Immutable.6.0.0/useSharedDesignerContext.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fe1f077e9bb77b44a83e394a7740e5eb +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins.7z b/Assets/Plugins.7z new file mode 100644 index 000000000..3c36f6367 Binary files /dev/null and b/Assets/Plugins.7z differ diff --git a/Assets/Plugins.7z.meta b/Assets/Plugins.7z.meta new file mode 100644 index 000000000..c4d6043b3 --- /dev/null +++ b/Assets/Plugins.7z.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 283cf7ea3464493428c38d6924a56606 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins.meta b/Assets/Plugins.meta new file mode 100644 index 000000000..7143d4112 --- /dev/null +++ b/Assets/Plugins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 66f1c190eb7ad15479ac510d0809c2d3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem.meta b/Assets/Plugins/AdvancedCullingSystem.meta new file mode 100644 index 000000000..68d4f8224 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6eee20d404980e744bba566dfd90760b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core.meta b/Assets/Plugins/AdvancedCullingSystem/Core.meta new file mode 100644 index 000000000..c79c013ab --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: afeb0676c820be44b9a88c1b6b4554c2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor.meta new file mode 100644 index 000000000..ef5f6a253 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 76817b2c440a2d44499843289493c8ca +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/AdvancedCullingSystem.Editor.asmdef.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/AdvancedCullingSystem.Editor.asmdef.meta new file mode 100644 index 000000000..36c2bc673 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/AdvancedCullingSystem.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 24253cc4e3a6c434ba1016309e8d26a8 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster.meta new file mode 100644 index 000000000..881906df8 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f2e2db4efc09e9f479114f91b15b4b8e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunkMark.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunkMark.cs.meta new file mode 100644 index 000000000..13364e34a --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunkMark.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9a45ec09e449a294faa882fdf9ac1964 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunksMaster.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunksMaster.cs.meta new file mode 100644 index 000000000..1edb91f4f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunksMaster.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f7a72ffbb5e7b3248b6b29aa57337b84 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunksMasterEditorWindow.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunksMasterEditorWindow.cs.meta new file mode 100644 index 000000000..ce29816a8 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/ChunksMaster/ChunksMasterEditorWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5c5f53a306032da499a0eb85fd58bc87 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common.meta new file mode 100644 index 000000000..79110ef08 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0ea3ce1fe6801e9459173d6447f2bffe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/EditorHelper.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/EditorHelper.cs.meta new file mode 100644 index 000000000..e57c8b335 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/EditorHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c93724f801cba814592883c11637e6dd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/LayersHelper.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/LayersHelper.cs.meta new file mode 100644 index 000000000..81ca9a27e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/LayersHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b61b58319be98be43ad15ac91887398f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/SerializedObjectHelper.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/SerializedObjectHelper.cs.meta new file mode 100644 index 000000000..61931588a --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/Common/SerializedObjectHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 32b20e296d6c14845a79b109880c3d3d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling.meta new file mode 100644 index 000000000..e308c296b --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f5211db3a9ed384ab00d6be71f1df26 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller.meta new file mode 100644 index 000000000..063b7116f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc24d1e8f4f43a2409e276af3d695709 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_ControllerEditor.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_ControllerEditor.cs.meta new file mode 100644 index 000000000..50c13c480 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_ControllerEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5f2327e70c87917418cbe0cf53e5d614 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_ControllerEditorUtil.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_ControllerEditorUtil.cs.meta new file mode 100644 index 000000000..4cb762c3e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_ControllerEditorUtil.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8732c04f789ea44408e0be73be75b919 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_SelectionTool.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_SelectionTool.cs.meta new file mode 100644 index 000000000..c33546c37 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_SelectionTool.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 44348c91528af0d478e03a2f853b8f32 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_Selectors.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_Selectors.cs.meta new file mode 100644 index 000000000..a67666064 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_Controller/DC_Selectors.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: aac7b45acb214724383c797cf825f533 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_SourceSettings.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_SourceSettings.meta new file mode 100644 index 000000000..6cc990538 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_SourceSettings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c06bb22a119529d40afa7ffbc677bdf5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_SourceSettings/DC_SourceSettingsEditor.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_SourceSettings/DC_SourceSettingsEditor.cs.meta new file mode 100644 index 000000000..f47f546ec --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/DynamicCulling/DC_SourceSettings/DC_SourceSettingsEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 66444242316b3f5429c184482c95db7e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling.meta new file mode 100644 index 000000000..37203c5e7 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a0b21785058fe4e48a20eb1e5b27cf46 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/CameraZone.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/CameraZone.meta new file mode 100644 index 000000000..92b4059cb --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/CameraZone.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 997d0be304476e7479a5d5bbc12b46f0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/CameraZone/CameraZoneEditor.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/CameraZone/CameraZoneEditor.cs.meta new file mode 100644 index 000000000..4401ea0e6 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/CameraZone/CameraZoneEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 038eaa23ebc23094cb5933f99eb0bd91 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingCamera.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingCamera.meta new file mode 100644 index 000000000..894be6434 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingCamera.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5902933cf303347469fa2a7131428017 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingCamera/StaticCullingCameraEditor.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingCamera/StaticCullingCameraEditor.cs.meta new file mode 100644 index 000000000..72431333e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingCamera/StaticCullingCameraEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3c2b70be3ef30e543947de1be42f39dd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController.meta new file mode 100644 index 000000000..f50df34ae --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f686360f6f8c9644bc37bea0be7ca82 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/CameraZonesSelectionWindow.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/CameraZonesSelectionWindow.cs.meta new file mode 100644 index 000000000..00fa6206a --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/CameraZonesSelectionWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f1845deec7d37924cb3be77db22629c6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/SourcesSelectionWindow.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/SourcesSelectionWindow.cs.meta new file mode 100644 index 000000000..a5b4a16b3 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/SourcesSelectionWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0ee1488721ff0ec48a5e3ff953f5bb5a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/StaticCullingControllerEditor.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/StaticCullingControllerEditor.cs.meta new file mode 100644 index 000000000..6398c8bb3 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingController/StaticCullingControllerEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ff887adcc9fdf284bbfbb2b6158280a6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingSource.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingSource.meta new file mode 100644 index 000000000..a00e4026c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingSource.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ef5d252b7c77bf4494dbce5d8650e1f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingSource/StaticCullingSourceEditor.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingSource/StaticCullingSourceEditor.cs.meta new file mode 100644 index 000000000..e2fcc8dac --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Editor/StaticCulling/StaticCullingSource/StaticCullingSourceEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7689ed30a5a99fd4b933dca6aab59357 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime.meta new file mode 100644 index 000000000..720409de2 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca7e44dabcac89b41862dea81acb0bb4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/AdvancedCullingSystem.Runtime.asmdef.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/AdvancedCullingSystem.Runtime.asmdef.meta new file mode 100644 index 000000000..08e0426ca --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/AdvancedCullingSystem.Runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 37151e2099022af42afa90e2ee1b768a +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common.meta new file mode 100644 index 000000000..2f48a2fca --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ce3dcbaca6cb22d4d8391065b1d1f8c1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures.meta new file mode 100644 index 000000000..47845c397 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8bfe35204e3617944829dbcb35f1a5bc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree.meta new file mode 100644 index 000000000..0073b5d03 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e5bbab422d853d240b2d2c6dd76082f8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTree.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTree.cs.meta new file mode 100644 index 000000000..9b834a199 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTree.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f2689553226b10c4b956ec3531c668c4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTreeDrawer.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTreeDrawer.cs.meta new file mode 100644 index 000000000..d0456a568 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTreeDrawer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4e4f1197d999ed942894eaa7137af417 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTreeNode.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTreeNode.cs.meta new file mode 100644 index 000000000..87aff7e6e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/DataStructures/BinaryTree/BinaryTreeNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3cf6c8385c7e0b844accca2f3a916368 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers.meta new file mode 100644 index 000000000..c85eb5c91 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a0206fffff706454e8bb65ef3d6df119 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers/BoundsHelper.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers/BoundsHelper.cs.meta new file mode 100644 index 000000000..f736357be --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers/BoundsHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c4cbf7a5c5dd5384aa789157513d0f54 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers/LODGroupHelper.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers/LODGroupHelper.cs.meta new file mode 100644 index 000000000..0f2889d7f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Common/Helpers/LODGroupHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 033771dcfd6cfd54db639aaf1d4aceb8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling.meta new file mode 100644 index 000000000..80ee1e93c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: da39efdedcab2a14ea78177941235bf2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera.meta new file mode 100644 index 000000000..119e355df --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ba8904638d6eef849b7f7af506ac80ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_Camera.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_Camera.cs.meta new file mode 100644 index 000000000..df6d25f7a --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_Camera.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f76651cf35e36a143a3bb602cbf9b0e8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_CameraSettings.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_CameraSettings.cs.meta new file mode 100644 index 000000000..722cf273d --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_CameraSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a6dffeb5fa95f9244be5cf35237184e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_CameraUtil.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_CameraUtil.cs.meta new file mode 100644 index 000000000..50d109783 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Camera/DC_CameraUtil.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0b1ff282be6cc854cbb6122caf627144 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Controller.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Controller.meta new file mode 100644 index 000000000..4d8a8eca2 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ea2cdf178f28901408eda5f361f91560 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Controller/DC_Controller.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Controller/DC_Controller.cs.meta new file mode 100644 index 000000000..c6e53a96d --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Controller/DC_Controller.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: febea78e49e8f684da3648894af8d4ec +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget.meta new file mode 100644 index 000000000..da82a0630 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2809ad9a6da0a1e469fb7022296b425f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Abstractions.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Abstractions.meta new file mode 100644 index 000000000..85e7d45e5 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Abstractions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8baa7cc8fad72dc489d5439139b40902 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Abstractions/ICullingTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Abstractions/ICullingTarget.cs.meta new file mode 100644 index 000000000..3eed06529 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Abstractions/ICullingTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: de81ca91b1bd15f4a932ab8ee785abde +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Custom.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Custom.meta new file mode 100644 index 000000000..093976016 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Custom.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3918e7229a2288746afbb4dcc267886a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Custom/DC_CustomTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Custom/DC_CustomTarget.cs.meta new file mode 100644 index 000000000..fc845feab --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Custom/DC_CustomTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 93e5e5d2a1908c84499eb8e56e626f24 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup.meta new file mode 100644 index 000000000..06a0da4ad --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9969bf77369cda9498dbbd1487f65860 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupShadowsTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupShadowsTarget.cs.meta new file mode 100644 index 000000000..56a72046e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupShadowsTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6a1afb717ec0bb3478b766b8869d1403 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupTarget.cs.meta new file mode 100644 index 000000000..8fbf42e3b --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cba722f9382002f4db7a4ba35e837b84 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupTargetBase.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupTargetBase.cs.meta new file mode 100644 index 000000000..30b85b10c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/LODGroup/DC_LODGroupTargetBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c1d8b3668c6fcc14da14a6cb7ea77ef4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer.meta new file mode 100644 index 000000000..60b9e9771 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3721be1cc9a5db24fa14490a8add0993 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererShadowsTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererShadowsTarget.cs.meta new file mode 100644 index 000000000..7902e203f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererShadowsTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 977e0d87c96f73a4f8902b723a7a1d7c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererTarget.cs.meta new file mode 100644 index 000000000..78448d8f0 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ce984ce70e2d2cf488a495af964243cc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererTargetBase.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererTargetBase.cs.meta new file mode 100644 index 000000000..dc6776433 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTarget/Renderer/DC_RendererTargetBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3a4e4feba8a7cf04694ee33411aeaf45 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTargetObserver.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTargetObserver.meta new file mode 100644 index 000000000..26afb228f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTargetObserver.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 18ba474fedc76994289b879de1c63796 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTargetObserver/DC_CullingTargetObserver.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTargetObserver/DC_CullingTargetObserver.cs.meta new file mode 100644 index 000000000..d7f2385a4 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_CullingTargetObserver/DC_CullingTargetObserver.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a5b6b36a5b77eeb4db8a1e57ffcc602c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Occluder.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Occluder.meta new file mode 100644 index 000000000..da5575b3a --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Occluder.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6fe75b5fa72a2b14a88287a957ee7c90 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Occluder/DC_Occluder.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Occluder/DC_Occluder.cs.meta new file mode 100644 index 000000000..77170a70c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Occluder/DC_Occluder.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 15653a1db9dd5be4ca3714f73c77234b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source.meta new file mode 100644 index 000000000..c035dc720 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 583eff0855f3fe245a3ae965b17fe0dd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction.meta new file mode 100644 index 000000000..d0949935e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f8decfb2c70f319478ffe436b2a5ced7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction/DC_Source.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction/DC_Source.cs.meta new file mode 100644 index 000000000..ee685193d --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction/DC_Source.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4bd8cf3d7f31ed84990cda4b84d0878a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction/IHitable.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction/IHitable.cs.meta new file mode 100644 index 000000000..874de0256 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/Abstraction/IHitable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7cd134dc3d5fe7641b928e55c023bddb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/DC_MultiSource.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/DC_MultiSource.cs.meta new file mode 100644 index 000000000..09124ffe2 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/DC_MultiSource.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0e9095ce6df23514390e75351add3cab +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/DC_SingleSource.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/DC_SingleSource.cs.meta new file mode 100644 index 000000000..7dd3f44b0 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_Source/DC_SingleSource.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3b08c6d37d11b8c4bbca006d30cc50a3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings.meta new file mode 100644 index 000000000..2bdf0efd1 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: da6082e880efb3d4c8ee07dad398274b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/DC_SourceSettings.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/DC_SourceSettings.cs.meta new file mode 100644 index 000000000..05904b8ff --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/DC_SourceSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e6c875cee7cb37347bb452cbbeb62af4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy.meta new file mode 100644 index 000000000..97cf7c338 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8742f9cc8d939c84da99352f2d6f3287 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_CustomSourceSettingsStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_CustomSourceSettingsStrategy.cs.meta new file mode 100644 index 000000000..2d9c6c81f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_CustomSourceSettingsStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fd53295f71451f64cb28328a3eb56403 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_LODGroupSourceSettingsStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_LODGroupSourceSettingsStrategy.cs.meta new file mode 100644 index 000000000..a1ed47197 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_LODGroupSourceSettingsStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0fbd35f3f494d2f46bcea11a287fe56f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_RendererSourceSettingsStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_RendererSourceSettingsStrategy.cs.meta new file mode 100644 index 000000000..2461093f2 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/DC_RendererSourceSettingsStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e88441d6c660a4b49a55dd023ba29829 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/Interface.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/Interface.meta new file mode 100644 index 000000000..6ac5086c9 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/Interface.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dd20768cbc9ba8841a95a8b2a9d539e2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/Interface/IDC_SourceSettingsStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/Interface/IDC_SourceSettingsStrategy.cs.meta new file mode 100644 index 000000000..b3836771b --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourceSettings/Strategy/Interface/IDC_SourceSettingsStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 97241d2b3681de043b2591ba5e794630 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider.meta new file mode 100644 index 000000000..d11ea551a --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7ef3d3548b4e17e4db3f53de99373e03 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/Abstraction.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/Abstraction.meta new file mode 100644 index 000000000..8bf090ba6 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/Abstraction.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2c1fbcfea0968664f93947264ce5e868 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/Abstraction/IDC_SourcesProvider.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/Abstraction/IDC_SourcesProvider.cs.meta new file mode 100644 index 000000000..ce94f0017 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/Abstraction/IDC_SourcesProvider.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cc453fecfb1926649938aa4da554aa1a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SingleSourcesProvider.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SingleSourcesProvider.cs.meta new file mode 100644 index 000000000..ec7b1a250 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SingleSourcesProvider.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3b0c883292c4c3f428116737002ce413 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree.meta new file mode 100644 index 000000000..605bb62e8 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f69de8a6b9e571547acd83b339a9e39b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree/DC_SourcesTree.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree/DC_SourcesTree.cs.meta new file mode 100644 index 000000000..249e39b58 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree/DC_SourcesTree.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2a8109e83931b2d4290773b8a5052dce +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree/DC_SourcesTreeNode.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree/DC_SourcesTreeNode.cs.meta new file mode 100644 index 000000000..739e9a40b --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/DynamicCulling/DC_SourcesProvider/DC_SourcesTree/DC_SourcesTreeNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5e72ffe77a57cb640a2977856cec9253 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling.meta new file mode 100644 index 000000000..94ac49d18 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7e1baff2ad002934db048c23d1e814bc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CameraZone.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CameraZone.meta new file mode 100644 index 000000000..bae4677b5 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CameraZone.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db7c1667a5e691d419701eef83c78b7e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CameraZone/CameraZone.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CameraZone/CameraZone.cs.meta new file mode 100644 index 000000000..fa9a76cff --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CameraZone/CameraZone.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 385006ba1a36d4a43853cad47751fa41 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets.meta new file mode 100644 index 000000000..17de20c2e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2aa5de899765db5429d931062da2556a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/Abstract.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/Abstract.meta new file mode 100644 index 000000000..63199909a --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/Abstract.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 16e16fc94afe6c74683a962124e90ea9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/Abstract/CullingTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/Abstract/CullingTarget.cs.meta new file mode 100644 index 000000000..483ac2984 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/Abstract/CullingTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 04576ccd68c65d34b83f69e2b03d3236 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/CustomCullingTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/CustomCullingTarget.cs.meta new file mode 100644 index 000000000..b40f1d95f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/CustomCullingTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 43c02eb813f1f1d4092e3fa633a4c04f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/LODGroupCullingTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/LODGroupCullingTarget.cs.meta new file mode 100644 index 000000000..2611f18de --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/LODGroupCullingTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 479849f7b8224544ea0a8346395a1253 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/LightCullingTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/LightCullingTarget.cs.meta new file mode 100644 index 000000000..0bcf4a20b --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/LightCullingTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5d05c063cef4c4144992b2165dd39a1f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/MeshRendererCullingTarget.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/MeshRendererCullingTarget.cs.meta new file mode 100644 index 000000000..dd0046029 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/CullingTargets/MeshRendererCullingTarget.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 129d3827fc1c9da4fb9550c045601b1f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree.meta new file mode 100644 index 000000000..817f14be0 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2cfbe6da9b7011642b52b133db31ac05 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree/GeometryTree.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree/GeometryTree.cs.meta new file mode 100644 index 000000000..e4a6873d6 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree/GeometryTree.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fa7bb0bdb2d3e904093baef7a1552567 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree/GeometryTreeNode.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree/GeometryTreeNode.cs.meta new file mode 100644 index 000000000..ee3bab657 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/GeometryTree/GeometryTreeNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a2dd6c555c9027144b1ba64bcd8af392 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker.meta new file mode 100644 index 000000000..f5ff7804c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c89854d43c95d5646a8d1aaaa8b9cee6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker/StaticCullingBaker.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker/StaticCullingBaker.cs.meta new file mode 100644 index 000000000..9c0f35bf4 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker/StaticCullingBaker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e1c1f58e4c8dbae4c963b1ed358ec762 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker/VisibilityComputingProcess.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker/VisibilityComputingProcess.cs.meta new file mode 100644 index 000000000..ce5e71190 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingBaker/VisibilityComputingProcess.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7adc0fae3be473e42b8d3ef17dfe6c9a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingCamera.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingCamera.meta new file mode 100644 index 000000000..18ab0477c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingCamera.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4049bb180b51c2f488b1c0c35368b0fb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingCamera/StaticCullingCamera.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingCamera/StaticCullingCamera.cs.meta new file mode 100644 index 000000000..e8113e9e6 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingCamera/StaticCullingCamera.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 41a7a4bc3717e104e88de234e65c7474 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingController.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingController.meta new file mode 100644 index 000000000..578c2ed9a --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingController.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ebdcf8ecc8dec494a96b407094da2834 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingController/StaticCullingController.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingController/StaticCullingController.cs.meta new file mode 100644 index 000000000..07fd6de18 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingController/StaticCullingController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 57f456c40991e2e408dbc845c4f82e55 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingPreferences.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingPreferences.meta new file mode 100644 index 000000000..abf9a68f8 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingPreferences.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a63d4fb009b735499466a7457de0efe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingPreferences/StaticCullingPreferences.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingPreferences/StaticCullingPreferences.cs.meta new file mode 100644 index 000000000..226350685 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingPreferences/StaticCullingPreferences.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 85f6127e062fa6d44aae11b98a216194 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource.meta new file mode 100644 index 000000000..dd5fcd2db --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 27685ba0987959b4e806c3596548f803 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Abstract.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Abstract.meta new file mode 100644 index 000000000..c21f069ca --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Abstract.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa69109368caed9498212e11c7810018 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Abstract/IStaticCullingSourceStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Abstract/IStaticCullingSourceStrategy.cs.meta new file mode 100644 index 000000000..964be744c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Abstract/IStaticCullingSourceStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 964def908958a344099cbe09e7a9c330 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/StaticCullingSource.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/StaticCullingSource.cs.meta new file mode 100644 index 000000000..13730a743 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/StaticCullingSource.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0af0f500e4263ce4da9ecdbc3a0cfc5e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies.meta new file mode 100644 index 000000000..738d137c4 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0fd560cbb15dd134f97b5e11fa29fff8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/CustomStaticCullingSourceStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/CustomStaticCullingSourceStrategy.cs.meta new file mode 100644 index 000000000..60e868e91 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/CustomStaticCullingSourceStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 33d902e93c0c8904ea4a64c776b26c68 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/LODGroupStaticCullingSourceStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/LODGroupStaticCullingSourceStrategy.cs.meta new file mode 100644 index 000000000..95f5f5e1d --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/LODGroupStaticCullingSourceStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2c1926ecd3597f346b33455c39a1edc8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/LightStaticCullingSourceStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/LightStaticCullingSourceStrategy.cs.meta new file mode 100644 index 000000000..a16127f03 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/LightStaticCullingSourceStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0ef395ba17c788c4f8faff5a7ee6aa71 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/MeshRendererStaticCullingSourceStrategy.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/MeshRendererStaticCullingSourceStrategy.cs.meta new file mode 100644 index 000000000..c638b9ca2 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/StaticCullingSource/Strategies/MeshRendererStaticCullingSourceStrategy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e74373c89bbe2dd4481646c686bb9450 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree.meta new file mode 100644 index 000000000..4eb7e4200 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 14d4d260c23919b44b1f757f9f6a5643 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityData.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityData.cs.meta new file mode 100644 index 000000000..dc6033e0c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7ec971766b0fe4d469557638799ce527 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityTree.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityTree.cs.meta new file mode 100644 index 000000000..163e5611c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityTree.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a8b7caf7e7411df489784fc2f984f2ad +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityTreeNode.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityTreeNode.cs.meta new file mode 100644 index 000000000..3f270d058 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/StaticCulling/VisibilityTree/VisibilityTreeNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7332bd17c46e73848a73fbc63cfc8efc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Utils.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Utils.meta new file mode 100644 index 000000000..61a212604 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Utils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a610859c08e74df4592443f8c19cbd2f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Utils/DC_ActivateNearObjects.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Utils/DC_ActivateNearObjects.cs.meta new file mode 100644 index 000000000..007c4db32 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Core/Runtime/Utils/DC_ActivateNearObjects.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 26ff1e58d2e41844c9b9752f8a07ba68 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Docs.meta b/Assets/Plugins/AdvancedCullingSystem/Docs.meta new file mode 100644 index 000000000..e89291180 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Docs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6a4a42302ec5365489249cac62752830 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Docs/Manual.docx.meta b/Assets/Plugins/AdvancedCullingSystem/Docs/Manual.docx.meta new file mode 100644 index 000000000..241897c99 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Docs/Manual.docx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3285ca5227849364eb0f0775022a5712 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Docs/Manual.pdf.meta b/Assets/Plugins/AdvancedCullingSystem/Docs/Manual.pdf.meta new file mode 100644 index 000000000..0fbac1f10 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Docs/Manual.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8ebb98d6d94b64246b935d6e4c393580 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/IF IMPORTING ERRORS!!!.txt.meta b/Assets/Plugins/AdvancedCullingSystem/IF IMPORTING ERRORS!!!.txt.meta new file mode 100644 index 000000000..ddbbb5746 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/IF IMPORTING ERRORS!!!.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2ede1516d456e9144865d82a2d2766c2 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials.meta new file mode 100644 index 000000000..7714e3193 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1a59a7ce1161fe84ea0a34b2431a13bb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials.meta new file mode 100644 index 000000000..d74bd9bf0 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ee12d8017f23ba944b7e7cd5c6785e50 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/BlackMat.mat.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/BlackMat.mat.meta new file mode 100644 index 000000000..dbdb9518d --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/BlackMat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7367a5391994e804d94de809878c4fdf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/BlueMat.mat.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/BlueMat.mat.meta new file mode 100644 index 000000000..0f3305aea --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/BlueMat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 91e3ad8cc88ff9e489dcf5c132ab1ac5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/GreenMat.mat.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/GreenMat.mat.meta new file mode 100644 index 000000000..577c39f0c --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/GreenMat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2585589daab0b584395745af28655ad5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/LightBlueMat.mat.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/LightBlueMat.mat.meta new file mode 100644 index 000000000..aea8b20e1 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/LightBlueMat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: abf11a542453f97478c2b705c6e2bae3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/PurpleMat.mat.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/PurpleMat.mat.meta new file mode 100644 index 000000000..ed122da0e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/PurpleMat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b6aa4810836ae00419687aa0672e8db4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/TransparentMat.mat.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/TransparentMat.mat.meta new file mode 100644 index 000000000..2e4ba8270 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Materials/TransparentMat.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02e9c095075f3b94abb2936711699ad5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes.meta new file mode 100644 index 000000000..946d029a0 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b7ea3f120fcc8244876721b6fadf4b3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base.meta new file mode 100644 index 000000000..e7bf61bfb --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e9b4340305c307548a5c0b296f867857 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Explanation.docx.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Explanation.docx.meta new file mode 100644 index 000000000..962089ff8 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Explanation.docx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6782257f133413146ae6cb87d316b01d +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Explanation.pdf.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Explanation.pdf.meta new file mode 100644 index 000000000..1af48c712 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Explanation.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9a491414865faba448cefd8e959f0386 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Scene.unity.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Scene.unity.meta new file mode 100644 index 000000000..e95bd9695 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/1. DynamicCulling Base/Scene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0c421d72c3227d04fbbf4f9654c45706 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects.meta new file mode 100644 index 000000000..f6ddd7622 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c61a625e85024b34ba7fab0bb41f1477 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Cube.prefab.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Cube.prefab.meta new file mode 100644 index 000000000..26be288b1 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Cube.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c4d857e14a72e6f47b634f856998cd58 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Explanation.docx.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Explanation.docx.meta new file mode 100644 index 000000000..c63d9a99f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Explanation.docx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 23bfbf1b86d5e3e4a99c80b4201a8929 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Explanation.pdf.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Explanation.pdf.meta new file mode 100644 index 000000000..a8b223b32 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Explanation.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d8797bf93d0320d41b4585b90cf4b226 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Scene.unity.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Scene.unity.meta new file mode 100644 index 000000000..4a7e99b00 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/2. DynamicCulling Instanced Objects/Scene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a7322827956f8b643be9da11e7329985 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets.meta new file mode 100644 index 000000000..c103d0b9f --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ded4ab6fb51825244a39509df4d5a9de +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Explanation.docx.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Explanation.docx.meta new file mode 100644 index 000000000..e09e9328e --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Explanation.docx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bb403302c0f55274686e1deeb5ba6c2e +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Explanation.pdf.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Explanation.pdf.meta new file mode 100644 index 000000000..633612a95 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Explanation.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 0d290c217ecf623449e4d6d2edc93d6b +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Scene.unity.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Scene.unity.meta new file mode 100644 index 000000000..858ad7104 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/3. DynamicCulling Custom Targets/Scene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 80680039568c6f647918ed51e95cf498 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base.meta new file mode 100644 index 000000000..1e3dda579 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2574c37bbfb28ac498661dd4ef363950 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Explanation.docx.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Explanation.docx.meta new file mode 100644 index 000000000..b3d43cffe --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Explanation.docx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 14b9d24c8c1308340b98725aa26cc8b2 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Explanation.pdf.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Explanation.pdf.meta new file mode 100644 index 000000000..c2bf1f474 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Explanation.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e283532a0ab5b0043b31025e44c964ad +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Scene.unity.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Scene.unity.meta new file mode 100644 index 000000000..d0b45585b --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/4. StaticCulling Base/Scene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d6fc36cb2e4c7e94097077490b78305b +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets.meta new file mode 100644 index 000000000..c0e515e83 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 39c827a497b8e5242b83ad64cc1adef1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Explanation.docx.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Explanation.docx.meta new file mode 100644 index 000000000..7c09de131 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Explanation.docx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fb57d4055bdaf4743be9a4e2189fde9a +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Explanation.pdf.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Explanation.pdf.meta new file mode 100644 index 000000000..d330f5313 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Explanation.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 390338001bdb18244a38005fe3406f51 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Scene.unity.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Scene.unity.meta new file mode 100644 index 000000000..f8571ca63 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/5. StaticCulling Custom Targets/Scene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 17250dab238dc30409b3e9d07d438b7b +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency.meta new file mode 100644 index 000000000..6b0f3ffbd --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0399c920f4e20574c9577600dfb34de1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Explanation.docx.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Explanation.docx.meta new file mode 100644 index 000000000..d11668e25 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Explanation.docx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4565372097aaa06489fdb3338bca2780 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Explanation.pdf.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Explanation.pdf.meta new file mode 100644 index 000000000..9c95c4225 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Explanation.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3acaa089d7e1afe47aea5480b0006b4f +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Scene.unity.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Scene.unity.meta new file mode 100644 index 000000000..59ac845fe --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scenes/6. StaticCulling Transparency/Scene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fec3a95ad93045c48a0a78c1d66a972e +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts.meta new file mode 100644 index 000000000..72b5fd6ff --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 719e6e68fb547eb4a968069ceb1bbd56 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/CameraController.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/CameraController.cs.meta new file mode 100644 index 000000000..69d1d0fd3 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/CameraController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 862a7957b7efe9c4595481e3324edfdd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/DisabledRendererGizmo.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/DisabledRendererGizmo.cs.meta new file mode 100644 index 000000000..ffdaddc73 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/DisabledRendererGizmo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 92396164003fdc747979af9c8cb93321 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/DisabledTargetGizmo.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/DisabledTargetGizmo.cs.meta new file mode 100644 index 000000000..1142bb06b --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/DisabledTargetGizmo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d55b9ac5a6de2254585de34a57c13b69 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/Spawner.cs.meta b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/Spawner.cs.meta new file mode 100644 index 000000000..236123e15 --- /dev/null +++ b/Assets/Plugins/AdvancedCullingSystem/Tutorials/Scripts/Spawner.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e72e35b679c270244a289a9c087251ba +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer.meta b/Assets/Plugins/Animancer.meta new file mode 100644 index 000000000..d48d0f434 --- /dev/null +++ b/Assets/Plugins/Animancer.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fcd16dff45acabd47aaeeffa8ace146f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Animancer.asmdef.meta b/Assets/Plugins/Animancer/Animancer.asmdef.meta new file mode 100644 index 000000000..9dfa54a62 --- /dev/null +++ b/Assets/Plugins/Animancer/Animancer.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4c25c05f410a3a447a75c3b0909152ef +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/AnimancerComponent.cs.meta b/Assets/Plugins/Animancer/AnimancerComponent.cs.meta new file mode 100644 index 000000000..62d20011b --- /dev/null +++ b/Assets/Plugins/Animancer/AnimancerComponent.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 0ad50f81b1d25c441943c37a89ba23f6 +labels: +- Component +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/HybridAnimancerComponent.cs.meta b/Assets/Plugins/Animancer/HybridAnimancerComponent.cs.meta new file mode 100644 index 000000000..68bff5dee --- /dev/null +++ b/Assets/Plugins/Animancer/HybridAnimancerComponent.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: d6ad7b53f86f9da4da426b673c422513 +labels: +- Component +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal.meta b/Assets/Plugins/Animancer/Internal.meta new file mode 100644 index 000000000..410d6f72d --- /dev/null +++ b/Assets/Plugins/Animancer/Internal.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ff2fb4c27d1a6f04fabfb6f653698ae4 +folderAsset: yes +timeCreated: 1521160711 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Animancer.Lite.dll.meta b/Assets/Plugins/Animancer/Internal/Animancer.Lite.dll.meta new file mode 100644 index 000000000..e92fddf79 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Animancer.Lite.dll.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: f930d3de443bbeb41a6e84b706c9a2b1 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + - first: + '': Any + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 1 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + - first: + Android: Android + second: + enabled: 0 + settings: + CPU: ARMv7 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + - first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + - first: + Standalone: LinuxUniversal + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: OSXUniversal + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Collections.meta b/Assets/Plugins/Animancer/Internal/Collections.meta new file mode 100644 index 000000000..8bb74da12 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Collections.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3c7bab446ace0ae4bb75f4027e27d859 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Collections/FastComparer.cs.meta b/Assets/Plugins/Animancer/Internal/Collections/FastComparer.cs.meta new file mode 100644 index 000000000..6bdbe28ed --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Collections/FastComparer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 407aba1dc16e9184285d53c2c722796a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Collections/FastEnumerator.cs.meta b/Assets/Plugins/Animancer/Internal/Collections/FastEnumerator.cs.meta new file mode 100644 index 000000000..ec6438531 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Collections/FastEnumerator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 89db15324d7dd04468e475568b94623e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Collections/KeyedList.cs.meta b/Assets/Plugins/Animancer/Internal/Collections/KeyedList.cs.meta new file mode 100644 index 000000000..6355443c2 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Collections/KeyedList.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c4370ee24ad78f540b5840b7a5632c98 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Collections/LazyStack.cs.meta b/Assets/Plugins/Animancer/Internal/Collections/LazyStack.cs.meta new file mode 100644 index 000000000..168b6b6a6 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Collections/LazyStack.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 21afb1d8478848449a2478fe284cb840 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Collections/ObjectPool.cs.meta b/Assets/Plugins/Animancer/Internal/Collections/ObjectPool.cs.meta new file mode 100644 index 000000000..7792267c2 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Collections/ObjectPool.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e5fec2b1398f8c344b24f685dc58ecf0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Controller States.meta b/Assets/Plugins/Animancer/Internal/Controller States.meta new file mode 100644 index 000000000..5622cbe03 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Controller States.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0024209230bdd0d46a82810456402e2c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.DampedFloatParameter.cs.meta b/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.DampedFloatParameter.cs.meta new file mode 100644 index 000000000..1ad55f423 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.DampedFloatParameter.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: bcc56f72c0a35bd4bbf14dd754b23fff +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.Drawer.cs.meta b/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.Drawer.cs.meta new file mode 100644 index 000000000..7c21ec106 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.Drawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 6b57df471ed80204ea093dde6b3b1249 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.ParameterID.cs.meta b/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.ParameterID.cs.meta new file mode 100644 index 000000000..56a9a4568 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.ParameterID.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: a76564135743204498b49e6969c62e4f +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.cs.meta b/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.cs.meta new file mode 100644 index 000000000..554e7b235 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Controller States/ControllerState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: b23544c0fb7a6c8438dfae8cd9e105b5 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Controller States/Float1ControllerState.cs.meta b/Assets/Plugins/Animancer/Internal/Controller States/Float1ControllerState.cs.meta new file mode 100644 index 000000000..6d97d86c3 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Controller States/Float1ControllerState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 43c061c07700d7d4c9c12e7591b5d9f1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Controller States/Float2ControllerState.cs.meta b/Assets/Plugins/Animancer/Internal/Controller States/Float2ControllerState.cs.meta new file mode 100644 index 000000000..879eb4367 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Controller States/Float2ControllerState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d58b840dc96199b49bf81213b1330f9b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Controller States/Float3ControllerState.cs.meta b/Assets/Plugins/Animancer/Internal/Controller States/Float3ControllerState.cs.meta new file mode 100644 index 000000000..cb61d92cf --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Controller States/Float3ControllerState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 70ad897c898908546be494bb7a21eb67 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core.meta b/Assets/Plugins/Animancer/Internal/Core.meta new file mode 100644 index 000000000..3cd300b21 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f933bcd99582bff4b908b541fc73d8c7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/Animancer.Lite.dll.meta b/Assets/Plugins/Animancer/Internal/Core/Animancer.Lite.dll.meta new file mode 100644 index 000000000..f1f6e7e37 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/Animancer.Lite.dll.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: c8f836b9e2ef7eb41ad944e21ec66ce4 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + - first: + '': Any + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 1 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + - first: + Android: Android + second: + enabled: 0 + settings: + CPU: ARMv7 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + - first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + - first: + Standalone: LinuxUniversal + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: OSXUniversal + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/Animancer.Lite.xml.meta b/Assets/Plugins/Animancer/Internal/Core/Animancer.Lite.xml.meta new file mode 100644 index 000000000..8c22e9380 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/Animancer.Lite.xml.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4bf92cc1f409c88418660c79554fcb48 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.Sequence.Serializable.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.Sequence.Serializable.cs.meta new file mode 100644 index 000000000..b89697fd0 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.Sequence.Serializable.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 3fdae2a3656b01946b64f620d7cff364 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.Sequence.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.Sequence.cs.meta new file mode 100644 index 000000000..9dbb11fc2 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.Sequence.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 32e43f9433f92a3428077ed007e0e287 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.cs.meta new file mode 100644 index 000000000..04ad136d7 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerEvent.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 6c5dbe324bf11624d95460fa335ae439 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerLayer.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerLayer.cs.meta new file mode 100644 index 000000000..4a8e38301 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerLayer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: cae3088bc435d2942827b0a25e688903 +timeCreated: 1515048758 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerNode.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerNode.cs.meta new file mode 100644 index 000000000..554a14b89 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 54f55b421ce0c584ab6bcb47947126e4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.LayerList.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.LayerList.cs.meta new file mode 100644 index 000000000..e6c889498 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.LayerList.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: d4b81a5fd72a01f488ba1bec416742bc +timeCreated: 1515048758 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.StateDictionary.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.StateDictionary.cs.meta new file mode 100644 index 000000000..28f0dfadb --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.StateDictionary.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 3cf7dec197d38394fb2b06ad8799801f +timeCreated: 1515048758 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.cs.meta new file mode 100644 index 000000000..d48d407de --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerPlayable.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: bc4986a9d73f3b4459b9d99e8ce9066b +timeCreated: 1515048758 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerState.DelayedPause.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerState.DelayedPause.cs.meta new file mode 100644 index 000000000..826082aaf --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerState.DelayedPause.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: ed9330540083d4a4584d4e65b8a987a2 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerState.EventDispatcher.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerState.EventDispatcher.cs.meta new file mode 100644 index 000000000..21abd41ff --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerState.EventDispatcher.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 2b948ae61bb921c45b0af9e45ecc16b9 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerState.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerState.cs.meta new file mode 100644 index 000000000..c57a027ea --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 887b4c2f23914df4085099d24992df1c +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/AnimancerUtilities.cs.meta b/Assets/Plugins/Animancer/Internal/Core/AnimancerUtilities.cs.meta new file mode 100644 index 000000000..d99063e83 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/AnimancerUtilities.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5951f73829d4fe5478c69d982a08e77e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/ClipState.cs.meta b/Assets/Plugins/Animancer/Internal/Core/ClipState.cs.meta new file mode 100644 index 000000000..7d1c09ba9 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/ClipState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 5cba070da561e2f4fa6d618d4701bce3 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/FadeMode.cs.meta b/Assets/Plugins/Animancer/Internal/Core/FadeMode.cs.meta new file mode 100644 index 000000000..fcc84ff9f --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/FadeMode.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: b5a0e7e1cf8f4e74b8b43a8841174cc9 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/PlayableAssetState.cs.meta b/Assets/Plugins/Animancer/Internal/Core/PlayableAssetState.cs.meta new file mode 100644 index 000000000..8b223819c --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/PlayableAssetState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: c8771e9c8ab67844b8e5cf90e14bf90e +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Core/SoloAnimation.cs.meta b/Assets/Plugins/Animancer/Internal/Core/SoloAnimation.cs.meta new file mode 100644 index 000000000..3714d81b9 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Core/SoloAnimation.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: bd4c361dd5a388a41b638b1d55ed2b8e +labels: +- Component +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor.meta b/Assets/Plugins/Animancer/Internal/Editor.meta new file mode 100644 index 000000000..b89878e13 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 65c213fe834e34046aa4275b1e5ac17b +folderAsset: yes +timeCreated: 1516751528 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Icon.png.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Icon.png.meta new file mode 100644 index 000000000..e4b3b4040 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Icon.png.meta @@ -0,0 +1,106 @@ +fileFormatVersion: 2 +guid: d4e06a71fc03595429cac47cd385c4c1 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 5 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Settings.asset.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Settings.asset.meta new file mode 100644 index 000000000..5585ab486 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4f6d8a6ab9b75b04fa2c4078e1f6a316 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools.meta new file mode 100644 index 000000000..9722f25b6 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1cc25f23cb30b8c41ba4bb4390768a6c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimancerSettingsTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimancerSettingsTool.cs.meta new file mode 100644 index 000000000..d9978b6d0 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimancerSettingsTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 809481e9287856440bbcfa5e886163d4 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimancerToolsWindow.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimancerToolsWindow.cs.meta new file mode 100644 index 000000000..2aa6dd07e --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimancerToolsWindow.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 92f977efd2d1e4c49ada1f068a739289 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimationModifierTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimationModifierTool.cs.meta new file mode 100644 index 000000000..8a8cdbd25 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/AnimationModifierTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 4ab2916f8d63d1d4e9471536b78698a3 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/GenerateSpriteAnimationsTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/GenerateSpriteAnimationsTool.cs.meta new file mode 100644 index 000000000..cdc861a53 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/GenerateSpriteAnimationsTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 435f0cce717bfc544bbb5dc56db55763 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/ModifySpritesTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/ModifySpritesTool.cs.meta new file mode 100644 index 000000000..8bc49ae3e --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/ModifySpritesTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 296afd430bc64e5419309c1f569fe899 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/PackTexturesTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/PackTexturesTool.cs.meta new file mode 100644 index 000000000..0f0fbac64 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/PackTexturesTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 70badd2bf7a12d741aea958ec21943a6 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RemapAnimationBindingsTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RemapAnimationBindingsTool.cs.meta new file mode 100644 index 000000000..1b7f29682 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RemapAnimationBindingsTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: d75e4cf8a82981c4f94e52c1de8b0a78 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RemapSpriteAnimationTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RemapSpriteAnimationTool.cs.meta new file mode 100644 index 000000000..fb8588e1f --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RemapSpriteAnimationTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 5d3732333127095459feb68e4b95a191 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RenameSpritesTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RenameSpritesTool.cs.meta new file mode 100644 index 000000000..23908b8e6 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/RenameSpritesTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: dc63a439782ec8841905e29c181dbd28 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/SpriteDataEditor.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/SpriteDataEditor.cs.meta new file mode 100644 index 000000000..0ec7efbab --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/SpriteDataEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8abf35ea1a5a4664b88e197e78f09632 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/SpriteModifierTool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/SpriteModifierTool.cs.meta new file mode 100644 index 000000000..32089d654 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/SpriteModifierTool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: f495ecfca64b9c04aa19924036014776 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/Tool.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/Tool.cs.meta new file mode 100644 index 000000000..db55b3d80 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Animancer Tools/Tool.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 0981a35e6e25d944dacf3f3665c5ab78 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/AnimancerEditorUtilities.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/AnimancerEditorUtilities.cs.meta new file mode 100644 index 000000000..82f400168 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/AnimancerEditorUtilities.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 27eecf5aa14ee5a44b06436c4b4ab75b +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/AnimancerReadMe.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/AnimancerReadMe.cs.meta new file mode 100644 index 000000000..46b029167 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/AnimancerReadMe.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e1be19fc3858e524fa17a5518e8c4d39 +labels: +- Documentation +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: d4e06a71fc03595429cac47cd385c4c1, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/AnimancerSettings.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/AnimancerSettings.cs.meta new file mode 100644 index 000000000..1920c41a9 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/AnimancerSettings.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 18bd840b706853d4a934ec3199f63a41 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/AnimationBindings.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/AnimationBindings.cs.meta new file mode 100644 index 000000000..7ba300fbe --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/AnimationBindings.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 9e5936589d9791a4288596c4b383b592 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/AnimationGatherer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/AnimationGatherer.cs.meta new file mode 100644 index 000000000..7f9a6e08c --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/AnimationGatherer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 4f6a44097253ab046b078fea0cc30e0b +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/AssemblyInfo.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/AssemblyInfo.cs.meta new file mode 100644 index 000000000..09c4a5b88 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/AssemblyInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d4631c27e82e1e64680850290bf7dc8e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes.meta new file mode 100644 index 000000000..92563b6d4 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 557caa37d59075043b6354f6b9e82e1c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/AttributeCache.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/AttributeCache.cs.meta new file mode 100644 index 000000000..81a668714 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/AttributeCache.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: ea23cad192fdb024b83eb42c328bc444 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/DefaultFadeValueAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/DefaultFadeValueAttribute.cs.meta new file mode 100644 index 000000000..4f65dabff --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/DefaultFadeValueAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 8142045e327ce4340b15c6580c89b79f +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/DefaultValueAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/DefaultValueAttribute.cs.meta new file mode 100644 index 000000000..1c5933aa1 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/DefaultValueAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 486843cd37aea9b4697ec896db0b0592 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/DrawAfterEventsAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/DrawAfterEventsAttribute.cs.meta new file mode 100644 index 000000000..a5ee6ae03 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/DrawAfterEventsAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 8e36db3eac3c4bb4c9c97a4833cb0cce +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/EventNamesAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/EventNamesAttribute.cs.meta new file mode 100644 index 000000000..c8e86a9ce --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/EventNamesAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: d6cecce105052724d99e5197ef26fdad +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/SelfDrawerAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/SelfDrawerAttribute.cs.meta new file mode 100644 index 000000000..893335ad0 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/SelfDrawerAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: c50c19c193e8a90478d41086744d251e +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/ThresholdLabelAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/ThresholdLabelAttribute.cs.meta new file mode 100644 index 000000000..ea448f1fd --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/ThresholdLabelAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 2ca52e7a7aa74b8419c97f26eccc641b +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units.meta new file mode 100644 index 000000000..9015d2091 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b78168dc02519bc418b0484be8f4a4ff +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/AnimationSpeedAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/AnimationSpeedAttribute.cs.meta new file mode 100644 index 000000000..fe61b72b7 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/AnimationSpeedAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 6cf93c876d129534c9262b20498de934 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/AnimationTimeAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/AnimationTimeAttribute.cs.meta new file mode 100644 index 000000000..031d04b1c --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/AnimationTimeAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 2bacb1073e1dc0241a57779a297b256d +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/Units.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/Units.cs.meta new file mode 100644 index 000000000..f245363f7 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/Units.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: dd7f08fff8e76af4da23e74b033b2e60 +labels: +- Example +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/UnitsAttribute.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/UnitsAttribute.cs.meta new file mode 100644 index 000000000..636cad753 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Attributes/Units/UnitsAttribute.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 0f4ed3dc29f5f9a49b5c355028aec9db +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/CompactUnitConversionCache.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/CompactUnitConversionCache.cs.meta new file mode 100644 index 000000000..28e282bf5 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/CompactUnitConversionCache.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: b282ce649e44335499d21e0472c670e1 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/ConversionCache.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/ConversionCache.cs.meta new file mode 100644 index 000000000..fc0bee6cc --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/ConversionCache.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 1b0e970556a97204991d267c5cdb3ca9 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI.meta new file mode 100644 index 000000000..defb3630c --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ef1e58ab0b0cf224d9837d422a8647f1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerComponentEditor.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerComponentEditor.cs.meta new file mode 100644 index 000000000..e35389996 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerComponentEditor.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: acdbf1bb0c07d294d9bbbac9812c226f +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerGUI.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerGUI.cs.meta new file mode 100644 index 000000000..5d49a7f2f --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerGUI.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: aa67bea4f1d70534987fb1358fd71903 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerGraphControls.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerGraphControls.cs.meta new file mode 100644 index 000000000..d7c501e9c --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerGraphControls.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: bfca60fe8eef9c1498bd69e3cdf77e04 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerLayerDrawer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerLayerDrawer.cs.meta new file mode 100644 index 000000000..2e3a5cfbc --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerLayerDrawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 5c7bae7cf59ceb14cbdd08bea1a62717 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerNodeDrawer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerNodeDrawer.cs.meta new file mode 100644 index 000000000..5ad7ea038 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerNodeDrawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: abdda148dff930e498ac8f16c742243e +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerPlayableDrawer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerPlayableDrawer.cs.meta new file mode 100644 index 000000000..20701d2e3 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerPlayableDrawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 7ec6dbbd785ee314fad604b370743fe2 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerStateDrawer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerStateDrawer.cs.meta new file mode 100644 index 000000000..3a47ed521 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimancerStateDrawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: be16b611f2570484dbfd1a4369ef2fa1 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimationClipEditor.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimationClipEditor.cs.meta new file mode 100644 index 000000000..109d10c2d --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/AnimationClipEditor.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: c7d78f1d1b391ea458ebc768caf0055d +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/BaseAnimancerComponentEditor.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/BaseAnimancerComponentEditor.cs.meta new file mode 100644 index 000000000..b6b1f8d5e --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/BaseAnimancerComponentEditor.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 24a478866ba8a5248a582ad85ed36212 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/DummySerializableCallback.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/DummySerializableCallback.cs.meta new file mode 100644 index 000000000..70d86811d --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/DummySerializableCallback.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8aacde7f3a88c9642b08b70814b1b3f6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/EventSequenceDrawer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/EventSequenceDrawer.cs.meta new file mode 100644 index 000000000..f6a9a5b1c --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/EventSequenceDrawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 093331cbc1ddef74ebf6f1b8056f1c00 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/NamedAnimancerComponentEditor.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/NamedAnimancerComponentEditor.cs.meta new file mode 100644 index 000000000..8ea9bc22f --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/NamedAnimancerComponentEditor.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 9b409e7645821a549b4767ce5a72f1d0 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/ParametizedAnimancerStateDrawer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/ParametizedAnimancerStateDrawer.cs.meta new file mode 100644 index 000000000..1b9f746da --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/ParametizedAnimancerStateDrawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 3c4b9498f1412de40a107ac24fb55910 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/ScriptableObjectEditor.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/ScriptableObjectEditor.cs.meta new file mode 100644 index 000000000..0f9662d0c --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/ScriptableObjectEditor.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 3823dee181bc7dc46b20e907cd32dbeb +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/SerializableEventSequenceDrawer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/SerializableEventSequenceDrawer.cs.meta new file mode 100644 index 000000000..e7db7e75e --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/SerializableEventSequenceDrawer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5cecb0f396a3194458efd24438a77b03 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/SpriteEditor.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/SpriteEditor.cs.meta new file mode 100644 index 000000000..2382cae14 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/SpriteEditor.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 9ac5522110c9917498cdf2630222fd4c +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/TimelineGUI.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/TimelineGUI.cs.meta new file mode 100644 index 000000000..2d4626409 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/TimelineGUI.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e9c54a0309811974c89768241690ab3e +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/GUI/TransitionDrawer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/GUI/TransitionDrawer.cs.meta new file mode 100644 index 000000000..9ec634539 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/GUI/TransitionDrawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e77e914e65226dc439316086147dc410 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/OptionalWarning.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/OptionalWarning.cs.meta new file mode 100644 index 000000000..b8dbd5ea0 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/OptionalWarning.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: badbcd8cbea965f4c846ac3437a09399 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/ReadMe.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/ReadMe.cs.meta new file mode 100644 index 000000000..4c52a8690 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/ReadMe.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 115b3d58ad0c7bd45aba6ce851670fa2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization.meta new file mode 100644 index 000000000..bc6288224 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8780f4bb5af11634fa48896c803c972b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization/BoolPref.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization/BoolPref.cs.meta new file mode 100644 index 000000000..de039ab8b --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization/BoolPref.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 55a4a1b506a9c7c4491880fdce5b69f7 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization/Polymorphic.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization/Polymorphic.cs.meta new file mode 100644 index 000000000..70d347d4f --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization/Polymorphic.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6c561d589eabe454fa62852dd84cbb14 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.ObjectReference.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.ObjectReference.cs.meta new file mode 100644 index 000000000..71bef8d3a --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.ObjectReference.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9ff1cc079e8ef704a81b78998b39de92 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.PropertyReference.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.PropertyReference.cs.meta new file mode 100644 index 000000000..4605be537 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.PropertyReference.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a7e12894d2c9d204ab20b16c6091b5e2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.cs.meta new file mode 100644 index 000000000..c6a7049fd --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization/Serialization.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3276da8ca0ff29d4ead727e9fc1b1d12 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization/SerializedArrayProperty.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization/SerializedArrayProperty.cs.meta new file mode 100644 index 000000000..2ddfc42dd --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization/SerializedArrayProperty.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 445a76dd5b9602c4199e5f3315c30e18 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization/TemporarySettings.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization/TemporarySettings.cs.meta new file mode 100644 index 000000000..6eed07851 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization/TemporarySettings.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 3a30007eb6c59a040b2e70bb4748e76d +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Serialization/TypeSelectionButton.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Serialization/TypeSelectionButton.cs.meta new file mode 100644 index 000000000..6488b6833 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Serialization/TypeSelectionButton.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 311697a696013e64fbab8f44f876867e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/SimpleTimer.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/SimpleTimer.cs.meta new file mode 100644 index 000000000..20b3bbbe3 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/SimpleTimer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 162a437c31814b344832914ef6db9905 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Strings.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Strings.cs.meta new file mode 100644 index 000000000..774aa08bd --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Strings.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 23a5456b72939fd40814cc364610e26b +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window.meta b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window.meta new file mode 100644 index 000000000..a6f4cb050 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: af524b61127cd0247bf4b388331d1dd5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/AnimationClipPreview.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/AnimationClipPreview.cs.meta new file mode 100644 index 000000000..c4c005d7b --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/AnimationClipPreview.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ec38ac7d3e85249448cd4a4cdf7a73cc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Animations.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Animations.cs.meta new file mode 100644 index 000000000..0d30981f9 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Animations.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 662c4f0d4e803a846bef6fa3c0f8f30b +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Inspector.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Inspector.cs.meta new file mode 100644 index 000000000..b44db7c5f --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Inspector.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 2259cdd4601c9694681cc39a978b15c4 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Scene.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Scene.cs.meta new file mode 100644 index 000000000..86cf5feea --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Scene.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: ee0324674116dbf4eb4f7da9b41ee03f +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Settings.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Settings.cs.meta new file mode 100644 index 000000000..51a02c04b --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Settings.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 384a95563a658c94583de0afc8fec816 +timeCreated: 1516751545 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.cs.meta new file mode 100644 index 000000000..abf32eb73 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cadc451eaffebdb48ad6dc32456ebbd5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: d4e06a71fc03595429cac47cd385c4c1, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Validate.Value.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Validate.Value.cs.meta new file mode 100644 index 000000000..2d435eb4b --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Validate.Value.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 8f0bb4317f2e91b4c8bd3803ff978a3e +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Editor/Validate.cs.meta b/Assets/Plugins/Animancer/Internal/Editor/Validate.cs.meta new file mode 100644 index 000000000..f4d0aecd3 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Editor/Validate.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 53ca7fd66d753e248a1e0faff8acfe17 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces.meta b/Assets/Plugins/Animancer/Internal/Interfaces.meta new file mode 100644 index 000000000..cb3e5ec33 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8c1966a2e7818cb47acd6ed075c0f902 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/IAnimancerComponent.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/IAnimancerComponent.cs.meta new file mode 100644 index 000000000..615ebbee4 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/IAnimancerComponent.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 8a65e009476d8f845836b9b0439dc8f3 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/IAnimationClipCollection.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/IAnimationClipCollection.cs.meta new file mode 100644 index 000000000..9843ce82e --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/IAnimationClipCollection.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 425f4aed596b8a04b9c0f4ec49d37789 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/ICharacterRoot.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/ICharacterRoot.cs.meta new file mode 100644 index 000000000..b94425719 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/ICharacterRoot.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: b0ce56961b7e72345913686a9ffed4be +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/ICopyable.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/ICopyable.cs.meta new file mode 100644 index 000000000..34c65ef42 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/ICopyable.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 79cb441c59981cb4d834d3c7c331c6c9 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/IHasEvents.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/IHasEvents.cs.meta new file mode 100644 index 000000000..e2bfd1904 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/IHasEvents.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 80d48ef5d29e8294a8cd83260dfcdb8b +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/IHasKey.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/IHasKey.cs.meta new file mode 100644 index 000000000..5f2fbfe2a --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/IHasKey.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 1b8aa66f0b587ce42bfad1625ac75b74 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/IMotion.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/IMotion.cs.meta new file mode 100644 index 000000000..cf700719d --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/IMotion.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 931e39069bbaaf94db1aaa3ae8822bb9 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/IPlayableWrapper.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/IPlayableWrapper.cs.meta new file mode 100644 index 000000000..ec2f32010 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/IPlayableWrapper.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 8abfd735619067c40b7e6e10bcc0b559 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/ITransition.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/ITransition.cs.meta new file mode 100644 index 000000000..0fcf6eb01 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/ITransition.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 38dc5de456105324097093ebe2ee0bfd +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/ITransitionDetailed.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/ITransitionDetailed.cs.meta new file mode 100644 index 000000000..b27bae43d --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/ITransitionDetailed.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 947f6f0c74383bb4e80e50f141727178 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/ITransitionGUI.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/ITransitionGUI.cs.meta new file mode 100644 index 000000000..c1d83a052 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/ITransitionGUI.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 50ea015fe10ac1a4293e0a83f536d959 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/IUpdatable.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/IUpdatable.cs.meta new file mode 100644 index 000000000..77908ddb5 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/IUpdatable.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e47f767fd70d2f346bbf8ac5f2161bc0 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Interfaces/IWrapper.cs.meta b/Assets/Plugins/Animancer/Internal/Interfaces/IWrapper.cs.meta new file mode 100644 index 000000000..8793276b6 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Interfaces/IWrapper.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e936a32bb9d86144fad64356f6dd8258 +labels: +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Mixer States.meta b/Assets/Plugins/Animancer/Internal/Mixer States.meta new file mode 100644 index 000000000..76000f5c9 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Mixer States.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c540fe7616fb74e498c179703c845109 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Mixer States/CartesianMixerState.cs.meta b/Assets/Plugins/Animancer/Internal/Mixer States/CartesianMixerState.cs.meta new file mode 100644 index 000000000..cd20df2a7 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Mixer States/CartesianMixerState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e0aebebda5ee98d45930f31efb79a081 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Mixer States/DirectionalMixerState.cs.meta b/Assets/Plugins/Animancer/Internal/Mixer States/DirectionalMixerState.cs.meta new file mode 100644 index 000000000..3b008217f --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Mixer States/DirectionalMixerState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: df018869cc71dbd4cba0b6dc641e9aed +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Mixer States/LinearMixerState.cs.meta b/Assets/Plugins/Animancer/Internal/Mixer States/LinearMixerState.cs.meta new file mode 100644 index 000000000..25f253a12 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Mixer States/LinearMixerState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 142bfebac2959e14db634de96af8d899 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Mixer States/ManualMixerState.Drawer.cs.meta b/Assets/Plugins/Animancer/Internal/Mixer States/ManualMixerState.Drawer.cs.meta new file mode 100644 index 000000000..094af8dd5 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Mixer States/ManualMixerState.Drawer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 5373085332528c64eb9e5f3ffa65974f +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Mixer States/ManualMixerState.cs.meta b/Assets/Plugins/Animancer/Internal/Mixer States/ManualMixerState.cs.meta new file mode 100644 index 000000000..32d5a4018 --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Mixer States/ManualMixerState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: bb1249f13af5b1749ba88452d05c1ba2 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Internal/Mixer States/MixerStateT.cs.meta b/Assets/Plugins/Animancer/Internal/Mixer States/MixerStateT.cs.meta new file mode 100644 index 000000000..f85999b8d --- /dev/null +++ b/Assets/Plugins/Animancer/Internal/Mixer States/MixerStateT.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 2868fbbf5c6b88c418b35b0ded8a94d4 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/License.txt.meta b/Assets/Plugins/Animancer/License.txt.meta new file mode 100644 index 000000000..dc48f1f46 --- /dev/null +++ b/Assets/Plugins/Animancer/License.txt.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: beb58242558438443ab34beb21ce27f7 +labels: +- Documentation +- Example +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/NamedAnimancerComponent.cs.meta b/Assets/Plugins/Animancer/NamedAnimancerComponent.cs.meta new file mode 100644 index 000000000..ca0d543b4 --- /dev/null +++ b/Assets/Plugins/Animancer/NamedAnimancerComponent.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: c75c0dcb6d50eb64abd727a90406ca2b +labels: +- Component +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities.meta b/Assets/Plugins/Animancer/Utilities.meta new file mode 100644 index 000000000..4d802655d --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 45c695be4edf48b4fb56db8b1bfff97e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Animation Jobs.meta b/Assets/Plugins/Animancer/Utilities/Animation Jobs.meta new file mode 100644 index 000000000..d7cb50235 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Animation Jobs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 131880f34c4a28d41910e4cfba9b5e6b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimancerJob.cs.meta b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimancerJob.cs.meta new file mode 100644 index 000000000..54fa8d4e2 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimancerJob.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 724cb07f283f36649bdaa5081690d13b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedBool.cs.meta b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedBool.cs.meta new file mode 100644 index 000000000..7895c4d5d --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedBool.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 264f1b6d2ea80b94d9d05a9cdf24e5e1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedFloat.cs.meta b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedFloat.cs.meta new file mode 100644 index 000000000..f71926a1f --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedFloat.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 777209ec6fe423944acd4b2cd65e1e9f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedInt.cs.meta b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedInt.cs.meta new file mode 100644 index 000000000..7167ab324 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedInt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0b40cf978cf9c2940bf4113e0a689ebd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedProperty.cs.meta b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedProperty.cs.meta new file mode 100644 index 000000000..d55267f54 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Animation Jobs/AnimatedProperty.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 007ec75f71aafa545afbe26b3c2fabe9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Custom Fade.meta b/Assets/Plugins/Animancer/Utilities/Custom Fade.meta new file mode 100644 index 000000000..eb4bc6e10 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Custom Fade.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d891b80605a89af41940677d892e0418 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.Curve.cs.meta b/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.Curve.cs.meta new file mode 100644 index 000000000..2d131cfb0 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.Curve.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 150415ff9fadb6947aa9a475e5352725 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.Delegate.cs.meta b/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.Delegate.cs.meta new file mode 100644 index 000000000..dbc3a52c5 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.Delegate.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 59a602c72b20d654dbd9712ba46a2e2c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.cs.meta b/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.cs.meta new file mode 100644 index 000000000..51f8c012c --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Custom Fade/CustomFade.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ed2679c1f412af94a998e64ee8559e7b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Custom Fade/DontAllowFade.cs.meta b/Assets/Plugins/Animancer/Utilities/Custom Fade/DontAllowFade.cs.meta new file mode 100644 index 000000000..6b0db7f60 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Custom Fade/DontAllowFade.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8847753c6eace0b4c84c323e465a428f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Custom Fade/Easing.cs.meta b/Assets/Plugins/Animancer/Utilities/Custom Fade/Easing.cs.meta new file mode 100644 index 000000000..23019a11e --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Custom Fade/Easing.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cb0b29d765f534f4dbda52acb782341d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Custom Fade/MixerParameterTween.cs.meta b/Assets/Plugins/Animancer/Utilities/Custom Fade/MixerParameterTween.cs.meta new file mode 100644 index 000000000..98a53c0c7 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Custom Fade/MixerParameterTween.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 59d47dd2f66c67545a34073c92fde780 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Directional Animations.meta b/Assets/Plugins/Animancer/Utilities/Directional Animations.meta new file mode 100644 index 000000000..114ff42d9 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Directional Animations.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5f172a996b077843bb4cbb443d6a1fa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalAnimationSet.cs.meta b/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalAnimationSet.cs.meta new file mode 100644 index 000000000..b5df10178 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalAnimationSet.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6eceeb59a892d074db28203df8e4cd3a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalAnimationSet8.cs.meta b/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalAnimationSet8.cs.meta new file mode 100644 index 000000000..2ce1a6964 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalAnimationSet8.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8b5b6ac0c7ebd7b41b307d920db7b245 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalClipTransition.cs.meta b/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalClipTransition.cs.meta new file mode 100644 index 000000000..c13c658db --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Directional Animations/DirectionalClipTransition.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5125aedb0106a4443a684797d8c73344 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/ExitEvent.cs.meta b/Assets/Plugins/Animancer/Utilities/ExitEvent.cs.meta new file mode 100644 index 000000000..4b442ea1f --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/ExitEvent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8b86ef1d8772ec040b70676e2c90852c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/ExposedPropertyTable.cs.meta b/Assets/Plugins/Animancer/Utilities/ExposedPropertyTable.cs.meta new file mode 100644 index 000000000..47f46ad86 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/ExposedPropertyTable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0efb115a78218d549a4abaeaf617a2b0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM.meta b/Assets/Plugins/Animancer/Utilities/FSM.meta new file mode 100644 index 000000000..354f09cd0 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f96d1a421960344082423975948ee06 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/Animancer.FSM.asmdef.meta b/Assets/Plugins/Animancer/Utilities/FSM/Animancer.FSM.asmdef.meta new file mode 100644 index 000000000..5a5cf8d36 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/Animancer.FSM.asmdef.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b2665e54e4314ae429d34fdeafc9f3e0 +labels: +- FSM +- FiniteStateMachine +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/AssemblyInfo.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/AssemblyInfo.cs.meta new file mode 100644 index 000000000..ee9cfeb61 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/AssemblyInfo.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 94a6e52abdbcf8345be407d6740230a2 +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/DelegateState.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/DelegateState.cs.meta new file mode 100644 index 000000000..b09256a8f --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/DelegateState.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 7a0b6fcf1d3471d4aa75f4c39f3c1c1e +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/IState.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/IState.cs.meta new file mode 100644 index 000000000..693c2d8d8 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/IState.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 44bb48284153d6e498f900eb062fc584 +labels: +- FSM +- FiniteStateMachine +- Interface +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/KeyChange.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/KeyChange.cs.meta new file mode 100644 index 000000000..112ae549c --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/KeyChange.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: ba135b8e83a177043a5e505a7e9832e7 +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateBehaviour.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateBehaviour.cs.meta new file mode 100644 index 000000000..8f18820e7 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateBehaviour.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7d0ae395395b5d34da55dead806d6a08 +labels: +- Component +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateChange.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateChange.cs.meta new file mode 100644 index 000000000..12a864567 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateChange.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d96becb371c86e241b44dea56e55385a +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.InputBuffer.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.InputBuffer.cs.meta new file mode 100644 index 000000000..fefbf4b3c --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.InputBuffer.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 3f0140c1027c5254882ca6415a514880 +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.StateSelector.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.StateSelector.cs.meta new file mode 100644 index 000000000..88471a1b4 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.StateSelector.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0f882cb524ddbc8419c5beba63a1939f +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.WithDefault.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.WithDefault.cs.meta new file mode 100644 index 000000000..04593d568 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.WithDefault.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: eb5d8db5c4119fd47a2f652836d193f1 +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.cs.meta new file mode 100644 index 000000000..17f690c45 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine1.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 87a6d066d8da93b4bbdc228c47509675 +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.InputBuffer.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.InputBuffer.cs.meta new file mode 100644 index 000000000..e40db907e --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.InputBuffer.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 2a348c9a4a87c294e960ae27c06c12f1 +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.WithDefault.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.WithDefault.cs.meta new file mode 100644 index 000000000..654524a2b --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.WithDefault.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: a4aaa753173eb1c45bd98cd956086a93 +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.cs.meta new file mode 100644 index 000000000..1abc841e4 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateMachine2.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 9d7e35072ba28604d95afbcda2209721 +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/FSM/StateMachineUtilities.cs.meta b/Assets/Plugins/Animancer/Utilities/FSM/StateMachineUtilities.cs.meta new file mode 100644 index 000000000..23fff9f37 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/FSM/StateMachineUtilities.cs.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 58fae748392df8546bad814552de49af +labels: +- FSM +- FiniteStateMachine +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Redirect Root Motion.meta b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion.meta new file mode 100644 index 000000000..6600177d3 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2dfb135533444044db8f6fc06502a12e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotion.cs.meta b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotion.cs.meta new file mode 100644 index 000000000..9d3629284 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotion.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5d3350b34d54d9e4b885e1a21932ae98 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToCharacterController.cs.meta b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToCharacterController.cs.meta new file mode 100644 index 000000000..6bc46f758 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToCharacterController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d90d197b5f47af544aff6260d9dfadf2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToRigidbody.cs.meta b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToRigidbody.cs.meta new file mode 100644 index 000000000..5711a2446 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToRigidbody.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8bb9852087f39824f9647d710481937e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToTransform.cs.meta b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToTransform.cs.meta new file mode 100644 index 000000000..5378b74b9 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Redirect Root Motion/RedirectRootMotionToTransform.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f11a5059824879545908e1135dbb0928 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/SpriteRendererTextureSwap.cs.meta b/Assets/Plugins/Animancer/Utilities/SpriteRendererTextureSwap.cs.meta new file mode 100644 index 000000000..232304b20 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/SpriteRendererTextureSwap.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 2a050df026bbd064c9f71fe41ae48d00 +labels: +- Example +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/TimeSynchronizationGroup.cs.meta b/Assets/Plugins/Animancer/Utilities/TimeSynchronizationGroup.cs.meta new file mode 100644 index 000000000..9c19628f6 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/TimeSynchronizationGroup.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 28e3d9e23f83bde41b39a2e9037b9030 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/TimeSynchronizer.cs.meta b/Assets/Plugins/Animancer/Utilities/TimeSynchronizer.cs.meta new file mode 100644 index 000000000..18c9272a9 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/TimeSynchronizer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1c373f5c844eda041b2c3b5c5519575d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions.meta b/Assets/Plugins/Animancer/Utilities/Transitions.meta new file mode 100644 index 000000000..e3df554d0 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cf141fdc4b87a9e42934fb46809fc654 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransition.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransition.cs.meta new file mode 100644 index 000000000..d7bb18539 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransition.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d5a3052770fc6fc44be3d5f2b86f993b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAsset.cs.meta new file mode 100644 index 000000000..fcf6b746f --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c5a8877f26e7a6a43aaf06fade1a064a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetBase.UnShared.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetBase.UnShared.cs.meta new file mode 100644 index 000000000..e6b452f24 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetBase.UnShared.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3f184d31c0507df4bbea55c02497b4cc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetBase.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetBase.cs.meta new file mode 100644 index 000000000..54b6a924d --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetBase.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 25092f15b9160c1488a484ac9332fe36 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetT.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetT.cs.meta new file mode 100644 index 000000000..d73bcdd03 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/AnimancerTransitionAssetT.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6855b77e046ea2045ac187ab02afcdad +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/ClipTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/ClipTransitionAsset.cs.meta new file mode 100644 index 000000000..5b97157e9 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/ClipTransitionAsset.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 65baa284d24adb24b90b39482364509c +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/ClipTransitionSequence.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/ClipTransitionSequence.cs.meta new file mode 100644 index 000000000..0df4e2334 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/ClipTransitionSequence.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 8ccceda7244b0394c9b25f4100ecd458 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/ControllerTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/ControllerTransitionAsset.cs.meta new file mode 100644 index 000000000..82540d201 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/ControllerTransitionAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6cb514e38f7bd084383a7355a6273a33 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/Float1ControllerTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/Float1ControllerTransitionAsset.cs.meta new file mode 100644 index 000000000..60832133d --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/Float1ControllerTransitionAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 15ed7dccdb910ec4896f03f7cc2ede35 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/Float2ControllerTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/Float2ControllerTransitionAsset.cs.meta new file mode 100644 index 000000000..ff4e1abee --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/Float2ControllerTransitionAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f283fbe305b90dc489b5dec987ecad09 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/Float3ControllerTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/Float3ControllerTransitionAsset.cs.meta new file mode 100644 index 000000000..60e7e80d9 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/Float3ControllerTransitionAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 435c1d26374dbbb498fa45fe394dfe10 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/LinearMixerTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/LinearMixerTransitionAsset.cs.meta new file mode 100644 index 000000000..1dbdc25a4 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/LinearMixerTransitionAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a472a4806da7f9147a4a5cd7eee170df +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/ManualMixerTransition.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/ManualMixerTransition.cs.meta new file mode 100644 index 000000000..3ecd21176 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/ManualMixerTransition.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b09fd97d6dbbd3540ab614b18c96bd32 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/ManualMixerTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/ManualMixerTransitionAsset.cs.meta new file mode 100644 index 000000000..7a4ac1371 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/ManualMixerTransitionAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9785324053a1e39449b4e579bfb71f76 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/MixerTransition.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/MixerTransition.cs.meta new file mode 100644 index 000000000..c056f8b8c --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/MixerTransition.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 1e604dbbb3da8fd4cbef6261cdf5bd08 +timeCreated: 1515060256 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/MixerTransition2DAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/MixerTransition2DAsset.cs.meta new file mode 100644 index 000000000..11684d395 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/MixerTransition2DAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8a2d01d4f425b3848938f199392c9afb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/PlayableAssetTransitionAsset.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/PlayableAssetTransitionAsset.cs.meta new file mode 100644 index 000000000..14188e6f4 --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/PlayableAssetTransitionAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5415cf2115901c345af7680b044d4604 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Animancer/Utilities/Transitions/TransitionGenerator.cs.meta b/Assets/Plugins/Animancer/Utilities/Transitions/TransitionGenerator.cs.meta new file mode 100644 index 000000000..2fc90e00f --- /dev/null +++ b/Assets/Plugins/Animancer/Utilities/Transitions/TransitionGenerator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0db282b4ee309474ab10ec54a4c6dd74 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro.meta b/Assets/Plugins/Character Controller Pro.meta new file mode 100644 index 000000000..b089f43ec --- /dev/null +++ b/Assets/Plugins/Character Controller Pro.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f50d287f60eb5064283b962b27594a33 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core.meta b/Assets/Plugins/Character Controller Pro/Core.meta new file mode 100644 index 000000000..d7a81e367 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: caa01241d67e9c147907e1d816ba28ed +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Prefabs.meta b/Assets/Plugins/Character Controller Pro/Core/Prefabs.meta new file mode 100644 index 000000000..88d4c22d1 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 88be720759cf79a4d9b14514fcf82a0d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Prefabs/Blank Character.prefab.meta b/Assets/Plugins/Character Controller Pro/Core/Prefabs/Blank Character.prefab.meta new file mode 100644 index 000000000..aa6fc08b1 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Prefabs/Blank Character.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2edb26b83da1f57409122f30d4205788 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Prefabs/Capsule Blank Character.prefab.meta b/Assets/Plugins/Character Controller Pro/Core/Prefabs/Capsule Blank Character.prefab.meta new file mode 100644 index 000000000..f181167dc --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Prefabs/Capsule Blank Character.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 36306ba9866cb5b46b38bc07bf5f031f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Resources.meta b/Assets/Plugins/Character Controller Pro/Core/Resources.meta new file mode 100644 index 000000000..78f0eb4b9 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b7ee4dfaa2510534f8e447d3e92f889b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Resources/whiteArrowFilledIcon.png.meta b/Assets/Plugins/Character Controller Pro/Core/Resources/whiteArrowFilledIcon.png.meta new file mode 100644 index 000000000..a0dce0153 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Resources/whiteArrowFilledIcon.png.meta @@ -0,0 +1,88 @@ +fileFormatVersion: 2 +guid: e405849a2c57a92459447d4f1af4c839 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + 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: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + 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: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 9c5347bdfa0951540849bd28ba7a5443 + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts.meta new file mode 100644 index 000000000..00856c133 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ed94cbf3a2dee724f9d20a2f51d124cc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character.meta new file mode 100644 index 000000000..bf9805349 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae920956a7e616747a90f9aae8cf02d9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/AnimatorLink.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/AnimatorLink.cs.meta new file mode 100644 index 000000000..e080dd1c6 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/AnimatorLink.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b24a8f06539258c41887e7e69f8b1754 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActor.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActor.cs.meta new file mode 100644 index 000000000..721c39dd8 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4f199f35221ef584d909e881238cba74 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActorEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActorEditor.cs.meta new file mode 100644 index 000000000..c5f54e743 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActorEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7f4079846e96c0f4380acc9c850361f7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActorState.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActorState.cs.meta new file mode 100644 index 000000000..ba2c679a4 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterActorState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0839a4a1b32db1e46940552291b694b5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterBody.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterBody.cs.meta new file mode 100644 index 000000000..815830a66 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterBody.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 78cff8dc757190641a7708af786fcf21 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterBodyEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterBodyEditor.cs.meta new file mode 100644 index 000000000..587785224 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterBodyEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 910f81d87065ee64c90d917647aa8feb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisionInfo.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisionInfo.cs.meta new file mode 100644 index 000000000..17677e36e --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisionInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c8a789e3f19e91c449f6528c60ddafc3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions.cs.meta new file mode 100644 index 000000000..3de3ce8d2 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d83fb70402062c54fb7df4da208f8c07 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions2D.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions2D.cs.meta new file mode 100644 index 000000000..f7723208d --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions2D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0ebd659de5ec4cb409f72a4d32922e72 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions3D.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions3D.cs.meta new file mode 100644 index 000000000..87c86798d --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterCollisions3D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9661c2503d7fe3a4c93582e96d9c6644 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterConstants.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterConstants.cs.meta new file mode 100644 index 000000000..6dbbdaaea --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterConstants.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ca9a8d1e9f8176943ba18353b6d4618d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterDebug.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterDebug.cs.meta new file mode 100644 index 000000000..c960fa918 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CharacterDebug.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d10147059bd4fd540bb9e250c0eb10ff +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CollisionInfo.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CollisionInfo.cs.meta new file mode 100644 index 000000000..292d0c470 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/CollisionInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 917a9bbab88628e40acfcae8c9a18e66 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics.meta new file mode 100644 index 000000000..153310481 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 939c76a9b1746ed4ba9f3d184f7b544c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphics.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphics.cs.meta new file mode 100644 index 000000000..96b98da5c --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphics.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 28b91e21fd19e4f409985c581cdd7b61 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphics2DRotator.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphics2DRotator.cs.meta new file mode 100644 index 000000000..b47a3bfff --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphics2DRotator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b0530af9c2dd9364790ff3a6267906fc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphicsRootController.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphicsRootController.cs.meta new file mode 100644 index 000000000..54ad8a83e --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphicsRootController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f0d53e635ffddec4bb2ec7efd96e71b8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphicsScaler.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphicsScaler.cs.meta new file mode 100644 index 000000000..28753c1c9 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphicsScaler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5e93c8610dacb85428134b9b32dec22a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterRotationLerper.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterRotationLerper.cs.meta new file mode 100644 index 000000000..195bbe386 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterRotationLerper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 66d7fc6bc208f2c40a9211826ddc17f7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterSpriteRotator.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterSpriteRotator.cs.meta new file mode 100644 index 000000000..7cd79f3af --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterSpriteRotator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1da741a4ebb943549aa33ebc211b3da7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterStepLerper.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterStepLerper.cs.meta new file mode 100644 index 000000000..cdb2ce998 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterStepLerper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ab0ce86077d908646bc157d9b2355fdf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/PhysicsActor.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/PhysicsActor.cs.meta new file mode 100644 index 000000000..cc2e6baef --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/PhysicsActor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 57c6002e3b235904ebe367aeb325538b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/PhysicsActorSync.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/PhysicsActorSync.cs.meta new file mode 100644 index 000000000..97e6aef8a --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/PhysicsActorSync.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1402a51aed7afa64ba143fdb9301713c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/VerticalAlignmentSettings.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/VerticalAlignmentSettings.cs.meta new file mode 100644 index 000000000..965024c31 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Character/VerticalAlignmentSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ebbf3da661610cb4eb71cb84d5d94bc9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/One Way Platform.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/One Way Platform.meta new file mode 100644 index 000000000..67a39497c --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/One Way Platform.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 872bdfb8908144a41bc0a2e31c77d828 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/One Way Platform/DynamicOneWayPlatform.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/One Way Platform/DynamicOneWayPlatform.cs.meta new file mode 100644 index 000000000..9b40fbb00 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/One Way Platform/DynamicOneWayPlatform.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f172c59dacc5df345833c688e9d99c02 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities.meta new file mode 100644 index 000000000..9cd5b60d5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 90dcb45485fb8f14ea8b9937e819ade1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/CharacterControllerProEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/CharacterControllerProEditor.cs.meta new file mode 100644 index 000000000..d2a1be423 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/CharacterControllerProEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d49a31f193f362d49aaa28c2af09a173 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/CharacterDetector.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/CharacterDetector.cs.meta new file mode 100644 index 000000000..3fb599b09 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/CharacterDetector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0f39a8804db37df4a850d980740867ad +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/ExecutionOrder.cs.meta b/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/ExecutionOrder.cs.meta new file mode 100644 index 000000000..9305510f5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Core/Scripts/Utilities/ExecutionOrder.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2988c4ba7fa538b45a474a53fc4ea0e9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Documentation.meta b/Assets/Plugins/Character Controller Pro/Documentation.meta new file mode 100644 index 000000000..b18234257 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Documentation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2bd9d05ccc62b5547a6e01d5b878b80a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Documentation/Online Documentation.txt.meta b/Assets/Plugins/Character Controller Pro/Documentation/Online Documentation.txt.meta new file mode 100644 index 000000000..9aa31d6d5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Documentation/Online Documentation.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 66a794ee1ad60ce4a9d5183ea892bcd0 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Documentation/Upgrade guide 1.4.x.pdf.meta b/Assets/Plugins/Character Controller Pro/Documentation/Upgrade guide 1.4.x.pdf.meta new file mode 100644 index 000000000..72323443f --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Documentation/Upgrade guide 1.4.x.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c20eae317aa36814299681f143a4319e +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation.meta b/Assets/Plugins/Character Controller Pro/Implementation.meta new file mode 100644 index 000000000..e87341c6b --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c3fb47ace46a10b4fa2225f16f8cd3a4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Resources.meta b/Assets/Plugins/Character Controller Pro/Implementation/Resources.meta new file mode 100644 index 000000000..5e6ab2ee6 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 639038a23111d3a46b17f12f375f593d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Resources/template-character-actions.txt.meta b/Assets/Plugins/Character Controller Pro/Implementation/Resources/template-character-actions.txt.meta new file mode 100644 index 000000000..059322bc1 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Resources/template-character-actions.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e5597bc979f0fa346bc397cd43364b9a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Resources/template-character-state.txt.meta b/Assets/Plugins/Character Controller Pro/Implementation/Resources/template-character-state.txt.meta new file mode 100644 index 000000000..310c40ba0 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Resources/template-character-state.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b477d2449a226ba4ca2ab8fbff67344e +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts.meta new file mode 100644 index 000000000..2c4bd33ec --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3c69701f7a15a11428dcfb0296c05a7c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character.meta new file mode 100644 index 000000000..34a1bc0d5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ac9c15b9bd29b8a41a74e55a8c8ddb81 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions.meta new file mode 100644 index 000000000..84ada8a6e --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6298fc409a307a247a6e726bae335f63 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterAIAction.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterAIAction.cs.meta new file mode 100644 index 000000000..1713d30b5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterAIAction.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1e16b2546a8c719498996ae9eb718d3d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterAIBehaviour.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterAIBehaviour.cs.meta new file mode 100644 index 000000000..b97743de7 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterAIBehaviour.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8766d0fa0b738d54e8568011ce28bc0d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActions.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActions.cs.meta new file mode 100644 index 000000000..a5e53c2a5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b6c1356d5915b9c408417c4a73d55f06 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActionsAsset.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActionsAsset.cs.meta new file mode 100644 index 000000000..e6dc203f3 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActionsAsset.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 73b3b2e86a24b1b488fdc2cea49af7f4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActionsAssetEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActionsAssetEditor.cs.meta new file mode 100644 index 000000000..aa0c17a95 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterActionsAssetEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 888a6f788e5ad7141b2c2f48b8661e61 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterBrain.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterBrain.cs.meta new file mode 100644 index 000000000..c1800bc0d --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/Actions/CharacterBrain.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c76e107f4442f0f4181c48506caf15f1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States.meta new file mode 100644 index 000000000..3b2ab045a --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a58564501d3ef65469910b66ee1facee +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterState.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterState.cs.meta new file mode 100644 index 000000000..0f6024fc3 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f3ca0027bbe0a1e4ba463d955f5e99dd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterStateController.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterStateController.cs.meta new file mode 100644 index 000000000..cc09bc8ad --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterStateController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 991c552c8efe8914186b0d06951c5a1e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterStateEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterStateEditor.cs.meta new file mode 100644 index 000000000..935ba7835 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/CharacterStateEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3e40e8c940fa24c4ba2c5c987ff98218 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/MovementReferenceParameters.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/MovementReferenceParameters.cs.meta new file mode 100644 index 000000000..bc96a9889 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Character/States/MovementReferenceParameters.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b397eca0ee422d54f9fa73a150bb7fe6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs.meta new file mode 100644 index 000000000..d2348f50e --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02d80cefb2cda29418dcc8de23dce99b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions.meta new file mode 100644 index 000000000..cceb85bfa --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ed22f1da43bfd5f41b9c54647fdfa735 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/BoolAction.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/BoolAction.cs.meta new file mode 100644 index 000000000..0b87363a3 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/BoolAction.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b0b0c5feb52a73a4e92e14efe4d7d673 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/FloatAction.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/FloatAction.cs.meta new file mode 100644 index 000000000..83a3b27b8 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/FloatAction.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c8b2915bc888d3a429b42385ca8b5ed1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/Vector2Action.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/Vector2Action.cs.meta new file mode 100644 index 000000000..84e23e9b0 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/Actions/Vector2Action.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c62ca2728ed9e24419578b99a3430b5e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler.meta new file mode 100644 index 000000000..fc6e09f9e --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80fe40163fc44fd48b3163cf2d03eb10 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/InputHandler.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/InputHandler.cs.meta new file mode 100644 index 000000000..29450bd7e --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/InputHandler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 41e49834b389e644ca21d6f0b6a30e24 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/InputHandlerSettings.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/InputHandlerSettings.cs.meta new file mode 100644 index 000000000..aa1633227 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/InputHandlerSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 58821ec8689e7534c89b4a6ad823cb13 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/UIInputHandler.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/UIInputHandler.cs.meta new file mode 100644 index 000000000..6c023f611 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/UIInputHandler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f65ddb2d6f89ac44781e40d9d20b6c4a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/UnityInputHandler.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/UnityInputHandler.cs.meta new file mode 100644 index 000000000..86edf6e69 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Inputs/InputHandler/UnityInputHandler.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 09dde04d4de51fa43a04cf69fbf9b9b6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile.meta new file mode 100644 index 000000000..70edd5c42 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1ed9c5f4a5e99544ba2fad354883fafa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIAction.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIAction.cs.meta new file mode 100644 index 000000000..3f970ba92 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIAction.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8c3bf6ae7a4de074d8a87c5ada3023d5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIBoolAction.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIBoolAction.cs.meta new file mode 100644 index 000000000..50ac5eae2 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIBoolAction.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6e34e16c2c476624bb94641ff3ee670b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIFloatAction.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIFloatAction.cs.meta new file mode 100644 index 000000000..b5af4c70e --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIFloatAction.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 40c4cd033d43bb3488abdfd2a9aaf1f3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIVector2Action.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIVector2Action.cs.meta new file mode 100644 index 000000000..dcbde50f3 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/IUIVector2Action.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6d248278dc0eff0418f9c4eb037b96b4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/InputAxes.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/InputAxes.cs.meta new file mode 100644 index 000000000..2d641c9f1 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/InputAxes.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 96bd8fffeb59a194ca1cfaeb9a10360e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/InputButton.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/InputButton.cs.meta new file mode 100644 index 000000000..c845dc691 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Mobile/InputButton.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 38e6ad64a08a1ab43b561c663e58dbed +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Utilities.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Utilities.meta new file mode 100644 index 000000000..6b1de2a8b --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Utilities.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0373a7f51a1f4784181b68775a0d918e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Utilities/ImplementationTools.cs.meta b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Utilities/ImplementationTools.cs.meta new file mode 100644 index 000000000..7e87ed937 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Implementation/Scripts/Utilities/ImplementationTools.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 439d40b330c30094383fc8582c51aefd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/OPEN ME.meta b/Assets/Plugins/Character Controller Pro/OPEN ME.meta new file mode 100644 index 000000000..443734a7a --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/OPEN ME.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 551cbbc7fa180b947bfd71c5a4a9f891 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/OPEN ME/Presets.meta b/Assets/Plugins/Character Controller Pro/OPEN ME/Presets.meta new file mode 100644 index 000000000..e741da334 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/OPEN ME/Presets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6615b18517d2a241920feed1db7b5d5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/OPEN ME/Presets/Preset_Inputs.preset.meta b/Assets/Plugins/Character Controller Pro/OPEN ME/Presets/Preset_Inputs.preset.meta new file mode 100644 index 000000000..3f5953520 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/OPEN ME/Presets/Preset_Inputs.preset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cc3401d4e7be1614b8ddb5edce73ea57 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/OPEN ME/Presets/Preset_TagsAndLayers.preset.meta b/Assets/Plugins/Character Controller Pro/OPEN ME/Presets/Preset_TagsAndLayers.preset.meta new file mode 100644 index 000000000..ad0ef4729 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/OPEN ME/Presets/Preset_TagsAndLayers.preset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 89088565468c59741833448794335168 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2655988077585873504 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/OPEN ME/README.txt.meta b/Assets/Plugins/Character Controller Pro/OPEN ME/README.txt.meta new file mode 100644 index 000000000..661902cdf --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/OPEN ME/README.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d027b5b63d4440f439a5b31dfc3b4b76 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities.meta b/Assets/Plugins/Character Controller Pro/Utilities.meta new file mode 100644 index 000000000..dee9b036d --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db87f9561fc6b7c4198a2bc460d4855f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Resources.meta b/Assets/Plugins/Character Controller Pro/Utilities/Resources.meta new file mode 100644 index 000000000..ec59a1feb --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4b47957e5b6bf9d4db67aafd30ed22cb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Resources/Icons.meta b/Assets/Plugins/Character Controller Pro/Utilities/Resources/Icons.meta new file mode 100644 index 000000000..bb6486991 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Resources/Icons.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 87585c518f300524badb87def4e41b9c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Resources/Icons/whiteArrowFilledIcon.png.meta b/Assets/Plugins/Character Controller Pro/Utilities/Resources/Icons/whiteArrowFilledIcon.png.meta new file mode 100644 index 000000000..510ea6226 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Resources/Icons/whiteArrowFilledIcon.png.meta @@ -0,0 +1,88 @@ +fileFormatVersion: 2 +guid: e6ff0d559ec38b448a48acf44b1ac838 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts.meta new file mode 100644 index 000000000..20b9c04ed --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3548ad2d3a22f6f4388c0a50e425ca26 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BooleanButtonAttribute.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BooleanButtonAttribute.cs.meta new file mode 100644 index 000000000..c77794f22 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BooleanButtonAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 82ede28fae5fc624d91814e6fe67ed33 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BooleanButtonAttributeEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BooleanButtonAttributeEditor.cs.meta new file mode 100644 index 000000000..998443296 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BooleanButtonAttributeEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7afb6a14b51503e49824a942dae7684c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BoxColliderComponent2D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BoxColliderComponent2D.cs.meta new file mode 100644 index 000000000..8d8df45ce --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BoxColliderComponent2D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a6795a6b4ddee3a4780e0b0283715bc6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BoxColliderComponent3D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BoxColliderComponent3D.cs.meta new file mode 100644 index 000000000..76e5e0bdb --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BoxColliderComponent3D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 349ecf187e3c6c544b8563228c7c5f8f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector2Attribute.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector2Attribute.cs.meta new file mode 100644 index 000000000..46aab37b9 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector2Attribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b194ac165555fe34eb9cd5144428a8a0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector2AttributeEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector2AttributeEditor.cs.meta new file mode 100644 index 000000000..885ed53a9 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector2AttributeEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 36627fb7897b89248a2c17fb17fa5188 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector3Attribute.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector3Attribute.cs.meta new file mode 100644 index 000000000..dee859e50 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector3Attribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7f282f3f4b6f23045afeb213ddc4fa1e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector3AttributeEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector3AttributeEditor.cs.meta new file mode 100644 index 000000000..136e33b22 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/BreakVector3AttributeEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 97a528a443a9845448b4935fd9ad5c14 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CapsuleColliderComponent2D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CapsuleColliderComponent2D.cs.meta new file mode 100644 index 000000000..495cfd7f5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CapsuleColliderComponent2D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ebb85ffbe0c039944b1de219ce635098 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CapsuleColliderComponent3D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CapsuleColliderComponent3D.cs.meta new file mode 100644 index 000000000..ac83c7875 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CapsuleColliderComponent3D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 69ceab69225aa8f44a0ecb6ab7c29c24 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent.cs.meta new file mode 100644 index 000000000..ce140e349 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 622ee02aae1b4f24dbbc6d5295fb5809 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent2D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent2D.cs.meta new file mode 100644 index 000000000..d68fb4409 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent2D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d93957ece01d1dc4fb66f8ef540ab08c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent3D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent3D.cs.meta new file mode 100644 index 000000000..12abc1ce8 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ColliderComponent3D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cf33f9fc7249781428e26579da468b6c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ConditionAttribute.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ConditionAttribute.cs.meta new file mode 100644 index 000000000..b7a340d8b --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ConditionAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3d81a543ca0f9dd4aa9ea86a099191a1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/Contact.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/Contact.cs.meta new file mode 100644 index 000000000..f01bcaf4d --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/Contact.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6dc35fd91a283ab4dab69998955376b2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomClassDrawer.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomClassDrawer.cs.meta new file mode 100644 index 000000000..8442bd27f --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomClassDrawer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6406c2bcbdaa2eb4c99bbba878db9d6d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomClassDrawerEditor.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomClassDrawerEditor.cs.meta new file mode 100644 index 000000000..c5bd01283 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomClassDrawerEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9df40b14f4799d944b316ae0647766b1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomHeaderAttribute.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomHeaderAttribute.cs.meta new file mode 100644 index 000000000..2e3094cc8 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomHeaderAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 79e6006b9c8600446bd4d843489619d5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomUtilities.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomUtilities.cs.meta new file mode 100644 index 000000000..01a20c675 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/CustomUtilities.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3d7b4c9f317af494fa10a74e6d9694f2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ExpandAttribute.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ExpandAttribute.cs.meta new file mode 100644 index 000000000..7b9fc8f90 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ExpandAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b7665c0d9914f8a4d8f4f2b155654300 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HelpBoxAttribute.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HelpBoxAttribute.cs.meta new file mode 100644 index 000000000..35ca20726 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HelpBoxAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 51b1e5e82f4522f489b567896d601f6c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HitInfo.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HitInfo.cs.meta new file mode 100644 index 000000000..f9ff61fe1 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HitInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 24db967b4ebb6be40ab212cfe610ee71 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HitInfoFilter.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HitInfoFilter.cs.meta new file mode 100644 index 000000000..2f8d2c1c3 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/HitInfoFilter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bbaae1427f3f9e64fae496f8625e419c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent.cs.meta new file mode 100644 index 000000000..a196cd56d --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a483e2809a144724ba435f21efdab5ca +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent2D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent2D.cs.meta new file mode 100644 index 000000000..6077547d9 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent2D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3ad2d4aa604ae2f4d9ab2c17678bd06d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent3D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent3D.cs.meta new file mode 100644 index 000000000..e8d5c55b0 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsComponent3D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f91a1668fae72ab4cb2fe0b180db0a19 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsExtensions.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsExtensions.cs.meta new file mode 100644 index 000000000..07e55ec6f --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/PhysicsExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d36eab5d28cfbde49bfd32601e47e81a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ReadOnlyAttribute.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ReadOnlyAttribute.cs.meta new file mode 100644 index 000000000..b4f1673be --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/ReadOnlyAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6b262b3f495e136418908d38644c78e8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent.cs.meta new file mode 100644 index 000000000..3ed423b50 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d9c2e28b9ced5934d95c9e9057d3c845 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent2D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent2D.cs.meta new file mode 100644 index 000000000..928d650e2 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent2D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: db04d84acaf63194d893b602412a93aa +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent3D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent3D.cs.meta new file mode 100644 index 000000000..4810d9628 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/RigidbodyComponent3D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a98430d5e357def4b80b4eb8f5896ca9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/SphereColliderComponent2D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/SphereColliderComponent2D.cs.meta new file mode 100644 index 000000000..6471ef37d --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/SphereColliderComponent2D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8e09254eba4ba284fb0c97731b3d4b55 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/SphereColliderComponent3D.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/SphereColliderComponent3D.cs.meta new file mode 100644 index 000000000..19b68ded5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/SphereColliderComponent3D.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 23766fe2b76a70c43a1a722852ae3f71 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/Utilities/Scripts/Trigger.cs.meta b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/Trigger.cs.meta new file mode 100644 index 000000000..b6eba9cb5 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/Utilities/Scripts/Trigger.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 009b3157dd8edae49864661a3cf33294 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Character Controller Pro/com.lightbug.character-controller-pro.asmdef.meta b/Assets/Plugins/Character Controller Pro/com.lightbug.character-controller-pro.asmdef.meta new file mode 100644 index 000000000..2ca8516e6 --- /dev/null +++ b/Assets/Plugins/Character Controller Pro/com.lightbug.character-controller-pro.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2e7f0f7a8ee6e144db6fb95614c6d8fe +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen.meta b/Assets/Plugins/Fullscreen.meta new file mode 100644 index 000000000..7042e4e14 --- /dev/null +++ b/Assets/Plugins/Fullscreen.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6dcf0b2f410c280458dfba29aac04077 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor.meta b/Assets/Plugins/Fullscreen/Editor.meta new file mode 100644 index 000000000..c91576cc0 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: e88d8747d7da76847b620be9aa548d88 +folderAsset: yes +timeCreated: 1471207248 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/After.cs.meta b/Assets/Plugins/Fullscreen/Editor/After.cs.meta new file mode 100644 index 000000000..66fcd4d5d --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/After.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0e5019b6f2b222d42aa01853d0e67227 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Cmd.cs.meta b/Assets/Plugins/Fullscreen/Editor/Cmd.cs.meta new file mode 100644 index 000000000..358e95deb --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Cmd.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6754a626da46d9a788cf7f6da2f00106 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/DisableSceneView.cs.meta b/Assets/Plugins/Fullscreen/Editor/DisableSceneView.cs.meta new file mode 100644 index 000000000..ed1ac3d7b --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/DisableSceneView.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5148452bd855eb74cb938ba58e6ce9b3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Displays.meta b/Assets/Plugins/Fullscreen/Editor/Displays.meta new file mode 100644 index 000000000..4d6e9a2fc --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Displays.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 185b2b5b57344834298a7bbe0defe069 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Displays/DisplayInfo.windows.cs.meta b/Assets/Plugins/Fullscreen/Editor/Displays/DisplayInfo.windows.cs.meta new file mode 100644 index 000000000..bf7f0b7dd --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Displays/DisplayInfo.windows.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9e5f6f85a367fed4bbeabff3e3248d17 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Disposables.cs.meta b/Assets/Plugins/Fullscreen/Editor/Disposables.cs.meta new file mode 100644 index 000000000..4b1496c4c --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Disposables.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 214e5c575686ed341a4cee0e6716c8a3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FixGameViewMouseInput.cs.meta b/Assets/Plugins/Fullscreen/Editor/FixGameViewMouseInput.cs.meta new file mode 100644 index 000000000..c86a25247 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FixGameViewMouseInput.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 713b38e38f114da43b6c55d8c9bf5c5d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Fullscreen.cs.meta b/Assets/Plugins/Fullscreen/Editor/Fullscreen.cs.meta new file mode 100644 index 000000000..07c99970d --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Fullscreen.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 02b2fea24f2e74d40b0ea966449271f6 +timeCreated: 1508987359 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenCallbacks.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenCallbacks.cs.meta new file mode 100644 index 000000000..ae295d3a3 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenCallbacks.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cce9fa341a0d9e743960c6283b72e4d8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenContainer.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenContainer.cs.meta new file mode 100644 index 000000000..69feb93bc --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenContainer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d4d34183a65705a41a116cf6e52733a6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenContainerInternal.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenContainerInternal.cs.meta new file mode 100644 index 000000000..7526b32a8 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenContainerInternal.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bba1c99b7a0742446947224d1c0e961e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenOnPlay.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenOnPlay.cs.meta new file mode 100644 index 000000000..6a68a8868 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenOnPlay.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e246db13c913afe4aa7ca3064f3ee755 +timeCreated: 1509071892 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenPreferences.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenPreferences.cs.meta new file mode 100644 index 000000000..cf4f8b0b3 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenPreferences.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 75ef3c7b609ce8c409782a523b7ea64a +timeCreated: 1508376099 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenRects.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenRects.cs.meta new file mode 100644 index 000000000..17f1833b3 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenRects.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 6b84448503834b34ab16a1e3be4d97fd +timeCreated: 1509127111 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenUtility.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenUtility.cs.meta new file mode 100644 index 000000000..1e08a3d99 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenUtility.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 7b3d579b1fea3fe48a089150e74369a0 +timeCreated: 1508966650 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenView.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenView.cs.meta new file mode 100644 index 000000000..391b19f02 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenView.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 050fcc381b31f914db19a2e191357a66 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/FullscreenWindow.cs.meta b/Assets/Plugins/Fullscreen/Editor/FullscreenWindow.cs.meta new file mode 100644 index 000000000..ae31789a4 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/FullscreenWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3b311009b9693cf4f89b79d7ce034d70 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/GameViewLowResolutionAspectRatios.cs.meta b/Assets/Plugins/Fullscreen/Editor/GameViewLowResolutionAspectRatios.cs.meta new file mode 100644 index 000000000..43352c66f --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/GameViewLowResolutionAspectRatios.cs.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5a92ff5ca1709dd43bd7675f90970e44 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/GameViewVSync.cs.meta b/Assets/Plugins/Fullscreen/Editor/GameViewVSync.cs.meta new file mode 100644 index 000000000..74ab5f427 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/GameViewVSync.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dee0189166f305e43b19aa0dea5568c2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/GlobalToolbarHiding.cs.meta b/Assets/Plugins/Fullscreen/Editor/GlobalToolbarHiding.cs.meta new file mode 100644 index 000000000..4d4a7d81d --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/GlobalToolbarHiding.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2d6d3d596f5ac6a45a6a4b9fc0f431c2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Integration.cs.meta b/Assets/Plugins/Fullscreen/Editor/Integration.cs.meta new file mode 100644 index 000000000..6c4b7c4cd --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Integration.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c3d15b472fc220e4aa5fa2cb88e3b16c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/InternalTypes.cs.meta b/Assets/Plugins/Fullscreen/Editor/InternalTypes.cs.meta new file mode 100644 index 000000000..498b59d81 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/InternalTypes.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: af47dde264c784a49afe8110a07f82c8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/KeepFullscreenBelow.cs.meta b/Assets/Plugins/Fullscreen/Editor/KeepFullscreenBelow.cs.meta new file mode 100644 index 000000000..ff6247376 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/KeepFullscreenBelow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d0e2f75c74537fd47ba55a34fa3fd7ef +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Linux.meta b/Assets/Plugins/Fullscreen/Editor/Linux.meta new file mode 100644 index 000000000..3e4c33a7f --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Linux.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f159b5c7b27f37c1cac894c9b84d8069 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Linux/NativeFullscreenHook.cs.meta b/Assets/Plugins/Fullscreen/Editor/Linux/NativeFullscreenHook.cs.meta new file mode 100644 index 000000000..984106e97 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Linux/NativeFullscreenHook.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 848050aee5eb0cd9f904d899474c60d1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Linux/wmctrl.cs.meta b/Assets/Plugins/Fullscreen/Editor/Linux/wmctrl.cs.meta new file mode 100644 index 000000000..f634e8984 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Linux/wmctrl.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8385b56377b3215b59deee56f21c295b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Logger.cs.meta b/Assets/Plugins/Fullscreen/Editor/Logger.cs.meta new file mode 100644 index 000000000..5db6b4006 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Logger.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 10b1d1ff89b6766448444cad56571715 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/MenuItems.cs.meta b/Assets/Plugins/Fullscreen/Editor/MenuItems.cs.meta new file mode 100644 index 000000000..828a180af --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/MenuItems.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 52ca7a5600c87a844b5f81e0ec14bd7e +timeCreated: 1509037117 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Patcher.cs.meta b/Assets/Plugins/Fullscreen/Editor/Patcher.cs.meta new file mode 100644 index 000000000..ed9ab7331 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Patcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fa394636ccd0ab449adc0275212a1707 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/PlaceholderWindow.cs.meta b/Assets/Plugins/Fullscreen/Editor/PlaceholderWindow.cs.meta new file mode 100644 index 000000000..24b9a1e1b --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/PlaceholderWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 88d5675826e7edf4e8642372ea3fe9da +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/PrefItem.cs.meta b/Assets/Plugins/Fullscreen/Editor/PrefItem.cs.meta new file mode 100644 index 000000000..b5675db2e --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/PrefItem.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 4122d1a6d249e2845aa5f93eb83c2b50 +timeCreated: 1508428743 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/ReflectionUtility.cs.meta b/Assets/Plugins/Fullscreen/Editor/ReflectionUtility.cs.meta new file mode 100644 index 000000000..96bf3ab0d --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/ReflectionUtility.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: bf03c2f7a14d3bf4da513b03829e3157 +timeCreated: 1508968711 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Shortcut.cs.meta b/Assets/Plugins/Fullscreen/Editor/Shortcut.cs.meta new file mode 100644 index 000000000..acad4a181 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Shortcut.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 88013eba7392a9e418e55e3229a5f144 +timeCreated: 1508377869 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/ViewPyramid.cs.meta b/Assets/Plugins/Fullscreen/Editor/ViewPyramid.cs.meta new file mode 100644 index 000000000..a6217406d --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/ViewPyramid.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 26219245258051b44a2dc559b5e5584f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Windows.meta b/Assets/Plugins/Fullscreen/Editor/Windows.meta new file mode 100644 index 000000000..7e039541b --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Windows.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ad11a5b026b2b8244849852d5718d291 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Windows/GDI32.cs.meta b/Assets/Plugins/Fullscreen/Editor/Windows/GDI32.cs.meta new file mode 100644 index 000000000..e692ddfdd --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Windows/GDI32.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d2e63aa031b326e4c932e1015ea72da1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Windows/ShCore.cs.meta b/Assets/Plugins/Fullscreen/Editor/Windows/ShCore.cs.meta new file mode 100644 index 000000000..edc93d4f2 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Windows/ShCore.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 452ce41cefb917e42b0f681115e84f84 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Windows/Structs.cs.meta b/Assets/Plugins/Fullscreen/Editor/Windows/Structs.cs.meta new file mode 100644 index 000000000..7df08e8ff --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Windows/Structs.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dd1767e9696fe0a4ca0d7d06b1384272 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Editor/Windows/User32.cs.meta b/Assets/Plugins/Fullscreen/Editor/Windows/User32.cs.meta new file mode 100644 index 000000000..6d1a9e7f6 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Editor/Windows/User32.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2d1661fb151eb4d48a4dc4e4294a3351 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/FullscreenEditor.asmdef.meta b/Assets/Plugins/Fullscreen/FullscreenEditor.asmdef.meta new file mode 100644 index 000000000..5652664b0 --- /dev/null +++ b/Assets/Plugins/Fullscreen/FullscreenEditor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 838d3286f0973344ab6e99d3951012f7 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Fullscreen/Readme.pdf.meta b/Assets/Plugins/Fullscreen/Readme.pdf.meta new file mode 100644 index 000000000..97c083f18 --- /dev/null +++ b/Assets/Plugins/Fullscreen/Readme.pdf.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 0c3e30c36dfe6484c88009ed994d43a6 +timeCreated: 1510520595 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2.meta b/Assets/Plugins/Hierarchy 2.meta new file mode 100644 index 000000000..471376e0a --- /dev/null +++ b/Assets/Plugins/Hierarchy 2.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f8ed3686c6ccca24488245fbeab231f9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/DOCUMENTATION.pdf.meta b/Assets/Plugins/Hierarchy 2/DOCUMENTATION.pdf.meta new file mode 100644 index 000000000..399edef33 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/DOCUMENTATION.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c2e2e3ada9603d14498e83bcaffd0262 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Documentation.meta b/Assets/Plugins/Hierarchy 2/Documentation.meta new file mode 100644 index 000000000..640bc9b1f --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Documentation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d6b6ed63a44dd4e0b9e9de96d34d9930 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Documentation/Documentation Online.url.meta b/Assets/Plugins/Hierarchy 2/Documentation/Documentation Online.url.meta new file mode 100644 index 000000000..5ab1ff6f1 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Documentation/Documentation Online.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 05f4a9095f69c4ec6bc8fb97dcdbacfb +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Documentation/Documentation PDF.url.meta b/Assets/Plugins/Hierarchy 2/Documentation/Documentation PDF.url.meta new file mode 100644 index 000000000..9dced4a53 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Documentation/Documentation PDF.url.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6e3af944b32d74aaa9bd0bb1850bed61 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Documentation/Kronnect Assets.pdf.meta b/Assets/Plugins/Hierarchy 2/Documentation/Kronnect Assets.pdf.meta new file mode 100644 index 000000000..90d0c870e --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Documentation/Kronnect Assets.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 782ce379ea1624a349b1c53de1f90c95 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor Resources.meta b/Assets/Plugins/Hierarchy 2/Editor Resources.meta new file mode 100644 index 000000000..516ac5365 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1e68c9b52ed61d94f9887984abc6921e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor Resources/Icons.meta b/Assets/Plugins/Hierarchy 2/Editor Resources/Icons.meta new file mode 100644 index 000000000..f6f17d330 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor Resources/Icons.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d7700bb5f0b97f44bbc416ac8056a0a3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_I.png.meta b/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_I.png.meta new file mode 100644 index 000000000..0a2a609b1 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_I.png.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 62535b6c7266bf440b9aa800596c7806 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_L.png.meta b/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_L.png.meta new file mode 100644 index 000000000..3ea073e4c --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_L.png.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: bf7e68a3f72eea64f831f21ac8405a1c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_T.png.meta b/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_T.png.meta new file mode 100644 index 000000000..26d25cda9 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor Resources/Icons/icon_branch_T.png.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: 133b094552954f64aa4f77e744113d9a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 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: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor.meta b/Assets/Plugins/Hierarchy 2/Editor.meta new file mode 100644 index 000000000..c0378a970 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5b297258e787663469fbf5453149913e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/Hierarchy2.Editor.asmdef.meta b/Assets/Plugins/Hierarchy 2/Editor/Hierarchy2.Editor.asmdef.meta new file mode 100644 index 000000000..cbc9a6629 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/Hierarchy2.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b17f1efeae860a940881c042d852487a +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/HierarchyEditor.cs.meta b/Assets/Plugins/Hierarchy 2/Editor/HierarchyEditor.cs.meta new file mode 100644 index 000000000..40db648c8 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/HierarchyEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 08cb8ab4ed87d60439f82d715b16a0af +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/HierarchyFolderEditor.cs.meta b/Assets/Plugins/Hierarchy 2/Editor/HierarchyFolderEditor.cs.meta new file mode 100644 index 000000000..e07702dd4 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/HierarchyFolderEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0e784e5dab34294449a18bdedb9ecafe +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/HierarchyResources.cs.meta b/Assets/Plugins/Hierarchy 2/Editor/HierarchyResources.cs.meta new file mode 100644 index 000000000..5317659f4 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/HierarchyResources.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 69af6b3b1c5f59247bb9c330c0823d71 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/HierarchySettings.cs.meta b/Assets/Plugins/Hierarchy 2/Editor/HierarchySettings.cs.meta new file mode 100644 index 000000000..07485025a --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/HierarchySettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8b7bbe92ee6f2f74ab6bb3656648fd63 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/InstantInspector.cs.meta b/Assets/Plugins/Hierarchy 2/Editor/InstantInspector.cs.meta new file mode 100644 index 000000000..dc4a2cffc --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/InstantInspector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4491b327f03d38443b1b5c3f6fad3329 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/Resources.asset.meta b/Assets/Plugins/Hierarchy 2/Editor/Resources.asset.meta new file mode 100644 index 000000000..8b45fbefa --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/Resources.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 06295d1253ebf5245be30f68aa61bb1e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/SceneRenamePopup.cs.meta b/Assets/Plugins/Hierarchy 2/Editor/SceneRenamePopup.cs.meta new file mode 100644 index 000000000..1d537ebc0 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/SceneRenamePopup.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a142028896e06434b8d63f0c31948dec +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/SelectionsRenamePopup.cs.meta b/Assets/Plugins/Hierarchy 2/Editor/SelectionsRenamePopup.cs.meta new file mode 100644 index 000000000..e0f9b5dea --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/SelectionsRenamePopup.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9d6dd7e0c736b084dae6f67d6f7f733e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Editor/Settings.asset.meta b/Assets/Plugins/Hierarchy 2/Editor/Settings.asset.meta new file mode 100644 index 000000000..2ac19a085 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Editor/Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 99cc404c2f8083044818702a42a143e4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Runtime.meta b/Assets/Plugins/Hierarchy 2/Runtime.meta new file mode 100644 index 000000000..7f7d5f2a5 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bc879f517a2027242b1b1cdae088de61 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Runtime/Hierarchy2.Runtime.asmdef.meta b/Assets/Plugins/Hierarchy 2/Runtime/Hierarchy2.Runtime.asmdef.meta new file mode 100644 index 000000000..cb81fa30f --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Runtime/Hierarchy2.Runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 301929b7186ac9542b7511b3e4692309 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Runtime/HierarchyFolder.cs.meta b/Assets/Plugins/Hierarchy 2/Runtime/HierarchyFolder.cs.meta new file mode 100644 index 000000000..21e83c756 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Runtime/HierarchyFolder.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4b0f7103e5aae6a48b28d0e1dd07ad07 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Runtime/Texture2DExtensions.cs.meta b/Assets/Plugins/Hierarchy 2/Runtime/Texture2DExtensions.cs.meta new file mode 100644 index 000000000..52032d86f --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Runtime/Texture2DExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d494eb5399fa0ab48a22baaf16f73661 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Runtime/UIElements.cs.meta b/Assets/Plugins/Hierarchy 2/Runtime/UIElements.cs.meta new file mode 100644 index 000000000..c24de2fdb --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Runtime/UIElements.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 07fa4e2d31e2e3747bf611e244cde4b6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Hierarchy 2/Runtime/VisualElementExstensions.cs.meta b/Assets/Plugins/Hierarchy 2/Runtime/VisualElementExstensions.cs.meta new file mode 100644 index 000000000..78e198f60 --- /dev/null +++ b/Assets/Plugins/Hierarchy 2/Runtime/VisualElementExstensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4507fa051b982c14fbad087a44b2da52 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus.meta b/Assets/Plugins/HighlightPlus.meta new file mode 100644 index 000000000..a3bbead6d --- /dev/null +++ b/Assets/Plugins/HighlightPlus.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 5db7164e964ae4c6b82d2283320ad13d +folderAsset: yes +timeCreated: 1557315954 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Editor.meta b/Assets/Plugins/HighlightPlus/Editor.meta new file mode 100644 index 000000000..dbe74023c --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Editor.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: c1cfaabf0583f44b4871807a898aaf31 +folderAsset: yes +timeCreated: 1542886534 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Editor/HighlightEffectEditor.cs.meta b/Assets/Plugins/HighlightPlus/Editor/HighlightEffectEditor.cs.meta new file mode 100644 index 000000000..4c1a7dc6e --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Editor/HighlightEffectEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: be287539f47634552a716f0705710448 +timeCreated: 1542886545 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Editor/HighlightManagerEditor.cs.meta b/Assets/Plugins/HighlightPlus/Editor/HighlightManagerEditor.cs.meta new file mode 100644 index 000000000..7edb76b6b --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Editor/HighlightManagerEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ace58d1d278d649c98e5a2b5a066b3cd +timeCreated: 1548711355 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Editor/HighlightPlus.Editor.asmdef.meta b/Assets/Plugins/HighlightPlus/Editor/HighlightPlus.Editor.asmdef.meta new file mode 100644 index 000000000..5db3f4e47 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Editor/HighlightPlus.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 130b8f84c628cbd43a142f7134fa0099 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Editor/HighlightProfileEditor.cs.meta b/Assets/Plugins/HighlightPlus/Editor/HighlightProfileEditor.cs.meta new file mode 100644 index 000000000..dfa2e441c --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Editor/HighlightProfileEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b3b0e551d6f4f4f3987e8e5be2e89285 +timeCreated: 1542886545 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Editor/HighlightSeeThroughOccluderEditor.cs.meta b/Assets/Plugins/HighlightPlus/Editor/HighlightSeeThroughOccluderEditor.cs.meta new file mode 100644 index 000000000..0edc1b044 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Editor/HighlightSeeThroughOccluderEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 11e725ecbe4d74569b232e1a0d57efba +timeCreated: 1548711355 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Editor/HighlightTriggerEditor.cs.meta b/Assets/Plugins/HighlightPlus/Editor/HighlightTriggerEditor.cs.meta new file mode 100644 index 000000000..fa1a7143e --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Editor/HighlightTriggerEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: eaf7f56fbcfa343efb5081d4309cb76b +timeCreated: 1548711355 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Editor/TransparentWithDepth.cs.meta b/Assets/Plugins/HighlightPlus/Editor/TransparentWithDepth.cs.meta new file mode 100644 index 000000000..7221edbd0 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Editor/TransparentWithDepth.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: be6e3be6d17ed49a3bd16d816815d6fd +timeCreated: 1515683694 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/README.txt.meta b/Assets/Plugins/HighlightPlus/README.txt.meta new file mode 100644 index 000000000..a386b105a --- /dev/null +++ b/Assets/Plugins/HighlightPlus/README.txt.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 53265a9967ed548efaf71f5807638781 +timeCreated: 1542901568 +licenseType: Store +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime.meta b/Assets/Plugins/HighlightPlus/Runtime.meta new file mode 100644 index 000000000..c95baa044 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a233cc5176ac642f89469b5d4c676c89 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/HighlightPlus.Runtime.asmdef.meta b/Assets/Plugins/HighlightPlus/Runtime/HighlightPlus.Runtime.asmdef.meta new file mode 100644 index 000000000..34ac2a526 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/HighlightPlus.Runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: cdae15f273c5e2d45b4b37ef38273b86 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources.meta new file mode 100644 index 000000000..7a6440c1c --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 3a476022645d74299b862c36d0daa1df +folderAsset: yes +timeCreated: 1542876301 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus.meta new file mode 100644 index 000000000..85f2d99df --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 6bd97436761b94109a0785ed6823647c +folderAsset: yes +timeCreated: 1542893576 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/CustomVertexTransform.cginc.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/CustomVertexTransform.cginc.meta new file mode 100644 index 000000000..00350b8c9 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/CustomVertexTransform.cginc.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 26b31a85c4f4c4b11850968651dddfeb +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightAddDepth.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightAddDepth.shader.meta new file mode 100644 index 000000000..1857474e6 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightAddDepth.shader.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 058a572e30b2d446bade2dda32bcef0f +timeCreated: 1515682635 +licenseType: Store +ShaderImporter: + externalObjects: {} + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightBlurGlow.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightBlurGlow.shader.meta new file mode 100644 index 000000000..32335c20e --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightBlurGlow.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 84c84ee93ec484bdda371ffbdebfcc7c +timeCreated: 1556874239 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightBlurOutline.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightBlurOutline.shader.meta new file mode 100644 index 000000000..31a942bff --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightBlurOutline.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 74f3491dcf1224f0c91238381c035439 +timeCreated: 1556874239 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightClearStencil.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightClearStencil.shader.meta new file mode 100644 index 000000000..39152518a --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightClearStencil.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 844773224daae4c31a9160897f833c5b +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightComposeGlow.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightComposeGlow.shader.meta new file mode 100644 index 000000000..186a4c954 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightComposeGlow.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 975a91ee935da4d9c8a3e807fecd8047 +timeCreated: 1544699251 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightComposeOutline.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightComposeOutline.shader.meta new file mode 100644 index 000000000..ced1aa18d --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightComposeOutline.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 0a6de74b6cfa9440182f8f56e4a0e4f1 +timeCreated: 1544699251 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightGlow.mat.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightGlow.mat.meta new file mode 100644 index 000000000..43f7b20e5 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightGlow.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 41672e7b4c6544aedbffb9e271c7ef7c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightGlow.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightGlow.shader.meta new file mode 100644 index 000000000..f4794319a --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightGlow.shader.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 049d9e75e07674a78a703cf1203c07dd +ShaderImporter: + externalObjects: {} + defaultTextures: + - _MainTex: {instanceID: 0} + - _NoiseTex: {fileID: 2800000, guid: 12319e92c3b5b45d193b1fe41ed05a1f, type: 3} + nonModifiableTextures: [] + preprocessorOverride: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightIconFX.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightIconFX.shader.meta new file mode 100644 index 000000000..11d9a2ecc --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightIconFX.shader.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 102d0b94573b248649f49d8cf8cc8fa1 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + preprocessorOverride: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightInnerGlow.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightInnerGlow.shader.meta new file mode 100644 index 000000000..d52a3f3f5 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightInnerGlow.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: e5a069457bd344391acd5af227c0ce11 +timeCreated: 1544699250 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightMask.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightMask.shader.meta new file mode 100644 index 000000000..54d55089c --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightMask.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: e694fa934b6db4a00b8d4b9887115332 +timeCreated: 1544699251 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOccluder.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOccluder.shader.meta new file mode 100644 index 000000000..b5eca912c --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOccluder.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 229baf997355a43cda580dd4cf86b71e +timeCreated: 1544699251 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOutline.mat.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOutline.mat.meta new file mode 100644 index 000000000..2b0dc0b0c --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOutline.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 580895c3d590f4760ba7d0ee2a5dc624 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOutline.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOutline.shader.meta new file mode 100644 index 000000000..14bfdeb4b --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOutline.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: cbbf740e9c8644e8492d08b1a3fd0203 +timeCreated: 1544699250 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOverlay.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOverlay.shader.meta new file mode 100644 index 000000000..80f163688 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightOverlay.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: d17a98d19ada34bb7b4f86130e590159 +timeCreated: 1544699250 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightPlusDepthWrite.mat.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightPlusDepthWrite.mat.meta new file mode 100644 index 000000000..7ce4eb288 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightPlusDepthWrite.mat.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 825cb444e111842cf97788cbb7583edd +timeCreated: 1546857910 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThrough.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThrough.shader.meta new file mode 100644 index 000000000..8312b80fb --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThrough.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 47198bbf0b2a44882aceef6af17a467d +timeCreated: 1544699250 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThroughBorder.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThroughBorder.shader.meta new file mode 100644 index 000000000..202bec656 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThroughBorder.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: fe0a98aa774224cf1bc4a800a586a33a +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThroughMask.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThroughMask.shader.meta new file mode 100644 index 000000000..da76823f7 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSeeThroughMask.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 457d76fdfc7c4472faeb0297c0edab29 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSolidColor.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSolidColor.shader.meta new file mode 100644 index 000000000..37f54c59c --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightSolidColor.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 77643996218224478a471439e0ea5fb4 +timeCreated: 1544699251 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightTarget.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightTarget.shader.meta new file mode 100644 index 000000000..d768e87d4 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightTarget.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 54328cae8f89d442da972097ce4f23d9 +timeCreated: 1544699250 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightUIMask.mat.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightUIMask.mat.meta new file mode 100644 index 000000000..e4c879a5b --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightUIMask.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 779128a8e84b44d4db81443c424af511 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightUIMask.shader.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightUIMask.shader.meta new file mode 100644 index 000000000..693ec2ba2 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/HighlightUIMask.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 3e461a1484e2948598abca48b53d8b58 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/IconMesh.fbx.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/IconMesh.fbx.meta new file mode 100644 index 000000000..746504b9d --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/IconMesh.fbx.meta @@ -0,0 +1,106 @@ +fileFormatVersion: 2 +guid: 0619ab933f4044ef7bca0b64517837b3 +ModelImporter: + serializedVersion: 21300 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + 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: 0.2 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 1 + tangentImportMode: 2 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 3 + referencedClips: [] + importAnimation: 0 + 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: 0.2 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/blueNoiseVL.png.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/blueNoiseVL.png.meta new file mode 100644 index 000000000..ecbca9259 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/blueNoiseVL.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 12319e92c3b5b45d193b1fe41ed05a1f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + 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: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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 + - serializedVersion: 3 + buildTarget: Server + 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: Android + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/target.png.meta b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/target.png.meta new file mode 100644 index 000000000..77c6102b2 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Resources/HighlightPlus/target.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 1de3c566a6c8c405b9f6f453137273ec +timeCreated: 1555360741 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: iPhone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts.meta new file mode 100644 index 000000000..1682aa499 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 89ce39cd6bb34454bbaf48f1d111f236 +folderAsset: yes +timeCreated: 1542876305 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffect.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffect.cs.meta new file mode 100644 index 000000000..5bc1ff6fc --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffect.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 888380afc233049ce9e618f9f36c8ba8 +timeCreated: 1545593776 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 900 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffectActions.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffectActions.cs.meta new file mode 100644 index 000000000..12aa7a749 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffectActions.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: e749f80d0d29a49d49d6e0f4752065cd +timeCreated: 1542876337 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffectOccluderManager.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffectOccluderManager.cs.meta new file mode 100644 index 000000000..bd8680df3 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightEffectOccluderManager.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d0bc1f04199a64e66ae9630062b3a6ad +timeCreated: 1542876337 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightManager.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightManager.cs.meta new file mode 100644 index 000000000..02ba108fd --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightManager.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: af4d46fd89b9543e5be2358ac0c9ced0 +timeCreated: 1542876337 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightPlusRenderPassFeature.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightPlusRenderPassFeature.cs.meta new file mode 100644 index 000000000..3af9ec87f --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightPlusRenderPassFeature.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 473a86c9e274347dfbdde619584cebe9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightProfile.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightProfile.cs.meta new file mode 100644 index 000000000..f269c7ce6 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightProfile.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 8e9253636bf2648bd813257f451f8486 +timeCreated: 1549831900 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightSeeThroughOccluder.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightSeeThroughOccluder.cs.meta new file mode 100644 index 000000000..6d02b1622 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightSeeThroughOccluder.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 8dd965ceab19c4729a9dabd8aeb2972a +timeCreated: 1542876337 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightTrigger.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightTrigger.cs.meta new file mode 100644 index 000000000..630204a89 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/HighlightTrigger.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 5009cbb7e54994bb586cde7a70f34e6b +timeCreated: 1542876337 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/InputProxy.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/InputProxy.cs.meta new file mode 100644 index 000000000..954705eb2 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/InputProxy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 22dd181849f53482686b5c26304410c2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/Misc.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/Misc.cs.meta new file mode 100644 index 000000000..71f90ccbb --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/Misc.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a87ac1812c2d44355a6c2acddcdd42ea +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/RenderingUtils.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/RenderingUtils.cs.meta new file mode 100644 index 000000000..f0a47f147 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/RenderingUtils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 95fcf366e400b4f79938bee11ff1ddc0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/ShaderParams.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/ShaderParams.cs.meta new file mode 100644 index 000000000..39d981de9 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/ShaderParams.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0c43adc34509547febe8181a2de00da5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/HighlightPlus/Runtime/Scripts/VRCheck.cs.meta b/Assets/Plugins/HighlightPlus/Runtime/Scripts/VRCheck.cs.meta new file mode 100644 index 000000000..6bdc7e525 --- /dev/null +++ b/Assets/Plugins/HighlightPlus/Runtime/Scripts/VRCheck.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c5a7be65460ba4182b08a8f602571e25 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset.meta b/Assets/Plugins/Le Tai's Asset.meta new file mode 100644 index 000000000..7d065de6e --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e19c45ca12bbd234b8358c1aff8ca8f9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage.meta new file mode 100644 index 000000000..09b769a9a --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: f7d17cc01badd084cb6b9f7806e16fc6 +folderAsset: yes +timeCreated: 1474981563 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/CHANGELOG.txt.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/CHANGELOG.txt.meta new file mode 100644 index 000000000..e131f1f8c --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/CHANGELOG.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c5a3f80713b8e364e883263b67113edf +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/LeTai.TranslucentImage.asmdef.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/LeTai.TranslucentImage.asmdef.meta new file mode 100644 index 000000000..1d16a8f56 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/LeTai.TranslucentImage.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: ff218ee40fe2b8648ab3234d56415557 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Material.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Material.meta new file mode 100644 index 000000000..d68ecc2cb --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Material.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb706d61f651d684c9203dc86e5f7331 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Material/Default-Translucent.mat.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Material/Default-Translucent.mat.meta new file mode 100644 index 000000000..e389dca20 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Material/Default-Translucent.mat.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 96c5704d0681e35408630c488fc0c234 +labels: +- TranslucentImageResource +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Offline Documentation.pdf.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Offline Documentation.pdf.meta new file mode 100644 index 000000000..2ddeaf34d --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Offline Documentation.pdf.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 92a39630ef232a9459d20d55dd312799 +timeCreated: 1541066439 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Online Documentation (recommended).txt.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Online Documentation (recommended).txt.meta new file mode 100644 index 000000000..fc696058d --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Online Documentation (recommended).txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 54274fce3b51a88468a41e332f5de0a5 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources.meta new file mode 100644 index 000000000..e63c56cd2 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 3c261078fb1a4da458b96776e33f88b1 +folderAsset: yes +timeCreated: 1474981572 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/EfficientBlur.shader.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/EfficientBlur.shader.meta new file mode 100644 index 000000000..3720bb138 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/EfficientBlur.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 12e87e7c7fde8e74db9f75172456c5c3 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/FillCrop.shader.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/FillCrop.shader.meta new file mode 100644 index 000000000..ad141fe2c --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/FillCrop.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: d996ab4381100014d99e25e68e9aac84 +timeCreated: 1540802700 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/TranslucentImage.shader.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/TranslucentImage.shader.meta new file mode 100644 index 000000000..3d520ada0 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/TranslucentImage.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: b1115addd36579a429d5e6b4ffae668d +timeCreated: 1539852404 +licenseType: Store +ShaderImporter: + defaultTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP.meta new file mode 100644 index 000000000..e613c20af --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bf78a7acb2cf96c468f81fe121a3301f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/EfficientBlur_UniversalRP.shader.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/EfficientBlur_UniversalRP.shader.meta new file mode 100644 index 000000000..c0149a3d1 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/EfficientBlur_UniversalRP.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 4a1d960bb7429ed49a23391385e9ca1b +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/FillCrop_UniversalRP.shader.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/FillCrop_UniversalRP.shader.meta new file mode 100644 index 000000000..c14e3f380 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/FillCrop_UniversalRP.shader.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: be9460e8089353c42b6ec727f6fc3140 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/lib.hlsl.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/lib.hlsl.meta new file mode 100644 index 000000000..922ac03eb --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/UniversalRP/lib.hlsl.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 005bb204b9b54cb7868e1aa065f00838 +timeCreated: 1562251098 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/common.hlsl.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/common.hlsl.meta new file mode 100644 index 000000000..9f13880eb --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/common.hlsl.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: a0f93ce7a1dcd4341947566d67947b0d +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/lib.cginc.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/lib.cginc.meta new file mode 100644 index 000000000..de53c29f8 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Resources/lib.cginc.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a8c68a14f2a58eb4eb95978229e5db5e +labels: +- TranslucentImageEditorResources +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script.meta new file mode 100644 index 000000000..1f6cfda15 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: f086af857f26faa4ea62ddf64d9f44ec +folderAsset: yes +timeCreated: 1474981551 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm.meta new file mode 100644 index 000000000..24ff80a6a --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: f164c4c349ef428f8c7537ba4218516d +timeCreated: 1560157255 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/BlurConfig.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/BlurConfig.cs.meta new file mode 100644 index 000000000..de700e726 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/BlurConfig.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5a1c97a4c20d4c698acd8a00210f69fe +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: c2fc80b7e20a4104db1297bcddfd83b5, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/IBlurAlgorithm.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/IBlurAlgorithm.cs.meta new file mode 100644 index 000000000..9b779400c --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/IBlurAlgorithm.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 6cf12665875748ef9dd9416b900b5143 +timeCreated: 1558514104 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/ScalableBlur.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/ScalableBlur.cs.meta new file mode 100644 index 000000000..f92e7bf20 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/ScalableBlur.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 4406fc9923f04f9caf40ac4f57cb0eba +timeCreated: 1558514023 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/ScalableBlurConfig.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/ScalableBlurConfig.cs.meta new file mode 100644 index 000000000..044e024ea --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/BlurAlgorithm/ScalableBlurConfig.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 510c61cdec524e86b647525bb5947f82 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: c2fc80b7e20a4104db1297bcddfd83b5, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor.meta new file mode 100644 index 000000000..ed819e6e2 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 1ffad624d21be844dbf9ce8159d864d1 +folderAsset: yes +timeCreated: 1475503998 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/EditorProperty.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/EditorProperty.cs.meta new file mode 100644 index 000000000..f0755b08b --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/EditorProperty.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a6efd34a11308a746bf9a43556eb283b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/LeTai.TranslucentImage.Editor.asmdef.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/LeTai.TranslucentImage.Editor.asmdef.meta new file mode 100644 index 000000000..70daa8539 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/LeTai.TranslucentImage.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4cd721a6e0b119447afc3819b9015b13 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/MenuIntegration.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/MenuIntegration.cs.meta new file mode 100644 index 000000000..3d8422d82 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/MenuIntegration.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 99feb6419b119464aa5a3ad6549ea73c +timeCreated: 1539852386 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources.meta new file mode 100644 index 000000000..3b81954ab --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ace044fc6a6bf3649a39e77c7a77f6c6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/BlurConfig Icon.png.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/BlurConfig Icon.png.meta new file mode 100644 index 000000000..dc79de4d8 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/BlurConfig Icon.png.meta @@ -0,0 +1,106 @@ +fileFormatVersion: 2 +guid: c2fc80b7e20a4104db1297bcddfd83b5 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/BlurSource Icon.png.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/BlurSource Icon.png.meta new file mode 100644 index 000000000..00971f812 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/BlurSource Icon.png.meta @@ -0,0 +1,106 @@ +fileFormatVersion: 2 +guid: 4bc9a290ca74e434499699e3db41c3f9 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/TranslucentImage Icon.png.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/TranslucentImage Icon.png.meta new file mode 100644 index 000000000..c685aeb1b --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Resources/TranslucentImage Icon.png.meta @@ -0,0 +1,106 @@ +fileFormatVersion: 2 +guid: 0764cd30e065b7340891d9f7f680a12f +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/ScalableBlurConfigEditor.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/ScalableBlurConfigEditor.cs.meta new file mode 100644 index 000000000..e4d918424 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/ScalableBlurConfigEditor.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 771a13bc1eb042bc9d4ad186dd99dda5 +timeCreated: 1560160054 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/ScenceGizmoAutoDisable.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/ScenceGizmoAutoDisable.cs.meta new file mode 100644 index 000000000..b85a8a122 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/ScenceGizmoAutoDisable.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: d3c5df780c45454e820502d48a07db97 +timeCreated: 1575814101 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/TranslucentImageEditor.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/TranslucentImageEditor.cs.meta new file mode 100644 index 000000000..ec98ff8fb --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/TranslucentImageEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 9a6952d1e37a4f0458848a0e61378de5 +timeCreated: 1539852386 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/TranslucentImageSourceEditor.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/TranslucentImageSourceEditor.cs.meta new file mode 100644 index 000000000..2444a5075 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/TranslucentImageSourceEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ec905d5b1e2c40f40b5cdd580f727f3e +timeCreated: 1539852387 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Unity2019ShaderCompilerBugWorkaround.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Unity2019ShaderCompilerBugWorkaround.cs.meta new file mode 100644 index 000000000..b9c28ae93 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Editor/Unity2019ShaderCompilerBugWorkaround.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: cb015e0abde84fd19af30c2bb2847361 +timeCreated: 1624351629 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImage.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImage.cs.meta new file mode 100644 index 000000000..d17204439 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImage.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 196bb08d6c2d3c9499c04e1281fd4ad3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: 0764cd30e065b7340891d9f7f680a12f, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageEditorEnhancement.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageEditorEnhancement.cs.meta new file mode 100644 index 000000000..9d9a53eac --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageEditorEnhancement.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 828a3ac0ed3540dbb2883fb9b58158a4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageMeshEffect.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageMeshEffect.cs.meta new file mode 100644 index 000000000..d432ebffe --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageMeshEffect.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0b05506e8cfa429f9ae909aab9a9e3e5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageSource.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageSource.cs.meta new file mode 100644 index 000000000..0607e8255 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TranslucentImageSource.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4ee01e66702087b4798e633ca34c7956 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: 4bc9a290ca74e434499699e3db41c3f9, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TrueShadowCompat.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TrueShadowCompat.cs.meta new file mode 100644 index 000000000..3005eba6f --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/TrueShadowCompat.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 11c1c8c5084246f884409330a477c153 +timeCreated: 1688045792 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP.meta new file mode 100644 index 000000000..e27bbb38b --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5fa3650b00009764888b5f90e8ec5241 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor.meta new file mode 100644 index 000000000..d22be6b2d --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bba7ceb326d957d49bbc675bdf0856c0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/LeTai.TranslucentImage.UniversalRP.Editor.asmdef.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/LeTai.TranslucentImage.UniversalRP.Editor.asmdef.meta new file mode 100644 index 000000000..a00429dc4 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/LeTai.TranslucentImage.UniversalRP.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: eba807230e676224b8e8e5b8859b2e7c +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/RendererFeatureChecker.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/RendererFeatureChecker.cs.meta new file mode 100644 index 000000000..f606557a0 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/RendererFeatureChecker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6d7c06f482aa58a4ea6d2e6f18f373b3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/TranslucentImageBlurSourceEditor.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/TranslucentImageBlurSourceEditor.cs.meta new file mode 100644 index 000000000..d923a55f6 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Editor/TranslucentImageBlurSourceEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6df7a801a41d7224f9848526015f4dd5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/LeTai.TranslucentImage.UniversalRP.asmdef.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/LeTai.TranslucentImage.UniversalRP.asmdef.meta new file mode 100644 index 000000000..7582a956c --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/LeTai.TranslucentImage.UniversalRP.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e646286fd75dc0f44bb2f84ffb34408d +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass.meta new file mode 100644 index 000000000..a567949fe --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 59db9d0cfd142494ab067fbfbb1f1b6a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurRenderPass.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurRenderPass.cs.meta new file mode 100644 index 000000000..df34f8889 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurRenderPass.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 05ed55b26a77f1b4aa7fc2236c80b9e8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: 4bc9a290ca74e434499699e3db41c3f9, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurRenderPassRenderGraph.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurRenderPassRenderGraph.cs.meta new file mode 100644 index 000000000..cb7f96a0a --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurRenderPassRenderGraph.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9c44d0c2822b4034b31007221f773f14 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurSource.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurSource.cs.meta new file mode 100644 index 000000000..3e10796e8 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/UniversalRP/Render Pass/TranslucentImageBlurSource.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c8e1eeeaa7fba944fb8e39c0af65b268 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: 4bc9a290ca74e434499699e3db41c3f9, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities.meta new file mode 100644 index 000000000..8d70dca02 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e922b2483fd9e164ebbd098b4e9f7822 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/BlurExecutor.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/BlurExecutor.cs.meta new file mode 100644 index 000000000..23c7328e5 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/BlurExecutor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8fff8a033240e1c4491e2587b6d285e9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/Extensions.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/Extensions.cs.meta new file mode 100644 index 000000000..014c4a9be --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/Extensions.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 29b4a2967894477c93934b7e21ce2d5b +timeCreated: 1558521365 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/ResizableScreenRect.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/ResizableScreenRect.cs.meta new file mode 100644 index 000000000..de70f23ce --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/ResizableScreenRect.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b71ecc50ad61ec745a62fe5d0c7f8810 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/ShaderId.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/ShaderId.cs.meta new file mode 100644 index 000000000..f9c9d7dee --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/ShaderId.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: e531f31ceeeb4a2d99d46564b2754c17 +timeCreated: 1558518328 \ No newline at end of file diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/Shims.cs.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/Shims.cs.meta new file mode 100644 index 000000000..c6b9ca6c2 --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/Script/Utilities/Shims.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: aa7ab5ec42143544499feb36b80d3720 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP README.txt.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP README.txt.meta new file mode 100644 index 000000000..19344eacd --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP README.txt.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b12c9ba0e5d5cab45a39404b57693e5b +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP support.unitypackage b/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP support.unitypackage new file mode 100644 index 000000000..028d75261 Binary files /dev/null and b/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP support.unitypackage differ diff --git a/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP support.unitypackage.meta b/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP support.unitypackage.meta new file mode 100644 index 000000000..9e552100a --- /dev/null +++ b/Assets/Plugins/Le Tai's Asset/TranslucentImage/UniversalRP support.unitypackage.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e45363610a59a4543a9793b3bf2be4aa +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio.meta b/Assets/Plugins/MeshCombineStudio.meta new file mode 100644 index 000000000..e558db748 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 624c6f876e2e65841b086d8dcf548661 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor.meta b/Assets/Plugins/MeshCombineStudio/Editor.meta new file mode 100644 index 000000000..e0464ca22 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: c4d37f9c7f8360a40a215fe21719c198 +folderAsset: yes +timeCreated: 1434883666 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/CombinedLODManagerEditor.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/CombinedLODManagerEditor.cs.meta new file mode 100644 index 000000000..911361b7c --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/CombinedLODManagerEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 7ef7cd9e299c4944eb153da2a7c31475 +timeCreated: 1505285793 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/DetectMeshImportSettingsChange.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/DetectMeshImportSettingsChange.cs.meta new file mode 100644 index 000000000..9595c9119 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/DetectMeshImportSettingsChange.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7699aab1f48b4bf4bac9ecf5ceece31d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/GUIDraw.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/GUIDraw.cs.meta new file mode 100644 index 000000000..049bcb85c --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/GUIDraw.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: adcd9501ac7d57d48bad76228fb8ec8c +timeCreated: 1505286253 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/LODGroupSetupEditor.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/LODGroupSetupEditor.cs.meta new file mode 100644 index 000000000..96dc1f7eb --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/LODGroupSetupEditor.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 3ef171e414f62184eba74f7056cb8999 +timeCreated: 1510472214 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/MeshCombineJobManagerEditor.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/MeshCombineJobManagerEditor.cs.meta new file mode 100644 index 000000000..2d78153a7 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/MeshCombineJobManagerEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: a1741cca49091f8468bea22cf3e838a4 +timeCreated: 1509644157 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/MeshCombineStudio.Editor.asmdef.meta b/Assets/Plugins/MeshCombineStudio/Editor/MeshCombineStudio.Editor.asmdef.meta new file mode 100644 index 000000000..e113706bf --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/MeshCombineStudio.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2d29071bd2fc2d648b6d4b02ca61e05e +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/MeshCombinerEditor.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/MeshCombinerEditor.cs.meta new file mode 100644 index 000000000..ea3fe6189 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/MeshCombinerEditor.cs.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 43b032503a6ec4e43a5ead762b8ff8b6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/ObjExporter.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/ObjExporter.cs.meta new file mode 100644 index 000000000..0bab14d6b --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/ObjExporter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 9a501084de9636c4b98254524aa63fc2 +timeCreated: 1504780640 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/Products.meta b/Assets/Plugins/MeshCombineStudio/Editor/Products.meta new file mode 100644 index 000000000..c015f2750 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/Products.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c0b354ce2a5b15340a6ce02258a30085 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/Products/MCSProducts.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/Products/MCSProducts.cs.meta new file mode 100644 index 000000000..e42b38650 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/Products/MCSProducts.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: c970ae7899a341c43af480593aa81d73 +timeCreated: 1606750666 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Editor/ReadMeEditor.cs.meta b/Assets/Plugins/MeshCombineStudio/Editor/ReadMeEditor.cs.meta new file mode 100644 index 000000000..b052e1b87 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Editor/ReadMeEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 695a9de9c2be7154b8c6d6ea5065d7be +timeCreated: 1511099118 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/MeshCombineStudio.prefab.meta b/Assets/Plugins/MeshCombineStudio/MeshCombineStudio.prefab.meta new file mode 100644 index 000000000..99c9c5f35 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/MeshCombineStudio.prefab.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bc292629025eb4c4b91f57b3e0538270 +timeCreated: 1510592878 +licenseType: Store +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Plugins.meta b/Assets/Plugins/MeshCombineStudio/Plugins.meta new file mode 100644 index 000000000..aaedf585d --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Plugins.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 856982dce41d6e14e9f8c0508fe2ef72 +folderAsset: yes +timeCreated: 1509128578 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Plugins/MeshExtension.dll.meta b/Assets/Plugins/MeshCombineStudio/Plugins/MeshExtension.dll.meta new file mode 100644 index 000000000..37eb4e9e8 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Plugins/MeshExtension.dll.meta @@ -0,0 +1,25 @@ +fileFormatVersion: 2 +guid: bcf366a06e782db4c943d6aa88c3fb11 +timeCreated: 1509489607 +licenseType: Store +PluginImporter: + serializedVersion: 1 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + Any: + enabled: 1 + settings: {} + Editor: + enabled: 0 + settings: + DefaultValueInitialized: true + WindowsStoreApps: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Products.meta b/Assets/Plugins/MeshCombineStudio/Products.meta new file mode 100644 index 000000000..1fdc75433 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: e3259135d22b9d04aa6c91009289558f +folderAsset: yes +timeCreated: 1604296197 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Products/asIcon.png.meta b/Assets/Plugins/MeshCombineStudio/Products/asIcon.png.meta new file mode 100644 index 000000000..135c6c143 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products/asIcon.png.meta @@ -0,0 +1,120 @@ +fileFormatVersion: 2 +guid: 6b43baab00715e345aaa515a7caf4e19 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/MeshCombineStudio/Products/asIconSale.png.meta b/Assets/Plugins/MeshCombineStudio/Products/asIconSale.png.meta new file mode 100644 index 000000000..a23a58e97 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products/asIconSale.png.meta @@ -0,0 +1,120 @@ +fileFormatVersion: 2 +guid: c2ddb4bd310dcb34786bd80ac2395952 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/MeshCombineStudio/Products/deIcon.jpg.meta b/Assets/Plugins/MeshCombineStudio/Products/deIcon.jpg.meta new file mode 100644 index 000000000..01465f2b3 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products/deIcon.jpg.meta @@ -0,0 +1,120 @@ +fileFormatVersion: 2 +guid: 9755cebef7d345a459c183446ddb29fb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/MeshCombineStudio/Products/mcsCavesIcon.jpg.meta b/Assets/Plugins/MeshCombineStudio/Products/mcsCavesIcon.jpg.meta new file mode 100644 index 000000000..377a345e2 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products/mcsCavesIcon.jpg.meta @@ -0,0 +1,120 @@ +fileFormatVersion: 2 +guid: 038807fda29ba2943901f45f7bfd93ec +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/MeshCombineStudio/Products/mcsIcon.jpg.meta b/Assets/Plugins/MeshCombineStudio/Products/mcsIcon.jpg.meta new file mode 100644 index 000000000..99da1d642 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products/mcsIcon.jpg.meta @@ -0,0 +1,120 @@ +fileFormatVersion: 2 +guid: a1144ef8ebc65844c988b129e93b953a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/MeshCombineStudio/Products/saleIcon.png.meta b/Assets/Plugins/MeshCombineStudio/Products/saleIcon.png.meta new file mode 100644 index 000000000..6182f07ee --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products/saleIcon.png.meta @@ -0,0 +1,120 @@ +fileFormatVersion: 2 +guid: 4ec71bc3397b4fc4aaffcbfd483f028c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/MeshCombineStudio/Products/tcIcon.jpg.meta b/Assets/Plugins/MeshCombineStudio/Products/tcIcon.jpg.meta new file mode 100644 index 000000000..0b9293667 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products/tcIcon.jpg.meta @@ -0,0 +1,120 @@ +fileFormatVersion: 2 +guid: 5702242d7a98f6d45bbdd8beaab4b580 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/MeshCombineStudio/Products/wcIcon.jpg.meta b/Assets/Plugins/MeshCombineStudio/Products/wcIcon.jpg.meta new file mode 100644 index 000000000..f39dd0f60 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Products/wcIcon.jpg.meta @@ -0,0 +1,120 @@ +fileFormatVersion: 2 +guid: 980a9cb8c23852b4080af6597c800faa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/MeshCombineStudio/ReadMe.txt.meta b/Assets/Plugins/MeshCombineStudio/ReadMe.txt.meta new file mode 100644 index 000000000..94c1d9050 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/ReadMe.txt.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 539b5f6c1035efb4b90a122cca086f0a +timeCreated: 1507201430 +licenseType: Store +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts.meta b/Assets/Plugins/MeshCombineStudio/Scripts.meta new file mode 100644 index 000000000..dfbbae27d --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 3e0fce589671e9843ae9e579b03c97b5 +folderAsset: yes +timeCreated: 1505195923 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Examples.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Examples.meta new file mode 100644 index 000000000..4c22a1ece --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Examples.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: aa0d8bfafca95004f8b55cd4f4566906 +folderAsset: yes +timeCreated: 1597124784 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Examples/CombineRuntime.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/CombineRuntime.cs.meta new file mode 100644 index 000000000..a3d7a05d1 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/CombineRuntime.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b56ff3d571388d644957750941d99ce8 +timeCreated: 1599455216 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming.meta new file mode 100644 index 000000000..62f6533d8 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 33107a9f04268a94b934cbf76b8d3aba +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming/RootSceneCombiner.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming/RootSceneCombiner.cs.meta new file mode 100644 index 000000000..852709a9f --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming/RootSceneCombiner.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8d5d6469b0f6c434f8beb18c55051cd6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming/StreamedSceneCombiner.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming/StreamedSceneCombiner.cs.meta new file mode 100644 index 000000000..ae8170dd0 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SceneStreaming/StreamedSceneCombiner.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 28c3da58f92f4a54b8632f619fe6d311 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SelectOriginal.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SelectOriginal.cs.meta new file mode 100644 index 000000000..133111e5b --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Examples/SelectOriginal.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 561c0b7dd8e72c347b5b3f08f80161cd +timeCreated: 1597124797 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups.meta b/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups.meta new file mode 100644 index 000000000..1c10baada --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 9ba782326ba07cb438cc352c0f040af9 +folderAsset: yes +timeCreated: 1510470964 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/DisabledLODGroup.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/DisabledLODGroup.cs.meta new file mode 100644 index 000000000..c4d649a75 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/DisabledLODGroup.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: ec7640472ee37d84298be8f3769ced5f +timeCreated: 1510250774 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/FindLODGroups.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/FindLODGroups.cs.meta new file mode 100644 index 000000000..308813a93 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/FindLODGroups.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b31f9c228d56bf043b5219a5ff58508b +timeCreated: 1508838518 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/LODGroupSetup.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/LODGroupSetup.cs.meta new file mode 100644 index 000000000..a3f93e64a --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/LODGroups/LODGroupSetup.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 3e72c6f397f46114ca26e357c0ff7e27 +timeCreated: 1510423325 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh.meta new file mode 100644 index 000000000..9e673e28a --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 6a091f5a73461054ba93c4dec5e33f51 +folderAsset: yes +timeCreated: 1505196218 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/CamGeometryCapture.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/CamGeometryCapture.cs.meta new file mode 100644 index 000000000..1d0ed0715 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/CamGeometryCapture.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5118f6ea05613d14b899e139ed9dcbff +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/CombinedLODManager.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/CombinedLODManager.cs.meta new file mode 100644 index 000000000..c0d0ab295 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/CombinedLODManager.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 01b543286c6d4484c9335dbf57a0b586 +timeCreated: 1496162540 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ConvertDepthToArray.compute.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ConvertDepthToArray.compute.meta new file mode 100644 index 000000000..c55111e60 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ConvertDepthToArray.compute.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: be3f9bdf67d96ea4b82f169f74953359 +ComputeShaderImporter: + externalObjects: {} + currentAPIMask: 4 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ListMeshVertCount.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ListMeshVertCount.cs.meta new file mode 100644 index 000000000..8b7648d89 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ListMeshVertCount.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d9eaad923cc4fca4396a6e2ec092b9e9 +timeCreated: 1507213037 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MCSDynamicObject.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MCSDynamicObject.cs.meta new file mode 100644 index 000000000..78d0b39ea --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MCSDynamicObject.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: a484be9ef5af214429357dabd4041a68 +timeCreated: 1594099518 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombineJobManager.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombineJobManager.cs.meta new file mode 100644 index 000000000..d32d8ae0a --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombineJobManager.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 409bc0be2fd0301499c7685349d5eef7 +timeCreated: 1509346503 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombiner.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombiner.cs.meta new file mode 100644 index 000000000..1f8cab1c0 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombiner.cs.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: c7fb52db265e28e4eb22d6300d01e030 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombinerData.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombinerData.cs.meta new file mode 100644 index 000000000..710139374 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/MeshCombinerData.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 50cc209eadb3f1047910d65fb6470035 +timeCreated: 1594105774 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ObjectSpawner.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ObjectSpawner.cs.meta new file mode 100644 index 000000000..2ab777c80 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/ObjectSpawner.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 80e3d5613a0399b4b87617ecc61c7c94 +timeCreated: 1505205806 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/RaycastTest.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/RaycastTest.cs.meta new file mode 100644 index 000000000..e4dcc9e13 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/RaycastTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 060693131c4c76d438cea716067ad405 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/RemoveGeometryBelowTerrain.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/RemoveGeometryBelowTerrain.cs.meta new file mode 100644 index 000000000..f4dfa4290 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/RemoveGeometryBelowTerrain.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: f47068a0804dcdf41a46c89f754480ed +timeCreated: 1496067184 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/SwapCombineKey.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/SwapCombineKey.cs.meta new file mode 100644 index 000000000..bc93b48ca --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/SwapCombineKey.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 3c430fd3101f200428cac71e6b69b0dc +timeCreated: 1505065196 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/VisualizeMesh.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/VisualizeMesh.cs.meta new file mode 100644 index 000000000..69e89a5b7 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/VisualizeMesh.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 04efd46ad66f74f47847d6291af02a6c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/Voxelize.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/Voxelize.cs.meta new file mode 100644 index 000000000..c90baca1c --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Mesh/Voxelize.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1abfeedba8fba6241b5632cfa2ad5222 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/MeshCombineStudio.Runtime.asmdef.meta b/Assets/Plugins/MeshCombineStudio/Scripts/MeshCombineStudio.Runtime.asmdef.meta new file mode 100644 index 000000000..7c26ab058 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/MeshCombineStudio.Runtime.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a2097016d65c6554fb43a19198fc2220 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc.meta new file mode 100644 index 000000000..a0f6effc5 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 0feadcbdee9014642a20f184f809bc95 +folderAsset: yes +timeCreated: 1505196123 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/CachedComponents.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/CachedComponents.cs.meta new file mode 100644 index 000000000..85ad5f47e --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/CachedComponents.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 03afcff0c1e9bee4f8c9e97428da7b81 +timeCreated: 1508479768 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections.meta new file mode 100644 index 000000000..fc46c3b62 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: c272bbc92c441104ab75b9fa9b832c32 +folderAsset: yes +timeCreated: 1596035829 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/Collections.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/Collections.cs.meta new file mode 100644 index 000000000..15f88072e --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/Collections.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: a97573794edc4e24c8ce6e30c675a7e7 +timeCreated: 1596035845 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/FastIndexList.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/FastIndexList.cs.meta new file mode 100644 index 000000000..edd86bead --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/FastIndexList.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: e629919eae567e3468de9fe4a8ada7b9 +timeCreated: 1596035705 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/FastList.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/FastList.cs.meta new file mode 100644 index 000000000..4c9c5c2b3 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Collections/FastList.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1b551b40363254e4d834daa4f6baac9a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Console.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Console.cs.meta new file mode 100644 index 000000000..bb1c1d92c --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Console.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 866d6feafa7767a4cb2fcc19a7e5814c +timeCreated: 1509385662 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DirectDraw.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DirectDraw.cs.meta new file mode 100644 index 000000000..155e4c6ca --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DirectDraw.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: fe3ead8849c569942bd92549d4b8b33b +timeCreated: 1504681663 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DisabledLodMeshRender.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DisabledLodMeshRender.cs.meta new file mode 100644 index 000000000..3b6dfc695 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DisabledLodMeshRender.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 543503b98c01a314fb4d57359cf83933 +timeCreated: 1510253824 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DisabledMeshRenderer.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DisabledMeshRenderer.cs.meta new file mode 100644 index 000000000..64b349f19 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/DisabledMeshRenderer.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 1cc7efff353789c46a358e329b54fac1 +timeCreated: 1510254104 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/EnableChildrenMeshRenderers.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/EnableChildrenMeshRenderers.cs.meta new file mode 100644 index 000000000..d69665b5d --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/EnableChildrenMeshRenderers.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4730eb4026f3f184da3245e99672aa8a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/GarbageCollectMesh.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/GarbageCollectMesh.cs.meta new file mode 100644 index 000000000..0cae7cb53 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/GarbageCollectMesh.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 585afa5e7b5db2c42986fb8e6960e8d7 +timeCreated: 1497467774 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/LightmapSettings.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/LightmapSettings.cs.meta new file mode 100644 index 000000000..b68af854d --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/LightmapSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a509db98ce386e840a7653464e4373ad +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MCS_CameraController.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MCS_CameraController.cs.meta new file mode 100644 index 000000000..036f2285c --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MCS_CameraController.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 378152e1b020e6d4987908966ef4833e +timeCreated: 1505372378 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MCS_FPSCounter.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MCS_FPSCounter.cs.meta new file mode 100644 index 000000000..feba890de --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MCS_FPSCounter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 4e83c49ade708374995107d7992d0c66 +timeCreated: 1510142056 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Mathw.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Mathw.cs.meta new file mode 100644 index 000000000..3deaeb59e --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Mathw.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b7bc54856b835184b846778cd1be4c6c +timeCreated: 1497466510 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MeshFilterRevert.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MeshFilterRevert.cs.meta new file mode 100644 index 000000000..cdacdb22d --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/MeshFilterRevert.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: a56c82fa2ad612d41b89107e93e7a0a5 +timeCreated: 1599368501 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Methods.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Methods.cs.meta new file mode 100644 index 000000000..8aa3c8afd --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/Methods.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d68ccf92729e6604aa5673d5d42a77cf +timeCreated: 1494490213 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/ReadMe.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/ReadMe.cs.meta new file mode 100644 index 000000000..d064542f7 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/ReadMe.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: eac827fa24e617e478912ae0761ce9f5 +timeCreated: 1511099101 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/ShadowDistance.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/ShadowDistance.cs.meta new file mode 100644 index 000000000..5ac7b81b9 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/ShadowDistance.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 20b1c3e452cf1e54d9a293f1718abf7f +timeCreated: 1594012203 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/SimpleMove.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/SimpleMove.cs.meta new file mode 100644 index 000000000..d46638192 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/SimpleMove.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 073f2bf9a641b134e862fd91ce24d004 +timeCreated: 1593084951 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/SwitchMeshCombineManager.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/SwitchMeshCombineManager.cs.meta new file mode 100644 index 000000000..b70a85011 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/SwitchMeshCombineManager.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 07f8d1817a0945442ae1afe91b0d9a87 +timeCreated: 1596442019 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Misc/TriangleAAB3.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/TriangleAAB3.cs.meta new file mode 100644 index 000000000..3f8c9e965 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Misc/TriangleAAB3.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7a11984188c2c8048b2e0ee040857025 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera.meta new file mode 100644 index 000000000..39d3198a4 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: dc7034626fd9a954eb171fbe547b12cd +folderAsset: yes +timeCreated: 1593670861 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/Main Camera.prefab.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/Main Camera.prefab.meta new file mode 100644 index 000000000..105c5b448 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/Main Camera.prefab.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: cdf46c0e96774d043b871a4d79abf9f8 +timeCreated: 1593672015 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/NavigationCamera.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/NavigationCamera.cs.meta new file mode 100644 index 000000000..cafa3149a --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/NavigationCamera.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 6a6143841ffb47f4ea83574c618ca3e2 +timeCreated: 1593670861 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/NavigationCamera_Data.asset.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/NavigationCamera_Data.asset.meta new file mode 100644 index 000000000..420935c25 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/NavigationCamera_Data.asset.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 5ec9fac7c7c3ee643a288d1340aafa17 +timeCreated: 1593671576 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/SO_NavigationCamera.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/SO_NavigationCamera.cs.meta new file mode 100644 index 000000000..3fb2a0d34 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Navigation Camera/SO_NavigationCamera.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 7ce3a8e19ca99214f81249b8a740c439 +timeCreated: 1593670861 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Octree.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Octree.meta new file mode 100644 index 000000000..cd5804641 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Octree.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 1482acf0ab30f8a4e9608b20a2ec85e1 +folderAsset: yes +timeCreated: 1505196088 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Octree/BaseOctree.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Octree/BaseOctree.cs.meta new file mode 100644 index 000000000..6175bb485 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Octree/BaseOctree.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 5ab51a03cf378854e91c71ccf032dd7c +timeCreated: 1490856533 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/Octree/ObjectOctree.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/Octree/ObjectOctree.cs.meta new file mode 100644 index 000000000..7e446f2c2 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/Octree/ObjectOctree.cs.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 95bb6d48e5a70ec4bb2e73afcccda6c5 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/PackageInfo.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/PackageInfo.cs.meta new file mode 100644 index 000000000..37f60df64 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/PackageInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7a7846a5a101eec41be268934b759b8a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/SectorGrid.meta b/Assets/Plugins/MeshCombineStudio/Scripts/SectorGrid.meta new file mode 100644 index 000000000..9578199d2 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/SectorGrid.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 8776c9cd1287a944788aff3e96021c40 +folderAsset: yes +timeCreated: 1596024670 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/SectorGrid/SectorGrid3D.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/SectorGrid/SectorGrid3D.cs.meta new file mode 100644 index 000000000..64301ba7f --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/SectorGrid/SectorGrid3D.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d5e336ec47ac8584287c34924b86760c +timeCreated: 1596024711 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts.meta b/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts.meta new file mode 100644 index 000000000..7c25ac44d --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: e9348412aca065a418d65d4a9d39112e +folderAsset: yes +timeCreated: 1597907892 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveOverlappingTris.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveOverlappingTris.cs.meta new file mode 100644 index 000000000..25c905a64 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveOverlappingTris.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 681c2fdbc56f808498ca8f53d6e8b92d +timeCreated: 1597910454 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveTris.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveTris.cs.meta new file mode 100644 index 000000000..d19ec8415 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveTris.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: fdbeee5200ed070458340c9092090342 +timeCreated: 1597907914 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveTrisBelowSurface.cs.meta b/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveTrisBelowSurface.cs.meta new file mode 100644 index 000000000..2ab7e0ce5 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Scripts/SetupByScripts/MCS_RemoveTrisBelowSurface.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ba0731b692cf03646995b3f654549125 +timeCreated: 1597910440 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Sources.meta b/Assets/Plugins/MeshCombineStudio/Sources.meta new file mode 100644 index 000000000..553da98c3 --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Sources.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 252d180d781c0614f9a104238d383da6 +folderAsset: yes +timeCreated: 1509623996 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Sources/Chair_01.FBX.meta b/Assets/Plugins/MeshCombineStudio/Sources/Chair_01.FBX.meta new file mode 100644 index 000000000..20e115a5e --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Sources/Chair_01.FBX.meta @@ -0,0 +1,178 @@ +fileFormatVersion: 2 +guid: 3c0dcd498f2d15b4c8689365586db225 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 1: 100000 + second: //RootNode + - first: + 1: 100002 + second: Chair_01_LOD0 + - first: + 1: 100004 + second: Chair_01_LOD1 + - first: + 1: 100006 + second: Chair_01_LOD2 + - first: + 4: 400000 + second: //RootNode + - first: + 4: 400002 + second: Chair_01_LOD0 + - first: + 4: 400004 + second: Chair_01_LOD1 + - first: + 4: 400006 + second: Chair_01_LOD2 + - first: + 21: 2100000 + second: 01 - Default + - first: + 23: 2300000 + second: Chair_01_LOD0 + - first: + 23: 2300002 + second: Chair_01_LOD1 + - first: + 23: 2300004 + second: Chair_01_LOD2 + - first: + 33: 3300000 + second: Chair_01_LOD0 + - first: + 33: 3300002 + second: Chair_01_LOD1 + - first: + 33: 3300004 + second: Chair_01_LOD2 + - first: + 43: 4300000 + second: Chair_01_LOD0 + - first: + 43: 4300002 + second: Chair_01_LOD1 + - first: + 43: 4300004 + second: Chair_01_LOD2 + - first: + 64: 6400000 + second: Chair_01_LOD0 + - first: + 64: 6400002 + second: Chair_01_LOD1 + - first: + 64: 6400004 + second: Chair_01_LOD2 + - first: + 205: 20500000 + second: //RootNode + externalObjects: {} + materials: + materialImportMode: 0 + materialName: 0 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 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: 1 + meshes: + lODScreenPercentages: + - 0.25 + - 0.125 + - 0.01 + globalScale: 1 + meshCompression: 0 + addColliders: 1 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 0 + importVisibility: 0 + importBlendShapes: 0 + importCameras: 0 + importLights: 0 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 0 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + meshOptimizationFlags: -1 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 0 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 2 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MeshCombineStudio/Sources/InstantiatePrefab.prefab.meta b/Assets/Plugins/MeshCombineStudio/Sources/InstantiatePrefab.prefab.meta new file mode 100644 index 000000000..afeada4ed --- /dev/null +++ b/Assets/Plugins/MeshCombineStudio/Sources/InstantiatePrefab.prefab.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 66c2bee521d7aa84099472825a33310e +timeCreated: 1510592778 +licenseType: Store +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander.meta b/Assets/Plugins/MonKey Commander.meta new file mode 100644 index 000000000..99e4a338a --- /dev/null +++ b/Assets/Plugins/MonKey Commander.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a7c2b27f7d7986948b08942f0b8b9612 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor.meta b/Assets/Plugins/MonKey Commander/Editor.meta new file mode 100644 index 000000000..e9a16ea03 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4595db4211d94c878902498fd39d6e6e +folderAsset: yes +timeCreated: 1529612022 +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Init.meta b/Assets/Plugins/MonKey Commander/Editor/Init.meta new file mode 100644 index 000000000..0bd3e6932 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Init.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: f12f999bdc35cda408bbe153cbea4625 +folderAsset: yes +timeCreated: 1524565594 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Init/GettingStartedPanel.cs.meta b/Assets/Plugins/MonKey Commander/Editor/Init/GettingStartedPanel.cs.meta new file mode 100644 index 000000000..4ac932a51 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Init/GettingStartedPanel.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: cc0491dc66474d4408ec170aa9095c40 +timeCreated: 1529996733 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Init/MonKeyInitialization.cs.meta b/Assets/Plugins/MonKey Commander/Editor/Init/MonKeyInitialization.cs.meta new file mode 100644 index 000000000..4ab542cbb --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Init/MonKeyInitialization.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 5bb1c526245f2474fb741f6bfb17a414 +timeCreated: 1524565612 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Menu Items.meta b/Assets/Plugins/MonKey Commander/Editor/Menu Items.meta new file mode 100644 index 000000000..fbbd411ad --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Menu Items.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 92d907ba6bcb44c58361462cc81c2f13 +folderAsset: yes +timeCreated: 1523980939 +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Menu Items/MonkeyMenuItems.cs.meta b/Assets/Plugins/MonKey Commander/Editor/Menu Items/MonkeyMenuItems.cs.meta new file mode 100644 index 000000000..2402b83e7 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Menu Items/MonkeyMenuItems.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 6d348b63a4a2496b862041eea5ec3e5d +timeCreated: 1523998333 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey.meta new file mode 100644 index 000000000..7e0576ba6 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9d0369829475921439833acb1870a4ca +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands.meta new file mode 100644 index 000000000..06a064ac5 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 177f7430b4f01aa49afb012203eff1b1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandCategory.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandCategory.cs.meta new file mode 100644 index 000000000..ae66740a6 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandCategory.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4368d98f416b49e47bb1079d277acb0f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandInfo.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandInfo.cs.meta new file mode 100644 index 000000000..0e1f17980 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b01141acbe5835547931add17dd5f65d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandManager.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandManager.cs.meta new file mode 100644 index 000000000..1dfc50a4d --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/CommandManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 77d29792362e89c4aaa12a91b47ffd27 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters.meta new file mode 100644 index 000000000..fa6a6d0c9 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: af2bfec79dd213a428a79841c2b803da +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/CommandParameterInfo.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/CommandParameterInfo.cs.meta new file mode 100644 index 000000000..66f7e88fb --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/CommandParameterInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d86d60349dbfd3b4682ba8456ebe58d4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/CommandParameterInterpreter.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/CommandParameterInterpreter.cs.meta new file mode 100644 index 000000000..b332aa36f --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/CommandParameterInterpreter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 64dfbf5cabc2cc1429c1d564449f4d7a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/MonkeyAutoComplete.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/MonkeyAutoComplete.cs.meta new file mode 100644 index 000000000..67f6372be --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/MonkeyAutoComplete.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 999d7c7710769894595c356438ce0e3a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/ParametricCommandExecution.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/ParametricCommandExecution.cs.meta new file mode 100644 index 000000000..69010717d --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Commands/Parameters/ParametricCommandExecution.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d01973e86d5190448bf298ae6db01fdf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console.meta new file mode 100644 index 000000000..8154949f6 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: afe730fc53f2fce4bba4592e57a0f89b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandConsoleWindow.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandConsoleWindow.cs.meta new file mode 100644 index 000000000..8ed178985 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandConsoleWindow.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d7471be544a170347a3e0957f352d240 +timeCreated: 1512730414 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandDisplay.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandDisplay.cs.meta new file mode 100644 index 000000000..5df3a6585 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandDisplay.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 2e68ddd57e9342289af93dc13ec049b5 +timeCreated: 1520977118 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandSearchPanelDisplay.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandSearchPanelDisplay.cs.meta new file mode 100644 index 000000000..5b9767c4a --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/CommandSearchPanelDisplay.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 2303d373aacc411cbcd4c077de96d18c +timeCreated: 1521650702 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/LoadingNoticeDisplay.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/LoadingNoticeDisplay.cs.meta new file mode 100644 index 000000000..f4706bfcf --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/LoadingNoticeDisplay.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 2f8b505fa8ca49f0a960a4c238a3af27 +timeCreated: 1521651241 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/MonKeySceneRightClickMenu.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/MonKeySceneRightClickMenu.cs.meta new file mode 100644 index 000000000..e0a8de002 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/MonKeySceneRightClickMenu.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 039e58aeb356b0747a509300ffa4f0a6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/ParametricPanelDisplay.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/ParametricPanelDisplay.cs.meta new file mode 100644 index 000000000..afeb8ad96 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/ParametricPanelDisplay.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 1e3a12327eed40029f7a8842d1f6d5be +timeCreated: 1520978464 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/SceneCommandsWindow.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/SceneCommandsWindow.cs.meta new file mode 100644 index 000000000..bc17f2fa7 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/SceneCommandsWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cf1dc0b499d366240af71d7491b9f5ab +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/SleepingMonkeyPanelDisplay.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/SleepingMonkeyPanelDisplay.cs.meta new file mode 100644 index 000000000..f2d83209c --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Console/SleepingMonkeyPanelDisplay.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 85a9f4ef5732423299450c744a369b58 +timeCreated: 1521560135 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys.meta new file mode 100644 index 000000000..114b38091 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9e920a861ff526e468ced16a96360009 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/HotKeyInfo.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/HotKeyInfo.cs.meta new file mode 100644 index 000000000..988b87be2 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/HotKeyInfo.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: c93f513660093a44a82384b0b3bf7e96 +timeCreated: 1516806674 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/HotKeysManager.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/HotKeysManager.cs.meta new file mode 100644 index 000000000..e7d05570b --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/HotKeysManager.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 12c681f498ff0aa458f8add1a6cd3291 +timeCreated: 1516543718 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/KeyCombination.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/KeyCombination.cs.meta new file mode 100644 index 000000000..cf4a1a23d --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/KeyCombination.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 3a871eb91eccddb459fdda7b6a986c3a +timeCreated: 1516542934 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/KeyboardHook.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/KeyboardHook.cs.meta new file mode 100644 index 000000000..b2841d21e --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Hot Keys/KeyboardHook.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 5c5d89d51e1b4a15baff242ae4efc714 +timeCreated: 1522739777 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands.meta new file mode 100644 index 000000000..952ad29f6 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 24fc324939511e843bcda03384d396ec +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/ConstrainUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/ConstrainUtilities.cs.meta new file mode 100644 index 000000000..96da12402 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/ConstrainUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: caf7390bdda143d9b5e7754ccb2f5589 +timeCreated: 1522690987 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/CreationUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/CreationUtilities.cs.meta new file mode 100644 index 000000000..c94bd1075 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/CreationUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 3cca2c1c80d44711bc31cf5ead8a8897 +timeCreated: 1521462100 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/DevUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/DevUtilities.cs.meta new file mode 100644 index 000000000..c653af7ea --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/DevUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: ded3476f073c407799f0fbfcd95974e7 +timeCreated: 1522426036 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/EditorUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/EditorUtilities.cs.meta new file mode 100644 index 000000000..91cb095a5 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/EditorUtilities.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e93b1423a397b6147a37e28dec82f390 +timeCreated: 1517844115 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/MeasurementUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/MeasurementUtilities.cs.meta new file mode 100644 index 000000000..dfade15bf --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/MeasurementUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: d1ff0624d9554ef19cb80fb45f6c8fd9 +timeCreated: 1522580882 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/MoveUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/MoveUtilities.cs.meta new file mode 100644 index 000000000..9090b0c9d --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/MoveUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: c55542a574554ed181d4e6c4c51eb2c0 +timeCreated: 1521479730 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/NamingUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/NamingUtilities.cs.meta new file mode 100644 index 000000000..32b47bc19 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/NamingUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: c8da8163112345b9a968f34089e13e7e +timeCreated: 1523093809 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PhysicsUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PhysicsUtilities.cs.meta new file mode 100644 index 000000000..0063f53c9 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PhysicsUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 167a68dca773416a8ae9b6b89ef30c28 +timeCreated: 1522527216 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PlayUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PlayUtilities.cs.meta new file mode 100644 index 000000000..3bbb3e408 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PlayUtilities.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 4be43122d75ca4b4ca96225307e12365 +timeCreated: 1469738708 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PrefabUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PrefabUtilities.cs.meta new file mode 100644 index 000000000..5a4635e36 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/PrefabUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 4f68b3f19b6340a385b441f95adb4746 +timeCreated: 1521284077 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SceneCommand.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SceneCommand.cs.meta new file mode 100644 index 000000000..0007b35df --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SceneCommand.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 5a54a098ba5743b79ec63bb0b92a28b5 +timeCreated: 1522444197 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SceneUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SceneUtilities.cs.meta new file mode 100644 index 000000000..540143dfe --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SceneUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 13e778c0885b47929451466a836b386d +timeCreated: 1522168227 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SelectionUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SelectionUtilities.cs.meta new file mode 100644 index 000000000..4f46ea5fd --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/SelectionUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: a56885399e5e4085923af56a09d2f058 +timeCreated: 1521288166 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/UIUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/UIUtilities.cs.meta new file mode 100644 index 000000000..b6ce9f729 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/UIUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 97ce417aa2de4db4bc8cccbec630446c +timeCreated: 1523102009 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/VisibilityUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/VisibilityUtilities.cs.meta new file mode 100644 index 000000000..f94b8f647 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Sample Commands/VisibilityUtilities.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: b7c1072607e34eaa970c1c7fe42de8db +timeCreated: 1521295394 \ No newline at end of file diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings.meta new file mode 100644 index 000000000..a0042cb42 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 266d0c92f2c09f945a32de9af288f940 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeyInternalSettings.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeyInternalSettings.cs.meta new file mode 100644 index 000000000..962b629c3 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeyInternalSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bfe1647b04dac1f4190b12aeb954749c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeyLocManager.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeyLocManager.cs.meta new file mode 100644 index 000000000..37c681d17 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeyLocManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f4f9d734ae101cb49893e3697336719a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeySessionStatus.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeySessionStatus.cs.meta new file mode 100644 index 000000000..c90e86902 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonKeySessionStatus.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c290d975a830c4b439227528100f95b6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonkeyLocalizationFile.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonkeyLocalizationFile.cs.meta new file mode 100644 index 000000000..95e11d322 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonkeyLocalizationFile.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: bcf87b3163fac4a48a35e5f6b044dfa1 +timeCreated: 1513255223 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonkeyStyle.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonkeyStyle.cs.meta new file mode 100644 index 000000000..11810504e --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Settings/MonkeyStyle.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: cfa437a4b6cbeb14d863fb81fb31471f +timeCreated: 1513252731 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure.meta new file mode 100644 index 000000000..1b0c8bcf7 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1d41a8e1b2630a64091c8e7d1802d119 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure/EditorSingleton.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure/EditorSingleton.cs.meta new file mode 100644 index 000000000..03d9fa4df --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure/EditorSingleton.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: da5fc2ca8feb8484a88107e3dcace0fe +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure/IMonKeySingleton.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure/IMonKeySingleton.cs.meta new file mode 100644 index 000000000..68f7bb8d8 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Structure/IMonKeySingleton.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e6ca1dc7ef0546d4ab7c80fb9a594236 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools.meta new file mode 100644 index 000000000..b56ce3ebc --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f8db75a3fbdf8ba4e9188a942d3623b0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/DefaultValuesUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/DefaultValuesUtilities.cs.meta new file mode 100644 index 000000000..b546f1c27 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/DefaultValuesUtilities.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f95618cc3a3c6984f8514ab8ee1223dc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions.meta new file mode 100644 index 000000000..fda3c1d8a --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e6584b2525271ee4f8f3d55cca155f73 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/EditorGUIExt.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/EditorGUIExt.cs.meta new file mode 100644 index 000000000..4a35fdfe2 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/EditorGUIExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3811a178dfdd9a34398ccc9d4820767a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/GameObjectEditorExt.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/GameObjectEditorExt.cs.meta new file mode 100644 index 000000000..1d73adb96 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/GameObjectEditorExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0bbea10fcf9740d47a381ed415cf71ae +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/ObjectEditorExt.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/ObjectEditorExt.cs.meta new file mode 100644 index 000000000..cc9e68d28 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/Editor Extensions/ObjectEditorExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6b7a34c2962dd764c97ac67bd04e1003 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/MonKeySelectionUtils.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/MonKeySelectionUtils.cs.meta new file mode 100644 index 000000000..7ed793858 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/MonKeySelectionUtils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6fe0ea24be984524982a0e1b615a62f5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/MonkeyEditorUtils.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/MonkeyEditorUtils.cs.meta new file mode 100644 index 000000000..a0d4dda9f --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/MonkeyEditorUtils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: af0774926f7c3984ab834c8a177b88b4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/TypeManager.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/TypeManager.cs.meta new file mode 100644 index 000000000..d30bdd3b7 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/TypeManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0a8069ea8ff7a78438442368d247033d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/UndoUtils.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/UndoUtils.cs.meta new file mode 100644 index 000000000..60f64aaea --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/UndoUtils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 001dcd3382899044d8b64602c2684810 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/ValidationUtilities.cs.meta b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/ValidationUtilities.cs.meta new file mode 100644 index 000000000..c74d98428 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/MonKey/Tools/ValidationUtilities.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d02e7c712ff1ebc41a4ec348ebe27fc4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Settings.meta b/Assets/Plugins/MonKey Commander/Editor/Settings.meta new file mode 100644 index 000000000..a98abcb1a --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Settings.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 6d6fe3d45eeb7624b8639c3b6cc815df +folderAsset: yes +timeCreated: 1531395750 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Settings/MonKey Settings.asset.meta b/Assets/Plugins/MonKey Commander/Editor/Settings/MonKey Settings.asset.meta new file mode 100644 index 000000000..ad4f76cf2 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Settings/MonKey Settings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0e3b67ee9a801e44a91fbbc86f99dbe9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Settings/MonKeySettings.cs.meta b/Assets/Plugins/MonKey Commander/Editor/Settings/MonKeySettings.cs.meta new file mode 100644 index 000000000..68611c074 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Settings/MonKeySettings.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 99375d10aff7fff45a4fc5159251494e +timeCreated: 1531395572 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style.meta b/Assets/Plugins/MonKey Commander/Editor/Style.meta new file mode 100644 index 000000000..f276028d3 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: d160528ff802dc94ca426e5f24f8a9bb +folderAsset: yes +timeCreated: 1531228603 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyBanner.png.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyBanner.png.meta new file mode 100644 index 000000000..4cfcfdb20 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyBanner.png.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: efedb90cb6bd8cc42ad5c28a83e9159b +timeCreated: 1530001538 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-AlertIcon.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-AlertIcon.PNG.meta new file mode 100644 index 000000000..4c75fcbeb --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-AlertIcon.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 43c7faca325a69a468cfdd020eae12ae +timeCreated: 1531228605 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ListIcon.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ListIcon.PNG.meta new file mode 100644 index 000000000..5237780b9 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ListIcon.PNG.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: 106aa22b3c2523c4faab473fb10ac728 +timeCreated: 1546516065 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-Logo.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-Logo.PNG.meta new file mode 100644 index 000000000..66eb44fd4 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-Logo.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: fb4093d544c8a65419851077c0371cd9 +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyHead.png.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyHead.png.meta new file mode 100644 index 000000000..7e154c963 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyHead.png.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 6549db202774073499c90b1ab18cf550 +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogo.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogo.PNG.meta new file mode 100644 index 000000000..3971b370b --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogo.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 8fbdafe4dec3c85479ccefc09139e881 +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogoHappy.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogoHappy.PNG.meta new file mode 100644 index 000000000..0e74ee01b --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogoHappy.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 0a79c6df127c3634bb38628c038b26c8 +timeCreated: 1531228605 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogoSmiling.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogoSmiling.PNG.meta new file mode 100644 index 000000000..86ea865f6 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeyLogoSmiling.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 2123a6f7e39187b438d4cd336a3c7582 +timeCreated: 1531228605 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeySleeping.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeySleeping.PNG.meta new file mode 100644 index 000000000..88e373f01 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeySleeping.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 653f1930f360aa04aadea090d513375a +timeCreated: 1531228605 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeySleepingPro.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeySleepingPro.PNG.meta new file mode 100644 index 000000000..464626fb1 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-MonkeySleepingPro.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 09964cd0e9d5dd648aca94575617746f +timeCreated: 1531228605 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParam.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParam.PNG.meta new file mode 100644 index 000000000..8051df4fb --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParam.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: ef1acd33df59cd847b4ed73b36790c6d +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParamSelected.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParamSelected.PNG.meta new file mode 100644 index 000000000..a6372dc28 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParamSelected.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: bcb18b65876dddd43b61dd7c85445c54 +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParamTip.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParamTip.PNG.meta new file mode 100644 index 000000000..fce8b24e4 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-NonParamTip.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: ffeef01be5fb8de40a3599a943ac4156 +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-Param.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-Param.PNG.meta new file mode 100644 index 000000000..bd6c79ed5 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-Param.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 8faf0730efe09144c8f04f6d5316188d +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ParamSelected.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ParamSelected.PNG.meta new file mode 100644 index 000000000..b54f64b23 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ParamSelected.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 9247bb0d9ebc4a24c9bcf8aa3ab50288 +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ParamTip.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ParamTip.PNG.meta new file mode 100644 index 000000000..3974f8f64 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-ParamTip.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: 888070be3eac475488d115dbe49b00a3 +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-SearchIcon.PNG.meta b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-SearchIcon.PNG.meta new file mode 100644 index 000000000..cf26f427b --- /dev/null +++ b/Assets/Plugins/MonKey Commander/Editor/Style/MonKeyCommander-SearchIcon.PNG.meta @@ -0,0 +1,59 @@ +fileFormatVersion: 2 +guid: a9c883fd83fcfad43966890961d9a6a7 +timeCreated: 1531228606 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core.meta b/Assets/Plugins/MonKey Commander/MonKey Core.meta new file mode 100644 index 000000000..31480dce2 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 86e3ddca11b37c24a827e34af8fc58aa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey.meta new file mode 100644 index 000000000..e4951e176 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8d9178e2b57c86147911100fd3e77914 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes.meta new file mode 100644 index 000000000..775ada2cf --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c7f4483644582f04cbdb66d70a0ee1bc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/Command.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/Command.cs.meta new file mode 100644 index 000000000..1f5dba536 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/Command.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 756707dbf51509845812716d85bca75b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/CommandParameter.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/CommandParameter.cs.meta new file mode 100644 index 000000000..f74dbc020 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/CommandParameter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2e40e76eccaea3243b33815294d8e2bf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/CommandValidation.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/CommandValidation.cs.meta new file mode 100644 index 000000000..2fde41f36 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/CommandValidation.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cd51420ab8a8d1648b6dfce21c9c9cb3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/MenuItemCommandLink.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/MenuItemCommandLink.cs.meta new file mode 100644 index 000000000..7f7afe679 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Attributes/MenuItemCommandLink.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 26f851cf6ad18ef49803a22fb99c2af4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions.meta new file mode 100644 index 000000000..fcf6d7818 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9c6c585f67b5ec244889c57e63ac2e39 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ColorExt.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ColorExt.cs.meta new file mode 100644 index 000000000..ca234f6e4 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ColorExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 62ca679df3c67e24994b8fd592012412 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/DictionaryExt.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/DictionaryExt.cs.meta new file mode 100644 index 000000000..83dc383f5 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/DictionaryExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1c5b10ea39bf32e4db247b6dd41b25e9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/EnumExt.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/EnumExt.cs.meta new file mode 100644 index 000000000..120cecdb7 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/EnumExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ef41c56b24e7e5148b08a66e1635511d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ListExt.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ListExt.cs.meta new file mode 100644 index 000000000..5ffc75e99 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ListExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3e789f7ea6cfd8d42b7c02af13df87c5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/MathExt.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/MathExt.cs.meta new file mode 100644 index 000000000..422399c15 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/MathExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 77ba33f665b77de42b72493d3d7333b4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/MonKeyDebugMeshDrawer.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/MonKeyDebugMeshDrawer.cs.meta new file mode 100644 index 000000000..d06e09f85 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/MonKeyDebugMeshDrawer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c026f0d2458402f4bb6e3b8a8d4f90d5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ParentingUtilities.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ParentingUtilities.cs.meta new file mode 100644 index 000000000..a0d557f43 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/ParentingUtilities.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cdcf5fe54a5372142a8da3b8af83e4b5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/SceneExt.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/SceneExt.cs.meta new file mode 100644 index 000000000..293bb5590 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/SceneExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d5e2f7441ccd9ae4f9f5c60c0ddfb179 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/StringExt.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/StringExt.cs.meta new file mode 100644 index 000000000..13dc8ce8e --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/StringExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0642470733ebb4a4f9effb3d821b1985 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/TransformExt.cs.meta b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/TransformExt.cs.meta new file mode 100644 index 000000000..dead4cccb --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Core/MonKey/Extensions/TransformExt.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 94c398c4aba6ad944baeb494e26d11c5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey Readme!.txt.meta b/Assets/Plugins/MonKey Commander/MonKey Readme!.txt.meta new file mode 100644 index 000000000..8f730dbb4 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey Readme!.txt.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ce83e16c34f7674489f521658194084a +timeCreated: 1536153663 +licenseType: Store +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/MonKey Commander/MonKey.asmdef.meta b/Assets/Plugins/MonKey Commander/MonKey.asmdef.meta new file mode 100644 index 000000000..f04df3e95 --- /dev/null +++ b/Assets/Plugins/MonKey Commander/MonKey.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 39db31f0562d9184c92881e43adea352 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion.meta b/Assets/Plugins/ParadoxNotion.meta new file mode 100644 index 000000000..4f0a1be28 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 55004ae19acbbb941b937c03dc953109 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore.meta b/Assets/Plugins/ParadoxNotion/CanvasCore.meta new file mode 100644 index 000000000..188de8b84 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: bd9f4941b19037f4a88460b874a8a3e1 +folderAsset: yes +timeCreated: 1538755212 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common.meta new file mode 100644 index 000000000..443aab921 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 0aa2a0733358abb4c90587d3628d0ff9 +folderAsset: yes +timeCreated: 1538657332 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design.meta new file mode 100644 index 000000000..071c2eb63 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: d4ff0b9c7cca6004d96e43fd71a2ec44 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/DesignAttributes.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/DesignAttributes.cs.meta new file mode 100644 index 000000000..b33bb15ae --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/DesignAttributes.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a6a1b03fabc29f2479f8b63c5ae861f2 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/DrawerAttributes.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/DrawerAttributes.cs.meta new file mode 100644 index 000000000..cfa4ace47 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/DrawerAttributes.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 3f408bebe1629994794006aa2e272ae5 +timeCreated: 1513958511 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor.meta new file mode 100644 index 000000000..1af88f660 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: be3277af62533fc4c8d68065c61db942 +folderAsset: yes +timeCreated: 1538665292 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/DefinesManager.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/DefinesManager.cs.meta new file mode 100644 index 000000000..a7022ebcd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/DefinesManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 133797bc4f2687b42a8a5f1baa7ba63f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources.meta new file mode 100644 index 000000000..0a40ebd56 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 781130fb96acf5f4384bd574f6cd9704 +folderAsset: yes +timeCreated: 1538665299 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Community.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Community.png.meta new file mode 100644 index 000000000..76302afe0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Community.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 17c9c4eff9e8ef144ba8beb631fefc75 +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: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Empty.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Empty.png.meta new file mode 100644 index 000000000..b00d5af91 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Empty.png.meta @@ -0,0 +1,56 @@ +fileFormatVersion: 2 +guid: ae3fd876b2e88a94e9391b1ad6bbf549 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Manual.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Manual.png.meta new file mode 100644 index 000000000..b165af4b2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Manual.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 7db3c001bdf39ca46ab6bb3bbfe58d00 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Resources.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Resources.png.meta new file mode 100644 index 000000000..d51fad86f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Resources.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 18c197a350b700d4f96e039071ffd2b6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Support.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Support.png.meta new file mode 100644 index 000000000..9deb97a11 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/Editor/Resources/Support.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 70b53005eb048f14ab18fcbb26bf6774 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor.meta new file mode 100644 index 000000000..61e7a0c44 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 3774cc9cbacfc4a41b0fb7fa91f7950f +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AOTClassesGenerator.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AOTClassesGenerator.cs.meta new file mode 100644 index 000000000..dd601cc8a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AOTClassesGenerator.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 3b148b00f34f1a94488008fd63cdd171 +timeCreated: 1430214156 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AssetTracker.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AssetTracker.cs.meta new file mode 100644 index 000000000..5d59f97f9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AssetTracker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 09cec26775978914c969e7c507315723 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AttributeDrawers.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AttributeDrawers.cs.meta new file mode 100644 index 000000000..a8bfc5a66 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/AttributeDrawers.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 6bc5dd489056dda48ad29f55f5da5c78 +timeCreated: 1513884114 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/CopyBuffer.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/CopyBuffer.cs.meta new file mode 100644 index 000000000..46e6c5666 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/CopyBuffer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: e2177b57a40461d4484f7675d40b6fd0 +timeCreated: 1510990664 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases.meta new file mode 100644 index 000000000..5b175d729 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: e2a7ec01cbc8b5744b88354fd6b2e310 +folderAsset: yes +timeCreated: 1541186478 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Colors.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Colors.cs.meta new file mode 100644 index 000000000..3833d520d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Colors.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 987618a20a0698a429059efcc504a5c9 +timeCreated: 1510968237 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Icons.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Icons.cs.meta new file mode 100644 index 000000000..01250f5e3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Icons.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 69ab7b26fef952b43af5148544cd9a0c +timeCreated: 1510968237 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Styles.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Styles.cs.meta new file mode 100644 index 000000000..1faff213f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/Databases/Styles.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 2ffba1313f15e5948a23e610947d90b8 +timeCreated: 1510968237 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils.meta new file mode 100644 index 000000000..c817853ae --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 8d7a98bebbf5f384bad444fe79c2d315 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.AssetDatabase.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.AssetDatabase.cs.meta new file mode 100644 index 000000000..8a4dcd8a3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.AssetDatabase.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f4676c1c75b3f474da4734cc2fd16c81 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ContextMenus.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ContextMenus.cs.meta new file mode 100644 index 000000000..dd4ff2bb9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ContextMenus.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fe15795089e56c545803799233bd2512 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.GUIEditors.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.GUIEditors.cs.meta new file mode 100644 index 000000000..d4b038463 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.GUIEditors.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1b2198a3a4aa5b44199f1deba4b3ed80 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ReflectedInspector.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ReflectedInspector.cs.meta new file mode 100644 index 000000000..4c47e1e59 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ReflectedInspector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f82d383bba56d6a4d87929dcd962745a +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ReorderableList.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ReorderableList.cs.meta new file mode 100644 index 000000000..7500c8187 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ReorderableList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b97faf2d46c8ec043a8f0b20f9024058 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ScriptInfos.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ScriptInfos.cs.meta new file mode 100644 index 000000000..2b9c4c35e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.ScriptInfos.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 94b281ae1067f0c4ba9b8d27c2fb8178 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.cs.meta new file mode 100644 index 000000000..77983ece8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorUtils/EditorUtils.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 9eb95ac4d073bc449b98b80fb983d1d1 +timeCreated: 1543951637 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorWrapperFactory.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorWrapperFactory.cs.meta new file mode 100644 index 000000000..24dd5f1af --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/EditorWrapperFactory.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: c8364c09f7a38544ab08ff1a13a47739 +timeCreated: 1510983225 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericInspectorWindow.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericInspectorWindow.cs.meta new file mode 100644 index 000000000..406849665 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericInspectorWindow.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25316af9468ffe04f8946375b92e7e79 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericMenuBrowser.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericMenuBrowser.cs.meta new file mode 100644 index 000000000..63caa7ccd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/GenericMenuBrowser.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 9d963bfbd43f9ec4ca490225535abeef +timeCreated: 1426970318 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/InspectedFieldInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/InspectedFieldInfo.cs.meta new file mode 100644 index 000000000..a0ccb6aa4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/InspectedFieldInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0758ec893fb3a1d44a1bfa3730380e94 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/PropertyDrawerFactory.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/PropertyDrawerFactory.cs.meta new file mode 100644 index 000000000..8ca7edd62 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/PropertyDrawerFactory.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: f034313c7b49f4b458d0f47465b8e1c5 +timeCreated: 1461581884 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/TypePrefs.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/TypePrefs.cs.meta new file mode 100644 index 000000000..91071e687 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/TypePrefs.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a3438334d9159844a828ec7b2425b40 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/TypePrefsEditorWindow.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/TypePrefsEditorWindow.cs.meta new file mode 100644 index 000000000..153071bca --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/TypePrefsEditorWindow.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1b5cb128f12595e49879464cc9185944 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/XMLDocs.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/XMLDocs.cs.meta new file mode 100644 index 000000000..cdf0948e6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/PartialEditor/XMLDocs.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 415f0b2943cba19478d5fd2295fbe249 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/UndoUtility.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/UndoUtility.cs.meta new file mode 100644 index 000000000..92112d205 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Design/UndoUtility.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 460225263b044784b9693cff84c19df9 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime.meta new file mode 100644 index 000000000..382d0526d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 98ed1f24cba738b4baad5b19eb93f767 +folderAsset: yes +timeCreated: 1427372418 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Animation.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Animation.meta new file mode 100644 index 000000000..0219fb975 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Animation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5164d470a6e38764b8d45186ceffdd52 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Animation/Easing.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Animation/Easing.cs.meta new file mode 100644 index 000000000..e3796e8ef --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Animation/Easing.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: eb2ca6ca572280149964596d794ec706 +timeCreated: 1537185035 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Delegates.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Delegates.cs.meta new file mode 100644 index 000000000..7586747a7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Delegates.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ea94db230ea657945a86990788542830 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/DynamicParameterDefinition.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/DynamicParameterDefinition.cs.meta new file mode 100644 index 000000000..f7f7b7103 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/DynamicParameterDefinition.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f17f63b2bb18a3149a3e07f5f86b5f02 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Enums.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Enums.cs.meta new file mode 100644 index 000000000..70e2e6acf --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Enums.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8edf60b49210fca4b84c66f4cdec0fc7 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/HierarchyTree.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/HierarchyTree.cs.meta new file mode 100644 index 000000000..c07072dc8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/HierarchyTree.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 5ce798a6776e2444ab1be31bb0fd9703 +timeCreated: 1537847297 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/IEventData.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/IEventData.cs.meta new file mode 100644 index 000000000..c4f3f85d8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/IEventData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4afd82dfa72065b448ec4d012da280f9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/OperationTools.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/OperationTools.cs.meta new file mode 100644 index 000000000..ce9597d66 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/OperationTools.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 78f36360dab60254f9e297cfd18b7bf7 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/ReflectionTools.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/ReflectionTools.cs.meta new file mode 100644 index 000000000..b85b144d5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/ReflectionTools.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3b784f41bdb7345499543912922c873d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization.meta new file mode 100644 index 000000000..5a6d9ac75 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 98e4103193f629f4188bc1831efae51b +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/DeserializeFromAttribute.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/DeserializeFromAttribute.cs.meta new file mode 100644 index 000000000..1e7641dad --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/DeserializeFromAttribute.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 08b3b1be3dd9c7b46b83e8993a8d969e +timeCreated: 1438645389 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer.meta new file mode 100644 index 000000000..32a0696ef --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 4c9c2848912bd304a9e017cc2c70823c +folderAsset: yes +timeCreated: 1458918182 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters.meta new file mode 100644 index 000000000..7f64d5703 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 1c3453edd5a095d4a8d2ad6271ace429 +folderAsset: yes +timeCreated: 1458897573 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity.meta new file mode 100644 index 000000000..36e79c0e1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: edb4a1e97c2095c49a690e92967ac921 +folderAsset: yes +timeCreated: 1458897573 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/AnimationCurve_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/AnimationCurve_DirectConverter.cs.meta new file mode 100644 index 000000000..cd8cbce6c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/AnimationCurve_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 884587fd81d5241449463b0aa2772803 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Bounds_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Bounds_DirectConverter.cs.meta new file mode 100644 index 000000000..98a250e85 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Bounds_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: a89e61419fe2a174cbc04e2fdfb7378c +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/GUIStyleState_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/GUIStyleState_DirectConverter.cs.meta new file mode 100644 index 000000000..73010e2cb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/GUIStyleState_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 323d7ae8ade7f9140adadd06c728dc76 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/GUIStyle_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/GUIStyle_DirectConverter.cs.meta new file mode 100644 index 000000000..43f3c71be --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/GUIStyle_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 47dbcbf22e1d9234d95418fca447f2a8 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Gradient_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Gradient_DirectConverter.cs.meta new file mode 100644 index 000000000..fb6b458cc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Gradient_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: f2db0c1839217344db6beac8c2eded04 +timeCreated: 1458897574 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Keyframe_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Keyframe_DirectConverter.cs.meta new file mode 100644 index 000000000..33ed696fd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Keyframe_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 8cc188d77995f2442a7e180f6788dd3a +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/LayerMask_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/LayerMask_DirectConverter.cs.meta new file mode 100644 index 000000000..2b2d1f2a5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/LayerMask_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 798703a1e8c6a394fa11ea20d551c34a +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/RectOffset_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/RectOffset_DirectConverter.cs.meta new file mode 100644 index 000000000..b2d36bdd1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/RectOffset_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: eec86a1441c2ed34a8921a1881e1a09d +timeCreated: 1458897574 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Rect_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Rect_DirectConverter.cs.meta new file mode 100644 index 000000000..dccadee9f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Rect_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 9d8a097ac85e4ea40a93043962b9c75f +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector2Int_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector2Int_DirectConverter.cs.meta new file mode 100644 index 000000000..611349d43 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector2Int_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: be6032e4c16bac44d9f70aa66f3974c6 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector2_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector2_DirectConverter.cs.meta new file mode 100644 index 000000000..a77936e9e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector2_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 8a26911f65c1b5348b30660780642c5f +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector3Int_DirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector3Int_DirectConverter.cs.meta new file mode 100644 index 000000000..0141e8f7b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/Unity/Vector3Int_DirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 5568041b7ef3e4247bea3608589c2805 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsArrayConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsArrayConverter.cs.meta new file mode 100644 index 000000000..e90c61308 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsArrayConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 4fd95ce87e49ad9408a03e4e9c0121fe +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsDictionaryConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsDictionaryConverter.cs.meta new file mode 100644 index 000000000..05b4539cf --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsDictionaryConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 08eebbb7f611f0549b447ac739f0d39e +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsEnumConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsEnumConverter.cs.meta new file mode 100644 index 000000000..6c6786031 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsEnumConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 4c928d500b6162c4a870b0f8fd0803fc +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsForwardConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsForwardConverter.cs.meta new file mode 100644 index 000000000..ee6f4ec06 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsForwardConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 3d980f5fcb4bdda4d8cfcd296dc5d5cb +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsListConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsListConverter.cs.meta new file mode 100644 index 000000000..38bc9cd94 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsListConverter.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 1bbe0663eca9e63479fc5f4d5633a727 +timeCreated: 1542286078 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsPrimitiveConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsPrimitiveConverter.cs.meta new file mode 100644 index 000000000..c3cba267e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsPrimitiveConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 36a3ab41e204e8043a26b8c4abce84af +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsReflectedConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsReflectedConverter.cs.meta new file mode 100644 index 000000000..5c6ea7914 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsReflectedConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 12c3fc91102686643b600cfd6acbfc44 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsTypeConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsTypeConverter.cs.meta new file mode 100644 index 000000000..53231510d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/Converters/fsTypeConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 04822397e73105643b393319d787924a +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/IMigratable.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/IMigratable.cs.meta new file mode 100644 index 000000000..c93354a7d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/IMigratable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8fe18dd8cd84b3045b3f8c4c66ab3827 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/ISerializationCollector.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/ISerializationCollector.cs.meta new file mode 100644 index 000000000..2bbc6dc0f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/ISerializationCollector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bcdec3f36feecf44b9aa5892c687b3fd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/LICENSE (FullSerializer).txt.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/LICENSE (FullSerializer).txt.meta new file mode 100644 index 000000000..6032b4c17 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/LICENSE (FullSerializer).txt.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: c00e5ee9fdcb1cf4fa3e604852fdeed4 +TextScriptImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsAttributes.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsAttributes.cs.meta new file mode 100644 index 000000000..a3b96c0a5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsAttributes.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1562b1a4a986ffc4fbe1694ff00bf6be +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsBaseConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsBaseConverter.cs.meta new file mode 100644 index 000000000..94e0bad24 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsBaseConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 9a98c62150afed7418a6da0abe9fe7a8 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsConverter.cs.meta new file mode 100644 index 000000000..ec56a4e9b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: c81fdbd9e3ff8904fa0b5152599f13ac +timeCreated: 1458897574 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsCyclicReferenceManager.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsCyclicReferenceManager.cs.meta new file mode 100644 index 000000000..7877f0011 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsCyclicReferenceManager.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 7bdee320e42b9084e82dfe394c02852e +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsData.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsData.cs.meta new file mode 100644 index 000000000..fea425bcd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsData.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 780ba11f7939c2643a2c94ba9a4c2c6d +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsDirectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsDirectConverter.cs.meta new file mode 100644 index 000000000..1cba2b182 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsDirectConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 137ee4bc1374e32488d1adcd174bad7a +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsGlobalConfig.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsGlobalConfig.cs.meta new file mode 100644 index 000000000..3bed647f1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsGlobalConfig.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 766ca959e12335842974a66cbf15c23f +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsJsonParser.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsJsonParser.cs.meta new file mode 100644 index 000000000..c00cb2b34 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsJsonParser.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 1deb9a1c9eedbea4e953ba28be392351 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsJsonPrinter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsJsonPrinter.cs.meta new file mode 100644 index 000000000..541f92e03 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsJsonPrinter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: cdbea492eb6faf24799cb4d10cc56762 +timeCreated: 1458897574 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsMetaProperty.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsMetaProperty.cs.meta new file mode 100644 index 000000000..0b56cdc52 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsMetaProperty.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d121eeff08701d442900f21e5ef0736e +timeCreated: 1458897574 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsMetaType.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsMetaType.cs.meta new file mode 100644 index 000000000..07f2cb756 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsMetaType.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b6055c8d075412e4ea6162755a736ab1 +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsObjectProcessor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsObjectProcessor.cs.meta new file mode 100644 index 000000000..32a5123b8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsObjectProcessor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b5f9a3782591e9d4bb9fe8200327f3ec +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsResult.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsResult.cs.meta new file mode 100644 index 000000000..1f5fecdc0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsResult.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 9ce5d190483269b40bb75a3937f869bd +timeCreated: 1458897573 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsSerializer.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsSerializer.cs.meta new file mode 100644 index 000000000..98acbe178 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/Full Serializer/fsSerializer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: e14172521dbad7d49899b998d378516c +timeCreated: 1458897574 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/IMissingRecoverable.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/IMissingRecoverable.cs.meta new file mode 100644 index 000000000..5bd346a02 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/IMissingRecoverable.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 6ca05c8a629ef6247b4f73b5161c72dd +timeCreated: 1477153143 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/ISerializedMethodBaseInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/ISerializedMethodBaseInfo.cs.meta new file mode 100644 index 000000000..2c1005444 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/ISerializedMethodBaseInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f424724cdc8415a4ab4500952433dbee +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/ISerializedReflectedInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/ISerializedReflectedInfo.cs.meta new file mode 100644 index 000000000..78755d485 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/ISerializedReflectedInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b56f7b3b9108d804db31cc1d3200d4e4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/JSONSerializer.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/JSONSerializer.cs.meta new file mode 100644 index 000000000..4a881f721 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/JSONSerializer.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02a158e91ef73f546b136893dbb80bcb +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializationPair.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializationPair.cs.meta new file mode 100644 index 000000000..90b912d9b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializationPair.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2f69a5b0f31ce71498095dde47406e45 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedConstructorInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedConstructorInfo.cs.meta new file mode 100644 index 000000000..20248805d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedConstructorInfo.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 9d4eb787e02b4ea890a051ea4da9586a +timeCreated: 1494353948 \ No newline at end of file diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedEventInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedEventInfo.cs.meta new file mode 100644 index 000000000..70697eab6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedEventInfo.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7e2891eb108bc184995a50765480ee87 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedFieldInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedFieldInfo.cs.meta new file mode 100644 index 000000000..6142bdc86 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedFieldInfo.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7a48507dc5ca5424c8f62917ade9caff +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedMethodInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedMethodInfo.cs.meta new file mode 100644 index 000000000..82e7b2dce --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedMethodInfo.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0211ec2d060629b49a3fce49b71fcebb +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedTypeInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedTypeInfo.cs.meta new file mode 100644 index 000000000..a502ba4d6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedTypeInfo.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: af4bb638ab1dfc544a11ef489247aa1b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedUnityEventInfo.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedUnityEventInfo.cs.meta new file mode 100644 index 000000000..db3f88c61 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/SerializedUnityEventInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 83eb38c167b58a043a26dc7ef51eaf12 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/fsRecoveryProcessor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/fsRecoveryProcessor.cs.meta new file mode 100644 index 000000000..ba8b9f3d6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/fsRecoveryProcessor.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e8529107908563041be3c122dca2754e +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/fsUnityObjectConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/fsUnityObjectConverter.cs.meta new file mode 100644 index 000000000..cd571be6c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Serialization/fsUnityObjectConverter.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 97bfd809a2f1b7f439c506fadd1cbb2b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services.meta new file mode 100644 index 000000000..9ae1cea7a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 02ed525a9f8611f43acc8938c7274e25 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/EventRouter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/EventRouter.cs.meta new file mode 100644 index 000000000..365e36231 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/EventRouter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a2074100e0f8b874ebe51466dc669378 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/EventRouterAnimatorMove.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/EventRouterAnimatorMove.cs.meta new file mode 100644 index 000000000..933fed828 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/EventRouterAnimatorMove.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 48610824f98dc9f498ea195390812be8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/Logger.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/Logger.cs.meta new file mode 100644 index 000000000..e681c05a3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/Logger.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b1454147d2413f7438596528c3706d39 +timeCreated: 1510186426 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/MonoManager.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/MonoManager.cs.meta new file mode 100644 index 000000000..1d8bfdaa3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/MonoManager.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 44d2c5333075d6b4e80311cb6820c5f1 +timeCreated: 1539386928 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 100 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/Threader.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/Threader.cs.meta new file mode 100644 index 000000000..ed30de5da --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Services/Threader.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 8a28adfe7475c3b47b11daa58f813a0b +timeCreated: 1509145860 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/TypeConverter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/TypeConverter.cs.meta new file mode 100644 index 000000000..e2497f607 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/TypeConverter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 8f4f53c9f5a7550489f8b1883aecc49c +timeCreated: 1537253847 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility.meta new file mode 100644 index 000000000..317cc88b9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b21a0e221ec83be49887115aaa8abc69 +folderAsset: yes +timeCreated: 1540653617 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/ColorUtils.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/ColorUtils.cs.meta new file mode 100644 index 000000000..07a425c6d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/ColorUtils.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: be608bbadd48214419bdc035ed0d1296 +timeCreated: 1541317259 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/CurveUtils.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/CurveUtils.cs.meta new file mode 100644 index 000000000..a6f8df720 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/CurveUtils.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b3cea3c839d87a146b9ab3ee000da59d +timeCreated: 1538759306 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/GUIStyleUtils.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/GUIStyleUtils.cs.meta new file mode 100644 index 000000000..d78ea4856 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/GUIStyleUtils.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 0aa9c33e3adc45844ae3376c2a089529 +timeCreated: 1541329570 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/LayerUtils.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/LayerUtils.cs.meta new file mode 100644 index 000000000..d08336e95 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/LayerUtils.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 25bdec3415d91c442809744b0695dbf6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/ObjectUtils.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/ObjectUtils.cs.meta new file mode 100644 index 000000000..73524bb80 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/ObjectUtils.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: f0f395190c6ff4641a5de2716acf01a8 +timeCreated: 1554845237 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/RectUtils.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/RectUtils.cs.meta new file mode 100644 index 000000000..8869430cb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/RectUtils.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 2d0ac88c2f434d3408159d67beee3640 +timeCreated: 1475332250 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/StringUtils.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/StringUtils.cs.meta new file mode 100644 index 000000000..c537126f7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/Utility/StringUtils.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: e1130933ca4e31c47b0dbc7caef2f59a +timeCreated: 1425770601 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/WeakReferenceList.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/WeakReferenceList.cs.meta new file mode 100644 index 000000000..d3d7041c6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/WeakReferenceList.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 91a1e02843645974eb6e5e2a00682fb3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/WeakReferenceTable.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/WeakReferenceTable.cs.meta new file mode 100644 index 000000000..e736fa144 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Common/Runtime/WeakReferenceTable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f4154bc7f8c15a44bb8925ef74e594b7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework.meta new file mode 100644 index 000000000..ad79c5f5e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: db108d81d17994548b7c6fbc7398262b +folderAsset: yes +timeCreated: 1540586389 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design.meta new file mode 100644 index 000000000..7ecbe1563 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 10ba45a5b4cb5be40bcaf02f335654ab +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Attributes.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Attributes.cs.meta new file mode 100644 index 000000000..c075080cc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Attributes.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 1b7c164f2e87676489ab445cbd7a39e4 +timeCreated: 1509594799 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor.meta new file mode 100644 index 000000000..8978b05bd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 469479b76ee444c4cb88858f2ec8d3e0 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/GraphAssetPostProcessor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/GraphAssetPostProcessor.cs.meta new file mode 100644 index 000000000..b133573d5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/GraphAssetPostProcessor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1e8e0d299f29cf64eb5169af124c1b49 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/HierarchyIcons.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/HierarchyIcons.cs.meta new file mode 100644 index 000000000..396d42d76 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/HierarchyIcons.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d8bfe2f6dbcc9c14babb3e4e924f33b2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors.meta new file mode 100644 index 000000000..847379926 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: c435620dc23b76e48a1535e3db00d664 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/AssetBlackboardInspector.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/AssetBlackboardInspector.cs.meta new file mode 100644 index 000000000..23d41bdb8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/AssetBlackboardInspector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3847b873f696e44479d6495e9ba13c60 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/BlackboardInspector.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/BlackboardInspector.cs.meta new file mode 100644 index 000000000..e11825d66 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/BlackboardInspector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca961a4d1f187b24aa66cbd4934a670a +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GlobalBlackboardInspector.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GlobalBlackboardInspector.cs.meta new file mode 100644 index 000000000..93ad27fc5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GlobalBlackboardInspector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9e661f067321a0e41b08138218f92c00 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GraphInspector.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GraphInspector.cs.meta new file mode 100644 index 000000000..667bef4bc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GraphInspector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d52acdd82da63f14bbaacf264f1b02e8 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GraphOwnerInspector.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GraphOwnerInspector.cs.meta new file mode 100644 index 000000000..a384c7b28 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/GraphOwnerInspector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a764b5f2b0723d9429b1c1b93acbc5ad +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/SignalDefinitionInspector.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/SignalDefinitionInspector.cs.meta new file mode 100644 index 000000000..4e41fcab1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Inspectors/SignalDefinitionInspector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2bfd766d0ff7b1e44aac51ef78cdb0fc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources.meta new file mode 100644 index 000000000..7910dc971 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: c631458208310c348a2c0a715a632834 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/FlowCanvasHeader.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/FlowCanvasHeader.png.meta new file mode 100644 index 000000000..a25ba0794 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/FlowCanvasHeader.png.meta @@ -0,0 +1,58 @@ +fileFormatVersion: 2 +guid: a300a01fe7867b14da66d1ef0f75fabe +timeCreated: 1464506051 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 2048 + textureSettings: + filterMode: 0 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/GraphOwnerIcon.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/GraphOwnerIcon.png.meta new file mode 100644 index 000000000..740e6908b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/GraphOwnerIcon.png.meta @@ -0,0 +1,47 @@ +fileFormatVersion: 2 +guid: b5eeec78a0081094cb8dfeb83808d762 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/NodeCanvasHeader.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/NodeCanvasHeader.png.meta new file mode 100644 index 000000000..89a3afd6a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/NodeCanvasHeader.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 6c770d0b83409d14d85fee890e129317 +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: 0 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet.meta new file mode 100644 index 000000000..3743f19e3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 714002d52ccbcda41a647d6da3ca983d +folderAsset: yes +timeCreated: 1518238904 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetDark.asset.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetDark.asset.meta new file mode 100644 index 000000000..5406d5bd6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetDark.asset.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 751d266ccd1ee9b4482544063fcded3e +timeCreated: 1541326337 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetLight.asset.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetLight.asset.meta new file mode 100644 index 000000000..d08f8a49a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetLight.asset.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: ac3f234217273a644aed606c7b88b85a +timeCreated: 1541326337 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures.meta new file mode 100644 index 000000000..bbcf8c805 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 58cefbed5e7bc5c428e6a8eaa898f16b +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Bezier.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Bezier.psd.meta new file mode 100644 index 000000000..6f3dbe9d3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Bezier.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: fa59896c4cbde034883c84af2008896b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: -100 + 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: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 1 + 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: 1 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 1 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common.meta new file mode 100644 index 000000000..65baf1590 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 750c414a37890454fa41203b5761cc8e +folderAsset: yes +timeCreated: 1518238926 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Button.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Button.psd.meta new file mode 100644 index 000000000..d65961663 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Button.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: df579b6e00e47fe439bc97324e29bd72 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ButtonHover.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ButtonHover.psd.meta new file mode 100644 index 000000000..ace081806 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ButtonHover.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: cb91769b5d2a890449ece3bcf9b8a5ef +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ButtonPressed.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ButtonPressed.psd.meta new file mode 100644 index 000000000..37ceb26ea --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ButtonPressed.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 9ccfbfaa0b6db1c4ea5f4dd3c58c44dc +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/CanvasBorders.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/CanvasBorders.psd.meta new file mode 100644 index 000000000..12a4932e9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/CanvasBorders.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 5f78f379d2af2c4429b1806dfca160a7 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/HollowBox.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/HollowBox.psd.meta new file mode 100644 index 000000000..0a7228973 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/HollowBox.psd.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 7e36b2db229659c479458e70c70ba486 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + 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: 1 + pSDShowRemoveMatteOption: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons.meta new file mode 100644 index 000000000..ebe59e8cd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 22cd7d3f345dae84d83e92af2ab02e3c +folderAsset: yes +timeCreated: 1541331607 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowBottom.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowBottom.png.meta new file mode 100644 index 000000000..b315fd22a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowBottom.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: defe75e89e358ca4793eff3f30c8e73b +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowLeft.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowLeft.png.meta new file mode 100644 index 000000000..faf3d76a2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowLeft.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 60b2805cb710fb749b4a8a9463f4eb6a +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowRight.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowRight.png.meta new file mode 100644 index 000000000..8ae73d929 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowRight.png.meta @@ -0,0 +1,140 @@ +fileFormatVersion: 2 +guid: a1de6faf586cc2e47b2e090c80dff564 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 1 + 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: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowTop.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowTop.png.meta new file mode 100644 index 000000000..42fd387db --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/ArrowTop.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 4e035b771d4c8594d93c520a1750a81a +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/Circle.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/Circle.png.meta new file mode 100644 index 000000000..10fd6dd39 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/Circle.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 5548d8bf75e1829468202cb39a00b463 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/GenericType.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/GenericType.png.meta new file mode 100644 index 000000000..987ae6298 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/GenericType.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: e7ecacd787686a742a5911a48e6ab8f9 +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: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + 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: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusFailure.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusFailure.png.meta new file mode 100644 index 000000000..ab11050ac --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusFailure.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 3be8023c9f6e651418165dbf293e4aa1 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusRunning.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusRunning.png.meta new file mode 100644 index 000000000..93859e922 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusRunning.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 495fbc5e59efec34d81986cc8a166c32 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusSuccess.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusSuccess.png.meta new file mode 100644 index 000000000..731912065 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/Icons/StatusSuccess.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: a9e48b4e2cc25d448be7194526ae27a3 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowBR.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowBR.psd.meta new file mode 100644 index 000000000..32b891975 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowBR.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 0b7f371cf14ba2e4fb8950cea79cdf04 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowBRHover.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowBRHover.psd.meta new file mode 100644 index 000000000..c154ae055 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowBRHover.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: d5f05ae545bba804d8b33a5ee627773f +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowTL.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowTL.psd.meta new file mode 100644 index 000000000..bc1a449e3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowTL.psd.meta @@ -0,0 +1,117 @@ +fileFormatVersion: 2 +guid: 1e6ff0ccf062cb8479b379c510082c41 +timeCreated: 1510247034 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowTLHover.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowTLHover.psd.meta new file mode 100644 index 000000000..2ed9b3980 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/ScaleArrowTLHover.psd.meta @@ -0,0 +1,117 @@ +fileFormatVersion: 2 +guid: 656bb84157060344f909fbaa223f9000 +timeCreated: 1510247034 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/SimpleInnerShadow.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/SimpleInnerShadow.psd.meta new file mode 100644 index 000000000..08e67507c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/SimpleInnerShadow.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: ffdae6d737a3f7144b43df3fe24283f4 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowHeader.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowHeader.psd.meta new file mode 100644 index 000000000..6fb88f522 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowHeader.psd.meta @@ -0,0 +1,117 @@ +fileFormatVersion: 2 +guid: 04379e5209d765d4cb1ee2ecb1859174 +timeCreated: 1509227703 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowHighlight.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowHighlight.psd.meta new file mode 100644 index 000000000..35fa10b43 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowHighlight.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 57a27e95edd46b349a1e166548b41b25 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowShadow.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowShadow.psd.meta new file mode 100644 index 000000000..e53e34011 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Common/WindowShadow.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: e7672af7f07cf104bbb8f3bcad3ee3eb +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark.meta new file mode 100644 index 000000000..3dd42096a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 0b87efe86d62a4d4992de3a7401ef6c9 +folderAsset: yes +timeCreated: 1518238644 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/CanvasBG.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/CanvasBG.psd.meta new file mode 100644 index 000000000..2cf4fecad --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/CanvasBG.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 8ce37df2e286d614aa44758a60cdb2d6 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons.meta new file mode 100644 index 000000000..3e0182ed5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 81d6a17965686624299e4621955b1daf +folderAsset: yes +timeCreated: 1541334897 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Brackets.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Brackets.png.meta new file mode 100644 index 000000000..511077d6b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Brackets.png.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: deab6b3165ab396408e7333c5580ef74 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: 0 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/CanvasIcon.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/CanvasIcon.png.meta new file mode 100644 index 000000000..a5c8ca63e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/CanvasIcon.png.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: 3b3bfaecab3d6184b9513b41f550481a +timeCreated: 1455517702 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 128 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Lens.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Lens.png.meta new file mode 100644 index 000000000..2f8ed9105 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Lens.png.meta @@ -0,0 +1,139 @@ +fileFormatVersion: 2 +guid: b70a85fbb4eb7bf46bb6345f7b0ff842 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: 0 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Log.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Log.png.meta new file mode 100644 index 000000000..a745c859a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/Log.png.meta @@ -0,0 +1,139 @@ +fileFormatVersion: 2 +guid: 7002f50ea12a4f2419d3a22cd2931629 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 1 + 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: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel1.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel1.png.meta new file mode 100644 index 000000000..a39943105 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel1.png.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: 54e96ea4c35de7544a6b8f80768337c0 +timeCreated: 1540855788 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel2.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel2.png.meta new file mode 100644 index 000000000..9e9cd8271 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel2.png.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: 3cd33e6f1767ed74aa82280df4fb66b7 +timeCreated: 1540855788 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel3.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel3.png.meta new file mode 100644 index 000000000..b4ce67c30 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Icons/VerboseLevel3.png.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: 25a5033cf1bf9a94096ed81195e713e3 +timeCreated: 1540855788 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePort.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePort.psd.meta new file mode 100644 index 000000000..baceaf25b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePort.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: bd66d8018a60ab14c9f709f9b859466e +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePortConnectedHover.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePortConnectedHover.psd.meta new file mode 100644 index 000000000..1e62609f0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePortConnectedHover.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 5b40cde50004a6f49b12d170dcde0589 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePortHover.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePortHover.psd.meta new file mode 100644 index 000000000..cdd9c3eac --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/NodePortHover.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: e225926bb93fe3041b0e80a0932338de +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Panel.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Panel.psd.meta new file mode 100644 index 000000000..95819aee6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Panel.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: 2c8a52e784b60364e840e45e1d61de53 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/SimpleBox.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/SimpleBox.psd.meta new file mode 100644 index 000000000..d31b90ad3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/SimpleBox.psd.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: b63e5b34672f6f342a13a6b69cf042b7 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Window.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Window.psd.meta new file mode 100644 index 000000000..718acf2fc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Dark/Window.psd.meta @@ -0,0 +1,117 @@ +fileFormatVersion: 2 +guid: 242a336043a24b14d8c36fd24f0645b8 +timeCreated: 1509230108 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light.meta new file mode 100644 index 000000000..1a3f6b6a4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: fc8c39c7b3898d34ba822f24c0add46c +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/CanvasBG.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/CanvasBG.psd.meta new file mode 100644 index 000000000..21d009409 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/CanvasBG.psd.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 8247856a7d71b484bbe79fcc17836668 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons.meta new file mode 100644 index 000000000..86b7bdb4f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a8e47ee46b0369747b23cad37d44a3cd +folderAsset: yes +timeCreated: 1541334903 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Brackets.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Brackets.png.meta new file mode 100644 index 000000000..1056e771b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Brackets.png.meta @@ -0,0 +1,115 @@ +fileFormatVersion: 2 +guid: fdbd85c89f131924e97c3ee00118282a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: 0 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/CanvasIcon.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/CanvasIcon.png.meta new file mode 100644 index 000000000..96214d88f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/CanvasIcon.png.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: 002fd309a0025fa4e97760f38b1e76ae +timeCreated: 1455517702 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 128 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Lens.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Lens.png.meta new file mode 100644 index 000000000..986e620b4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Lens.png.meta @@ -0,0 +1,139 @@ +fileFormatVersion: 2 +guid: e9d76848115dc744b8221ffc34788b0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: 0 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Log.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Log.png.meta new file mode 100644 index 000000000..d45e7fe59 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/Log.png.meta @@ -0,0 +1,139 @@ +fileFormatVersion: 2 +guid: 563c1f15a6300d14c8b53a9d97bffbab +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 1 + 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: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel1.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel1.png.meta new file mode 100644 index 000000000..61dfb55ae --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel1.png.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: 0b7308c39edd75c45ac03c0bd2e625d1 +timeCreated: 1540855788 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel2.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel2.png.meta new file mode 100644 index 000000000..04ef83b78 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel2.png.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: e24267af4e0833b4987bf039422a40bf +timeCreated: 1540855788 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel3.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel3.png.meta new file mode 100644 index 000000000..771e50cb2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Icons/VerboseLevel3.png.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: 8a9ce2461186c0a43b683895495b849b +timeCreated: 1540855788 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 1 + mipBias: -1 + wrapU: 1 + wrapV: 1 + wrapW: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePort.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePort.psd.meta new file mode 100644 index 000000000..1c2120508 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePort.psd.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: f9c14578d344faa4c8ea654da3b08c99 +timeCreated: 1427330142 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePortConnectedHover.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePortConnectedHover.psd.meta new file mode 100644 index 000000000..17c7e106c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePortConnectedHover.psd.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 1008da00b7f9b5745b8b2429a24a481a +timeCreated: 1427330142 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePortHover.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePortHover.psd.meta new file mode 100644 index 000000000..ff05255b8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/NodePortHover.psd.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 83a303c6804873b4da473eae7eb08213 +timeCreated: 1427330142 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Panel.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Panel.psd.meta new file mode 100644 index 000000000..07f3dfdc7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Panel.psd.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 0b5867f37f510a441aef083463a051e1 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/SimpleBox.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/SimpleBox.psd.meta new file mode 100644 index 000000000..139887943 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/SimpleBox.psd.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 8f1675da05a45ff4ca148f116f5dd550 +timeCreated: 1427329960 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Window.psd.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Window.psd.meta new file mode 100644 index 000000000..ab5fda624 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/StyleSheet/StyleSheetTextures/Light/Window.psd.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 673cd48a419d6c94fbc67d4bc862e05b +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons.meta new file mode 100644 index 000000000..2cdf3541a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: c8823c4ca92ce8c4887cf2a40911d1f2 +folderAsset: yes +timeCreated: 1509255745 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit.meta new file mode 100644 index 000000000..48232f56b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 4fcc4a908ca9cb445be37f5cb72c8de5 +folderAsset: yes +timeCreated: 1518238221 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Accessor.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Accessor.png.meta new file mode 100644 index 000000000..03e074901 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Accessor.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 65ef1a7f8e98cf147be1f2848fda9432 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Action.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Action.png.meta new file mode 100644 index 000000000..ca515e7a7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Action.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 98228ed3b93435a41b08fe8558176c75 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Agent.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Agent.png.meta new file mode 100644 index 000000000..cc77fac82 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Agent.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 9aa4e5f0ff745cc4395c568fa094e64b +timeCreated: 1521557909 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/BT.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/BT.png.meta new file mode 100644 index 000000000..e618ff85e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/BT.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 6c569e0772bc48c418961bb80b41f2c1 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Condition.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Condition.png.meta new file mode 100644 index 000000000..c0f0acc45 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Condition.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: b1bcc48f7bbd4e440b846e5997a03813 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Dialogue.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Dialogue.png.meta new file mode 100644 index 000000000..7cc507302 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Dialogue.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 73ce2d484b23f7a47b2016bdf9fbf51a +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Eye.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Eye.png.meta new file mode 100644 index 000000000..adf5d47ce --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Eye.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: da0eb9b686b371a4289c88efbb008bed +timeCreated: 1495932755 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FS.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FS.png.meta new file mode 100644 index 000000000..90d1bc804 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FS.png.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: a40d31241d578fd4c87badc3a87c0927 +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: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + 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/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FSM.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FSM.png.meta new file mode 100644 index 000000000..6d7282142 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FSM.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 31cbd42faf94f674991c7df0137051e2 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Filter.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Filter.png.meta new file mode 100644 index 000000000..475d6748c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Filter.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 4b3f7585e0690434ab95cfc51dc7a4fb +timeCreated: 1494721825 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FlipSelector.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FlipSelector.png.meta new file mode 100644 index 000000000..cad673942 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/FlipSelector.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 2d790aeb3a27e1c46ae1f79804da15f6 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Halt.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Halt.png.meta new file mode 100644 index 000000000..8f4ff0efe --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Halt.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 811bf7372af18a549a52fa82056ae885 +timeCreated: 1427371077 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/IndexSwitcher.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/IndexSwitcher.png.meta new file mode 100644 index 000000000..f76b45bb7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/IndexSwitcher.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: ed5496c4ac88e3d4f944de65fdf5f327 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Interruptor.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Interruptor.png.meta new file mode 100644 index 000000000..c83e68105 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Interruptor.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: ff41d90c94003c649890db1cbb529fb3 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/List.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/List.png.meta new file mode 100644 index 000000000..cece4cc9d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/List.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 97eff3300587d3c49b009d67863f62c2 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/MacroIn.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/MacroIn.png.meta new file mode 100644 index 000000000..b5c6204c1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/MacroIn.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 767f59b8899e8044cb54c46e753e991d +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/MacroOut.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/MacroOut.png.meta new file mode 100644 index 000000000..3296cb896 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/MacroOut.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: c3057df3705fe2740bb3f1b4e4f2a7ea +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Parallel.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Parallel.png.meta new file mode 100644 index 000000000..7bfc5d93c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Parallel.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: bf4a07dbc4f7591409e6c23929f1ff6a +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Priority.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Priority.png.meta new file mode 100644 index 000000000..634cd919b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Priority.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: e68c642f4bca82248a4613a69d3f38ee +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/ProbabilitySelector.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/ProbabilitySelector.png.meta new file mode 100644 index 000000000..b8471a0b9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/ProbabilitySelector.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: bb503c462558b8845850927249afb51b +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Remap.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Remap.png.meta new file mode 100644 index 000000000..b1c52144e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Remap.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 8f0500f18949910499a7c56b7756174d +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Repeat.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Repeat.png.meta new file mode 100644 index 000000000..cd229220d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Repeat.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: d78437998f0996141a4c13dde88cf0dc +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Selector.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Selector.png.meta new file mode 100644 index 000000000..c00c104f7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Selector.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: e9be21d6d1b725e45aca160d0dd96728 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Sequencer.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Sequencer.png.meta new file mode 100644 index 000000000..704b67ca1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Sequencer.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 7860a96b74c886840b0d2d9c2579fc61 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Set.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Set.png.meta new file mode 100644 index 000000000..2358e6841 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Set.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 30ce5c06e7c8cff4283498f41b39c444 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Shield.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Shield.png.meta new file mode 100644 index 000000000..caef037d5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Shield.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: ef2fe2a1e7f8aa5438d0921ec7b436a2 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/StepIterator.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/StepIterator.png.meta new file mode 100644 index 000000000..1eaea53c7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/StepIterator.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 15e4ba6035d41e64c935ae3e74dee12e +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Timeout.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Timeout.png.meta new file mode 100644 index 000000000..543da32fa --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/Timeout.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: b60174d410a4b8f46a554a85d1d57315 +timeCreated: 1427371077 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 1 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/UpwardsArrow.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/UpwardsArrow.png.meta new file mode 100644 index 000000000..4dba6d96f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Explicit/UpwardsArrow.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 120059d728fc2844a80740eee081892b +timeCreated: 1495927436 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 1024 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit.meta new file mode 100644 index 000000000..5dd113453 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: abff6f49998de56428bfc8f601d9db91 +folderAsset: yes +timeCreated: 1518238216 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Nodes.SharpEvent.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Nodes.SharpEvent.png.meta new file mode 100644 index 000000000..dfefe2f41 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Nodes.SharpEvent.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 2b3fcd6b8d2abca4a8e56d0c5e7ba216 +timeCreated: 1539250506 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Nodes.SimplexNode.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Nodes.SimplexNode.png.meta new file mode 100644 index 000000000..04a7e425c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Nodes.SimplexNode.png.meta @@ -0,0 +1,56 @@ +fileFormatVersion: 2 +guid: 9c476491835349a40a910459d617d98e +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Wild.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Wild.png.meta new file mode 100644 index 000000000..d547a3459 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/FlowCanvas.Wild.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 2a2365d5ac2706a49aaafa15dd18756f +timeCreated: 1508612258 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/NodeCanvas.Framework.Node.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/NodeCanvas.Framework.Node.png.meta new file mode 100644 index 000000000..bbeb579c7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/NodeCanvas.Framework.Node.png.meta @@ -0,0 +1,56 @@ +fileFormatVersion: 2 +guid: f7609e8a908d7614b996d88627c6331b +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/NodeCanvas.Framework.Task.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/NodeCanvas.Framework.Task.png.meta new file mode 100644 index 000000000..2593b5225 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/NodeCanvas.Framework.Task.png.meta @@ -0,0 +1,56 @@ +fileFormatVersion: 2 +guid: e9ff990cdfaf52b4692e36cb6f4a2054 +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 1 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + cubemapConvolution: 0 + cubemapConvolutionSteps: 7 + cubemapConvolutionExponent: 1.5 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + filterMode: 1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + rGBM: 0 + compressionQuality: 50 + allowsAlphaSplitting: 0 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + buildTargetSettings: [] + spriteSheet: + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Boolean.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Boolean.png.meta new file mode 100644 index 000000000..b17616a37 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Boolean.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 8d725f6d1ada6d243b1b9887b9a843ac +timeCreated: 1538493766 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Delegate.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Delegate.png.meta new file mode 100644 index 000000000..661699130 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Delegate.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 7d0b20bcef8a81c49a0d1eb7b6b221d5 +timeCreated: 1508948715 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Enum.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Enum.png.meta new file mode 100644 index 000000000..2cfe754ad --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Enum.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: d3039e5d29b4d1a4b8e1744e92d4b277 +timeCreated: 1514164655 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Int32.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Int32.png.meta new file mode 100644 index 000000000..236846a29 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Int32.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 0c969821fa92fb6418b39c5d918e7b99 +timeCreated: 1538494488 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Object.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Object.png.meta new file mode 100644 index 000000000..a4fe26e28 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Object.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: c9969e7dc6c91464a9ec8ec6e667b095 +timeCreated: 1508425624 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Single.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Single.png.meta new file mode 100644 index 000000000..3443dded7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Single.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: eea292bcb1b110a4daa87845f7786694 +timeCreated: 1538494217 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.String.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.String.png.meta new file mode 100644 index 000000000..a85543198 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.String.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: b45671ede5ba48b498f8f67191255b6a +timeCreated: 1509749949 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Type.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Type.png.meta new file mode 100644 index 000000000..9f69ffa56 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/System.Type.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: 46d4d3a10514f3949969c13c6a053767 +timeCreated: 1509738750 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Color.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Color.png.meta new file mode 100644 index 000000000..08f4c49e0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Color.png.meta @@ -0,0 +1,100 @@ +fileFormatVersion: 2 +guid: bde418263493c664490528cca5f1f869 +timeCreated: 1509747416 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Windows Store Apps + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Events.UnityEventBase.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Events.UnityEventBase.png.meta new file mode 100644 index 000000000..b3ede2fec --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Events.UnityEventBase.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 11504b9c3546cc94184664be813dcb1d +timeCreated: 1539250506 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Quaternion.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Quaternion.png.meta new file mode 100644 index 000000000..907d5fb69 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Quaternion.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 7a9d346a03561f74cb856069b9cd8c47 +timeCreated: 1538494964 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector2.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector2.png.meta new file mode 100644 index 000000000..27596ef7b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector2.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 143207e22dfd20c4b84e9b004ddc732a +timeCreated: 1538494964 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector3.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector3.png.meta new file mode 100644 index 000000000..de9fe60c2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector3.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 7e6e189291640e440a9d8024c13f0dd5 +timeCreated: 1538494964 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector4.png.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector4.png.meta new file mode 100644 index 000000000..cad704aa4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Resources/TypeIcons/Implicit/UnityEngine.Vector4.png.meta @@ -0,0 +1,84 @@ +fileFormatVersion: 2 +guid: 7d3529bec7bced541a282215f22c456b +timeCreated: 1538494964 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: 1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows.meta new file mode 100644 index 000000000..80e207acc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 03488069a0427d046a38f28c1c84e238 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/ActiveOwnersOverview.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/ActiveOwnersOverview.cs.meta new file mode 100644 index 000000000..76190f751 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/ActiveOwnersOverview.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 7b6da7a5f83037644a3230401b9cb736 +timeCreated: 1514514001 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/ExternalInspectorWindow.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/ExternalInspectorWindow.cs.meta new file mode 100644 index 000000000..4341ddad4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/ExternalInspectorWindow.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 40a509cf03cf7e946805a7c15f0b923f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphConsole.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphConsole.cs.meta new file mode 100644 index 000000000..fff389847 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphConsole.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 379debbb039f2cc45910e390950ed62d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Events.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Events.cs.meta new file mode 100644 index 000000000..744bdf93b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Events.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b142672b60f5b17489046d24fc720268 +timeCreated: 1511251909 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Panels.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Panels.cs.meta new file mode 100644 index 000000000..5d4eeb6ad --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Panels.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: bc2159154c8e5ab49a70e05914b5eb90 +timeCreated: 1511249750 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Toolbar.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Toolbar.cs.meta new file mode 100644 index 000000000..42ae4d408 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.Toolbar.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 4c6950c3a61f05749bda6d3e3e75012d +timeCreated: 1511249310 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.cs.meta new file mode 100644 index 000000000..3b98e3a8e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphEditor.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fdbc9f085f0a9d34caa55b88aeaf67db +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphExplorer.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphExplorer.cs.meta new file mode 100644 index 000000000..4d65297c0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphExplorer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 65dc65ac291cadb498ebe40a737173bb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphRefactor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphRefactor.cs.meta new file mode 100644 index 000000000..acad8ef13 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/GraphRefactor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3ef50a34d2392704796b00a5adc6433a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/QuickPopup.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/QuickPopup.cs.meta new file mode 100644 index 000000000..359b3c835 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/QuickPopup.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ae03db9ccb96d884baf714b5afcb459a +timeCreated: 1455339554 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/TaskWizardWindow.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/TaskWizardWindow.cs.meta new file mode 100644 index 000000000..3f25f5054 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/TaskWizardWindow.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 365421ce437d99142bb89e6f4e42d5e4 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/WelcomeWindow.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/WelcomeWindow.cs.meta new file mode 100644 index 000000000..47d636952 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/Editor/Windows/WelcomeWindow.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6aecfa7187979fa478b17f8f68523770 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/LogTag.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/LogTag.cs.meta new file mode 100644 index 000000000..ecb762c05 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/LogTag.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7d67a1bc6600b104e8fb2e4884f19224 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor.meta new file mode 100644 index 000000000..d6f96f6aa --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: ea2adcb52703b194bbc0243a60f38c4f +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers.meta new file mode 100644 index 000000000..4c488bd9a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 270fb154a6bbbf742aaee7c817ab9202 +folderAsset: yes +timeCreated: 1538846253 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/BBParameterDrawer.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/BBParameterDrawer.cs.meta new file mode 100644 index 000000000..63deafe8f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/BBParameterDrawer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b3d843d29b08165449a965dacaf34c58 +timeCreated: 1514571230 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/BlackboardSourceDrawer.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/BlackboardSourceDrawer.cs.meta new file mode 100644 index 000000000..671a2eee7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/BlackboardSourceDrawer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b0b44a30560e86343b94ada38e3431a5 +timeCreated: 1514571230 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/NodeReferenceDrawer.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/NodeReferenceDrawer.cs.meta new file mode 100644 index 000000000..00e8f4797 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/NodeReferenceDrawer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: dccd92d70b6aa0a4f82be708397d081b +timeCreated: 1514571230 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/TaskDrawer.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/TaskDrawer.cs.meta new file mode 100644 index 000000000..154032252 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Drawers/TaskDrawer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 3a52630c10cb08b42bc06fa496ffae63 +timeCreated: 1514571230 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Connection.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Connection.cs.meta new file mode 100644 index 000000000..7da50f403 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Connection.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f713408ec801d4340895cf7beda1ca54 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Graph.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Graph.cs.meta new file mode 100644 index 000000000..39c829a80 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Graph.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0137bd22ce62a6f449a25b6f40211b9f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Node.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Node.cs.meta new file mode 100644 index 000000000..e40dfdec9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editor.Node.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0bcaf709a685eb942a297a24eed5dfd9 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors.meta new file mode 100644 index 000000000..63729279a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 6369c6934c892d34d873bd074a8977b1 +folderAsset: yes +timeCreated: 1513683248 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/BBParameterEditor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/BBParameterEditor.cs.meta new file mode 100644 index 000000000..ffab97e6b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/BBParameterEditor.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 39b66ec274358e94b876d85f575ff4ae +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/BlackboardEditor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/BlackboardEditor.cs.meta new file mode 100644 index 000000000..7b7ee916e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/BlackboardEditor.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: da359895a5f62994d820daa97a57fb8b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/TaskEditor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/TaskEditor.cs.meta new file mode 100644 index 000000000..4218be58f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Editors/TaskEditor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: eb567bf834a033d42aa5c9c8d18cbc7d +timeCreated: 1510981549 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/GraphEditorUtility.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/GraphEditorUtility.cs.meta new file mode 100644 index 000000000..506b7c229 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/GraphEditorUtility.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 5521b496ff919304ea2009297fd9d4d2 +timeCreated: 1511254430 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Prefs.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Prefs.cs.meta new file mode 100644 index 000000000..cb23407f8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/Prefs.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1dbed12ec40ec684aaa8d434890ec817 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/StyleSheet.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/StyleSheet.cs.meta new file mode 100644 index 000000000..bf285845b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Design/PartialEditor/StyleSheet.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 98dfd102d8f307e4c95aa23beac61c5b +timeCreated: 1510960675 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime.meta new file mode 100644 index 000000000..c83986ba6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: e80025b5d020a1644970c8b8d29b16ee +folderAsset: yes +timeCreated: 1426868285 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Events.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Events.meta new file mode 100644 index 000000000..a613bff92 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Events.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f5b430e1cbec7754eb5614d9e199fc70 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Events/SignalDefinition.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Events/SignalDefinition.cs.meta new file mode 100644 index 000000000..c59cdd40e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Events/SignalDefinition.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b8d78c77b27bcee4792dedf004b44012 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs.meta new file mode 100644 index 000000000..9c79a49bd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 2f1b2bf800b7a7640ab05dc25c459d25 +folderAsset: yes +timeCreated: 1426868285 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/CanvasGroup(NC).cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/CanvasGroup(NC).cs.meta new file mode 100644 index 000000000..b3d94289b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/CanvasGroup(NC).cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 5f9608ac340f7d7418e4682cb7a93a3d +labels: +- Graph +- Node +- AI +- visualscripting +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Connection.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Connection.cs.meta new file mode 100644 index 000000000..2c996bd8c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Connection.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 76b3ba7e034f5e347926c55eb15ea518 +labels: +- Graph +- Node +- AI +- visualscripting +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/ExposedParameter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/ExposedParameter.cs.meta new file mode 100644 index 000000000..73c440151 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/ExposedParameter.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ca3db4bd3e1e2f74a8a3afe63f7f7028 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Graph.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Graph.cs.meta new file mode 100644 index 000000000..0b89ebb4f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Graph.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b7a13e6d93f6e2a4d97c9c30118c2f9a +labels: +- Graph +- Node +- AI +- visualscripting +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/GraphOwner.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/GraphOwner.cs.meta new file mode 100644 index 000000000..370ae9acb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/GraphOwner.cs.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 8f1b46c6e9f5f2a4cb0ec4c063dbfd18 +labels: +- Graph +- Node +- AI +- visualscripting +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: b5eeec78a0081094cb8dfeb83808d762, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/IGraphAssignableExtensions.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/IGraphAssignableExtensions.cs.meta new file mode 100644 index 000000000..2711131b0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/IGraphAssignableExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8907226ec155c034bbef73d47d79efe9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Interfaces.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Interfaces.cs.meta new file mode 100644 index 000000000..13caf695b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Interfaces.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 7df7b6321cd86d0498cfa6a4f8f4325c +labels: +- Graph +- Node +- AI +- visualscripting +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal.meta new file mode 100644 index 000000000..1793203ce --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: c974f26ac3349854485db396bc624a6e +folderAsset: yes +timeCreated: 1426868285 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/GraphLoadData.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/GraphLoadData.cs.meta new file mode 100644 index 000000000..13267b5e5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/GraphLoadData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f47b37faf0fc5df4da400f0bba0d35ed +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/GraphSource.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/GraphSource.cs.meta new file mode 100644 index 000000000..c25103521 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/GraphSource.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0ac806f2e918a5a48a3dfaa3e985d787 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/MissingConnection.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/MissingConnection.cs.meta new file mode 100644 index 000000000..0dd0e7bb6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/MissingConnection.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: aa31d7e234114e3499f188adfd1e1f84 +timeCreated: 1461842498 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/MissingNode.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/MissingNode.cs.meta new file mode 100644 index 000000000..c2070bfed --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Internal/MissingNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7035520631494254aa0d7379affe3106 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Node.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Node.cs.meta new file mode 100644 index 000000000..5014155a6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/Node.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 47b76e2d955bd434fb6c876ce91fef81 +labels: +- Graph +- Node +- AI +- visualscripting +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/NodeReference.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/NodeReference.cs.meta new file mode 100644 index 000000000..42c5aec74 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Graphs/NodeReference.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f2b1c0ee91fc4a444bd26d40c970d60e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers.meta new file mode 100644 index 000000000..3a0f24fda --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: eac692687d028874c9d5cacb45790224 +folderAsset: yes +timeCreated: 1426868285 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedAction.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedAction.cs.meta new file mode 100644 index 000000000..a3a6f6d7c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedAction.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a147fdacb6351d44f82fa2590c99cb81 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedFunction.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedFunction.cs.meta new file mode 100644 index 000000000..3f675811b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedFunction.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc5975ff21fbf624eae37680bcb13f3a +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedWrapper.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedWrapper.cs.meta new file mode 100644 index 000000000..b52351331 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/ReflectionWrappers/ReflectedWrapper.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 72a7cee9b8d336b4a8a2facfb90c7c55 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Status.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Status.cs.meta new file mode 100644 index 000000000..311c3f663 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Status.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dca04b6f4f9bd114793bf13b5477c6ee +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks.meta new file mode 100644 index 000000000..5f1a98ef3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: dd6e114833bd43641b82d5350e51ca6e +folderAsset: yes +timeCreated: 1426868285 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ActionList.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ActionList.cs.meta new file mode 100644 index 000000000..20207a46f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ActionList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 832e48885093140459c6a831c07ebe37 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ActionTask.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ActionTask.cs.meta new file mode 100644 index 000000000..dc94070a4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ActionTask.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b6a6c2ecd3bd33f46bc58c3fdb34467c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ConditionList.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ConditionList.cs.meta new file mode 100644 index 000000000..5b9e5fdac --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ConditionList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fb6fc20be7946ab4ea3fb06ff3a3afe3 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ConditionTask.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ConditionTask.cs.meta new file mode 100644 index 000000000..2b82dd053 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ConditionTask.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6d48020a3c8fd44489a3ada362367bee +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ITaskSystem.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ITaskSystem.cs.meta new file mode 100644 index 000000000..029fb5b0b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/ITaskSystem.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 50e8ffec84806c940b52a195bfa2acf1 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal.meta new file mode 100644 index 000000000..dc350cd98 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 7c03c00c6d790d9448d2faa87d52e040 +folderAsset: yes +timeCreated: 1426868285 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/MissingAction.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/MissingAction.cs.meta new file mode 100644 index 000000000..e8d14ccba --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/MissingAction.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa24052d6e1042e4681a578dd847302f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/MissingCondition.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/MissingCondition.cs.meta new file mode 100644 index 000000000..6ab78e519 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/MissingCondition.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2af354eae80ae15429dcb421c45a00d1 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/TaskAgentParameter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/TaskAgentParameter.cs.meta new file mode 100644 index 000000000..5a15e2ec6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Internal/TaskAgentParameter.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: f55bb2e7197697040afccc233b47749d +timeCreated: 1490012027 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Task.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Task.cs.meta new file mode 100644 index 000000000..86f5e0071 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Tasks/Task.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6cde6cc0493738d47a9ad3f247de8bdd +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables.meta new file mode 100644 index 000000000..9d21e75d2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: d5b522ce31ff7524ea6a1b190a801072 +folderAsset: yes +timeCreated: 1426868285 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/AssetBlackboard.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/AssetBlackboard.cs.meta new file mode 100644 index 000000000..3c027ca8f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/AssetBlackboard.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ee4fa5caed5fb2b43b903ef7859c9bf9 +timeCreated: 1426274359 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/BBParameter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/BBParameter.cs.meta new file mode 100644 index 000000000..c6951ff38 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/BBParameter.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4305efa065d81444fbb28731c8c53f54 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Blackboard.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Blackboard.cs.meta new file mode 100644 index 000000000..45317af62 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Blackboard.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b98a6db0b653f764eac834f85857a9dd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/GlobalBlackboard.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/GlobalBlackboard.cs.meta new file mode 100644 index 000000000..ec26e750e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/GlobalBlackboard.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5d4487f1cfc7d114e9eb271eace75d83 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: -80 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/IBlackboard.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/IBlackboard.cs.meta new file mode 100644 index 000000000..6e050bb5a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/IBlackboard.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 74ddcb8bc2a40d841aecfee894384aa3 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/IBlackboardExtensions.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/IBlackboardExtensions.cs.meta new file mode 100644 index 000000000..73d88efcf --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/IBlackboardExtensions.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 09694dc1e089db7418ca227a4a4404ff +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal.meta new file mode 100644 index 000000000..6cec038f2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: e914d8ccc7311dc48852e89fccc15bff +folderAsset: yes +timeCreated: 1426868285 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BBMappingParameter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BBMappingParameter.cs.meta new file mode 100644 index 000000000..492206ede --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BBMappingParameter.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2c34a111defd7d148a30ed8a396c5c26 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BBObjectParameter.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BBObjectParameter.cs.meta new file mode 100644 index 000000000..85c203a2f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BBObjectParameter.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 68706ed7d53135b4196b0757cad1a1d1 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BlackboardSource.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BlackboardSource.cs.meta new file mode 100644 index 000000000..0a4ff3ca8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/BlackboardSource.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 643071718799fd84da127056bf3a3c37 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/MissingBBParameterType.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/MissingBBParameterType.cs.meta new file mode 100644 index 000000000..246d6d413 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/MissingBBParameterType.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: de27e3d9cb287394f848fa3eeaa7e688 +timeCreated: 1438618128 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/MissingVariableType.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/MissingVariableType.cs.meta new file mode 100644 index 000000000..1f8ed12f7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/MissingVariableType.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: a269254a262bdc44fa7038a63cafabb9 +timeCreated: 1438618128 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/fsBBParameterProcessor.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/fsBBParameterProcessor.cs.meta new file mode 100644 index 000000000..189bf6633 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Internal/fsBBParameterProcessor.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 06577ee7a45212744a32fdb6920795b0 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/SyncBlackboard.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/SyncBlackboard.cs.meta new file mode 100644 index 000000000..f60c8a00e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/SyncBlackboard.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d319a54c00fe7f14bbb847268182a70d +timeCreated: 1438185782 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Variable.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Variable.cs.meta new file mode 100644 index 000000000..b92aec841 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/Variable.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ddacaeaa9ce60634ab9efdd51ce1e421 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/VariableSeparator.cs.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/VariableSeparator.cs.meta new file mode 100644 index 000000000..7ab3675eb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/Framework/Runtime/Variables/VariableSeparator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6df3db77f51082340a2c81202565cca1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/CanvasCore/ParadoxNotion.asmdef.meta b/Assets/Plugins/ParadoxNotion/CanvasCore/ParadoxNotion.asmdef.meta new file mode 100644 index 000000000..be9789b51 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/CanvasCore/ParadoxNotion.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 66c2eb417c67ad849907d0769db96dbf +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas.meta new file mode 100644 index 000000000..daaa4e695 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: ea23bacb128cf2c49b9cac335109b1e0 +folderAsset: yes +timeCreated: 1538667928 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor.meta new file mode 100644 index 000000000..7180c3cd9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 21af63cb2c48a3b4f829ae3b353031b9 +folderAsset: yes +timeCreated: 1538758966 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Commands.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Commands.cs.meta new file mode 100644 index 000000000..a409fa1c7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Commands.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 97bfc0240961cfa46965bb2a0b5cd48c +timeCreated: 1462124021 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Drawers.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Drawers.meta new file mode 100644 index 000000000..a6ffd88eb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Drawers.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 83195f27791c80849984b2dfe458acea +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Drawers/StatementDrawer.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Drawers/StatementDrawer.cs.meta new file mode 100644 index 000000000..9a7cf72e8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Drawers/StatementDrawer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 0bfe262bb61820c468a50914a8a115fa +timeCreated: 1514571230 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors.meta new file mode 100644 index 000000000..b6ad9d1bc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 03b4f67804ea6004ca5a0d6d3c2fa242 +folderAsset: yes +timeCreated: 1538791284 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/ActionListPlayerInspector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/ActionListPlayerInspector.cs.meta new file mode 100644 index 000000000..9b29c240a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/ActionListPlayerInspector.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: fbf729746d7bc944680ce1f47ea78b92 +timeCreated: 1435079900 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/BehaviourTreeOwnerInspector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/BehaviourTreeOwnerInspector.cs.meta new file mode 100644 index 000000000..1ea375533 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/BehaviourTreeOwnerInspector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2c0a6b566c1d2e24eab536c326773e7d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/DialogueTreeControllerInspector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/DialogueTreeControllerInspector.cs.meta new file mode 100644 index 000000000..42b35cbfa --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/DialogueTreeControllerInspector.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 7500d819cd85a144097dbf09c905400c +timeCreated: 1478952843 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/DialogueTreeInspector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/DialogueTreeInspector.cs.meta new file mode 100644 index 000000000..f255b96b8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Editor/Inspectors/DialogueTreeInspector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8eb93d789c99f9740a5607b35373ba73 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules.meta new file mode 100644 index 000000000..26657ce62 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 4b96917df5b826b42aca7c0146350c6c +folderAsset: yes +timeCreated: 1538756895 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/ActionListPlayer.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/ActionListPlayer.meta new file mode 100644 index 000000000..5002a6eab --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/ActionListPlayer.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 041e18f0c8aec704cb1d5550618b04c5 +folderAsset: yes +timeCreated: 1435255793 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/ActionListPlayer/ActionListPlayer.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/ActionListPlayer/ActionListPlayer.cs.meta new file mode 100644 index 000000000..89932e65c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/ActionListPlayer/ActionListPlayer.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 771e8d04ad23ec04ca6178c3be664c99 +timeCreated: 1435079338 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees.meta new file mode 100644 index 000000000..13af25663 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 3e4c919d6c8ace54abe33fbe755d92f0 +folderAsset: yes +timeCreated: 1448983354 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTConnection.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTConnection.cs.meta new file mode 100644 index 000000000..180738739 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTConnection.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a30540c2f2ef9254686deec5ba838b26 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTNode.cs.meta new file mode 100644 index 000000000..a386ed5cf --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 36c47b59831d8804eb0ff34bcb2622a7 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTNodeNested.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTNodeNested.cs.meta new file mode 100644 index 000000000..8f7072ac2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BTNodeNested.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 446133630245ab947a1bef9bbc5d5aa3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTree.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTree.cs.meta new file mode 100644 index 000000000..99a177b38 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTree.cs.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 7a686a47eee2fa44cb0a34b5d86e4d5e +labels: +- AI +- behaviourtree +- visualscripting +- behaviour +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTreeExtensions.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTreeExtensions.cs.meta new file mode 100644 index 000000000..d6d5533b4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTreeExtensions.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 274b815aabe24fb4cb3b2db61d263a82 +timeCreated: 1511235461 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTreeOwner.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTreeOwner.cs.meta new file mode 100644 index 000000000..8398593ff --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/BehaviourTreeOwner.cs.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: aad115aca74ce3c4891b3f6de0b4aae8 +labels: +- AI +- behaviourtree +- visualscripting +- behaviour +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: b5eeec78a0081094cb8dfeb83808d762, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes.meta new file mode 100644 index 000000000..b8b7ff3f6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 600973cdc7297f644ae02138cc4daed8 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/BTComposite.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/BTComposite.cs.meta new file mode 100644 index 000000000..cb6fdae3c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/BTComposite.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2e93e7cbdaad6ba44b9dc279b92d4aa1 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/BTDecorator.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/BTDecorator.cs.meta new file mode 100644 index 000000000..9433cd06c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/BTDecorator.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db739e985051c1649a1542c75a5c0c35 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites.meta new file mode 100644 index 000000000..ed46594d0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: c91f78ceede3d6f4083926a34147bd51 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/BinarySelector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/BinarySelector.cs.meta new file mode 100644 index 000000000..d5f44ea4d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/BinarySelector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 48e71e5905e9e394e83cbdce71c91feb +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/FlipSelector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/FlipSelector.cs.meta new file mode 100644 index 000000000..dacbca935 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/FlipSelector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dcf40bac689367f4ba07b1a75299e628 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Parallel.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Parallel.cs.meta new file mode 100644 index 000000000..c0a02f40e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Parallel.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 20bb0006fe2ddc941b3bddd6e00a1321 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/PrioritySelector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/PrioritySelector.cs.meta new file mode 100644 index 000000000..a325a88c1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/PrioritySelector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 39f51e3aa06f96c4399b79d7656917c6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/ProbabilitySelector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/ProbabilitySelector.cs.meta new file mode 100644 index 000000000..2a5285c28 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/ProbabilitySelector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 23428d321072cac43b4e9c02610e96d6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Selector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Selector.cs.meta new file mode 100644 index 000000000..675bcab54 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Selector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa1c35ff60b06c74cb9102cc2babf462 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Sequencer.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Sequencer.cs.meta new file mode 100644 index 000000000..f998d1cd2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Sequencer.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bafebe0850f5ea84eb87e77c674123e8 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/StepIterator.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/StepIterator.cs.meta new file mode 100644 index 000000000..ea51b350d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/StepIterator.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1beecc40e55bf82488985475900341fe +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Switch.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Switch.cs.meta new file mode 100644 index 000000000..3e610fb26 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Composites/Switch.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d3c9285b12215614d98d6497ad391e78 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators.meta new file mode 100644 index 000000000..5d2301697 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: ad02d7f1f3402ef4083d1af9260f390e +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/ConditionalEvaluator.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/ConditionalEvaluator.cs.meta new file mode 100644 index 000000000..d29a6623c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/ConditionalEvaluator.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 77a4b51944584ae429faf6c94c84bc6c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Filter.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Filter.cs.meta new file mode 100644 index 000000000..8c5d3c3c9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Filter.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fb5ec2484dff28347b4302b59cdb3139 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Guard.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Guard.cs.meta new file mode 100644 index 000000000..d5c9be452 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Guard.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 19fc82817a5cfd94f99129e7f7a6f879 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Interruptor.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Interruptor.cs.meta new file mode 100644 index 000000000..8604e4667 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Interruptor.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02d64e844d954b94d94268d941ad3768 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Inverter.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Inverter.cs.meta new file mode 100644 index 000000000..64067ac2a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Inverter.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc5ca97b632c2a34a954b8e8937b1726 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Iterator.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Iterator.cs.meta new file mode 100644 index 000000000..3c5b7ccd7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Iterator.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3255184fe8922814dbb5260dc3bd07dc +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Merge.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Merge.cs.meta new file mode 100644 index 000000000..6c7573c90 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Merge.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 586c7107d4ae1b346bf183aa14da0a85 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Monitor.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Monitor.cs.meta new file mode 100644 index 000000000..d3f65a893 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Monitor.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: bcfd9a49dcd36a945980913e16ded47c +timeCreated: 1495927811 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Optional.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Optional.cs.meta new file mode 100644 index 000000000..cf1a78f2e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Optional.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 118d0d2c1e83b3140be8151b09bb0bbc +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Remapper.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Remapper.cs.meta new file mode 100644 index 000000000..9d0c7cef7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Remapper.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b95e7194b7b2eb24fab03071e0cebf33 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Repeater.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Repeater.cs.meta new file mode 100644 index 000000000..eb4ea2d1d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Repeater.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d74567d471af51f46a176cd123b68d72 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Setter.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Setter.cs.meta new file mode 100644 index 000000000..479666ac1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Setter.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f79712c85c72df64cb10e3dc32389aaa +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Timeout.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Timeout.cs.meta new file mode 100644 index 000000000..770ee9439 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Timeout.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 117e6954834de844b80b3610a29e4867 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/WaitUntil.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/WaitUntil.cs.meta new file mode 100644 index 000000000..e9e436062 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/WaitUntil.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1523063433aecea4cb4f75728ac09886 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs.meta new file mode 100644 index 000000000..32d402799 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 07733885d919a884faf9690060c0d1d7 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/ActionNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/ActionNode.cs.meta new file mode 100644 index 000000000..a1e948b3e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/ActionNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4363f6a82c42c2f4db123b8c19215466 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/ConditionNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/ConditionNode.cs.meta new file mode 100644 index 000000000..5818dfd8c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/ConditionNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ebacb7ee0473cac4a9a9de550ee34c08 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/NestedDT.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/NestedDT.cs.meta new file mode 100644 index 000000000..d78543288 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/NestedDT.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d1bc8dfa829907d4587851859ad68a5b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/NestedFSM.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/NestedFSM.cs.meta new file mode 100644 index 000000000..72b2b6e17 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/NestedFSM.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 029908fbea5cdb44eb8daab6ea1ce96d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/SubTree.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/SubTree.cs.meta new file mode 100644 index 000000000..fd21809ee --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Leafs/SubTree.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 81a47db377388e443b24ae90ce6a83c8 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees.meta new file mode 100644 index 000000000..79d5c270a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 401468022ced6be409de4e26417b1357 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTConnection.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTConnection.cs.meta new file mode 100644 index 000000000..c1bceb747 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTConnection.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f681a39730ae5674fb66c8f78d455170 +labels: +- Node +- visualscripting +- dialogue +- Graph +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTNode.cs.meta new file mode 100644 index 000000000..dea60b3f9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTNode.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 59103b2c12660b043b15b0ee459da1a7 +labels: +- Node +- visualscripting +- dialogue +- Graph +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTNodeNested.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTNodeNested.cs.meta new file mode 100644 index 000000000..487a47e84 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DTNodeNested.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 70cdf8977a971ee47a8430c3c38cf92f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueActor.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueActor.cs.meta new file mode 100644 index 000000000..3ae084cf3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueActor.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3d71fb7c52372e244baf2e69a9d0d116 +labels: +- Node +- visualscripting +- dialogue +- Graph +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueActorAsset.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueActorAsset.cs.meta new file mode 100644 index 000000000..91d69c209 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueActorAsset.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c2ec6ea76fcc78b46b0f170b5cf8b8a2 +labels: +- Node +- visualscripting +- dialogue +- Graph +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueEventArguments.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueEventArguments.cs.meta new file mode 100644 index 000000000..ac7615f5e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueEventArguments.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 99be78178d3274c46b4d5dc851d694df +labels: +- Node +- visualscripting +- dialogue +- Graph +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI.meta new file mode 100644 index 000000000..7ae870140 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 39761394fbf3ea346a5e66e5798c11ae +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/@DialogueUGUI.prefab.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/@DialogueUGUI.prefab.meta new file mode 100644 index 000000000..2b16fb8e2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/@DialogueUGUI.prefab.meta @@ -0,0 +1,6 @@ +fileFormatVersion: 2 +guid: ea4f45f1433c2404197edc445210b679 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/DialogueUGUI.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/DialogueUGUI.cs.meta new file mode 100644 index 000000000..0263a367f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/DialogueUGUI.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8a2b17e84c4df7d4c890f25c7c265c11 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: -50 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds.meta new file mode 100644 index 000000000..491df6851 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 308fd16ad36adda41800985165b4ebf1 +folderAsset: yes +timeCreated: 1485179025 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-1.wav.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-1.wav.meta new file mode 100644 index 000000000..874e8b3f2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-1.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: a0d9ccf1ea0e87d4794965b3fa230c65 +timeCreated: 1485179020 +licenseType: Store +AudioImporter: + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-2.wav.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-2.wav.meta new file mode 100644 index 000000000..5a3083b7d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-2.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 5e5452015663bd141a0af3ff478c7272 +timeCreated: 1485179020 +licenseType: Store +AudioImporter: + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-3.wav.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-3.wav.meta new file mode 100644 index 000000000..3adb05b40 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueGUI/Sounds/Keyboard-3.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 5d3613a99f5e0ac43a2acdfd87d61a4e +timeCreated: 1485179019 +licenseType: Store +AudioImporter: + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueTree.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueTree.cs.meta new file mode 100644 index 000000000..05d441bea --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueTree.cs.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2c3f478ef69fbe04fa9ed3664a8a443e +labels: +- Node +- visualscripting +- dialogue +- Graph +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueTreeController.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueTreeController.cs.meta new file mode 100644 index 000000000..67abd10b7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/DialogueTreeController.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c32e4b851ebd8fa4ea0645b99be1cf97 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: b5eeec78a0081094cb8dfeb83808d762, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/IDialogueActor.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/IDialogueActor.cs.meta new file mode 100644 index 000000000..a58e1d92a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/IDialogueActor.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b6fede26f3152e541ab8baad9585549a +labels: +- Node +- visualscripting +- dialogue +- Graph +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/IStatement.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/IStatement.cs.meta new file mode 100644 index 000000000..e242b87fd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/IStatement.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 964dda7a8c6ffe64496a9912416eee06 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes.meta new file mode 100644 index 000000000..161972b0b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: da9036d563304ce4bb5c20ba24986360 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ActionNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ActionNode.cs.meta new file mode 100644 index 000000000..bda1d5b24 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ActionNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 856f5f12f2d3c4541a8a36720cb3bdcf +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ConditionNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ConditionNode.cs.meta new file mode 100644 index 000000000..b20b4ab49 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ConditionNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 01a3a97a8a25c2441aa667aa238c0486 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/FinishNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/FinishNode.cs.meta new file mode 100644 index 000000000..88abde9ce --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/FinishNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 31be30c3adfc6af4a8c0750caaafa770 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/Jumper.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/Jumper.cs.meta new file mode 100644 index 000000000..a30dec70f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/Jumper.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f8c3b37a66cf2a241ae31bbde152af4d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/MultipleChoiceNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/MultipleChoiceNode.cs.meta new file mode 100644 index 000000000..66f916ddc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/MultipleChoiceNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ff3d8c33a9aa7f349b04870043553f39 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/MultipleConditionNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/MultipleConditionNode.cs.meta new file mode 100644 index 000000000..d3b8a8fbc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/MultipleConditionNode.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 1c9cd1de76869e34a8da4b5ddd595fc6 +timeCreated: 1433450910 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ProbabilitySelector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ProbabilitySelector.cs.meta new file mode 100644 index 000000000..d52ef2024 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/ProbabilitySelector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1229722465d0df44d958255cff25c013 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/StatementNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/StatementNode.cs.meta new file mode 100644 index 000000000..932441352 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/StatementNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b588031940a278642b73f25a2279bbdd +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/SubDialogueTree.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/SubDialogueTree.cs.meta new file mode 100644 index 000000000..d195330fb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/SubDialogueTree.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: e463f393e62a0d34093f273ea33c5b23 +labels: +- AI +- visualscripting +- dialogue +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines.meta new file mode 100644 index 000000000..635591089 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 138783e4d22e4914386375d72cfb9fc9 +folderAsset: yes +timeCreated: 1448983363 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSM.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSM.cs.meta new file mode 100644 index 000000000..d5a952d12 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSM.cs.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: f945e777233a59f4aba40aeca29093a6 +labels: +- AI +- visualscripting +- FSM +- state +- flow +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMConnection.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMConnection.cs.meta new file mode 100644 index 000000000..a80126e1f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMConnection.cs.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 3d69dfa1e1e10d2448da5e61340175dd +labels: +- AI +- visualscripting +- FSM +- state +- flow +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMNode.cs.meta new file mode 100644 index 000000000..f2564620f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMNode.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5cb7af7f552ce3749a4ebe68c9e0fd32 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMNodeNested.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMNodeNested.cs.meta new file mode 100644 index 000000000..a804219bd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMNodeNested.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b98b283dbb2c2b44a8b5ca06796167df +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMOwner.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMOwner.cs.meta new file mode 100644 index 000000000..d73c6f68e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMOwner.cs.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 4a7dbb6bbdf4ffb46ab7dd87ba8191e7 +labels: +- AI +- visualscripting +- FSM +- state +- flow +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: b5eeec78a0081094cb8dfeb83808d762, type: 3} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMState.cs.meta new file mode 100644 index 000000000..3116a1ce2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMState.cs.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 48b2cee75b6f6b54299cda56fe9f6bad +labels: +- AI +- visualscripting +- FSM +- state +- flow +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMStateNested.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMStateNested.cs.meta new file mode 100644 index 000000000..cc359f584 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/FSMStateNested.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d4794125a8045f14c984577a1089b4f6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/IState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/IState.cs.meta new file mode 100644 index 000000000..2a148dbef --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/IState.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: f08e7012c92f50c47a70934e30c10ec1 +timeCreated: 1570883650 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/IStateCallbackReceiver.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/IStateCallbackReceiver.cs.meta new file mode 100644 index 000000000..0bf34c4be --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/IStateCallbackReceiver.cs.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: b3fa35b5f43db4943a1913b7079e3461 +timeCreated: 1570883613 +licenseType: Store +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes.meta new file mode 100644 index 000000000..44d7e4c9d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 2efa1f9c70536f14c9f2f666efa364c4 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ActionState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ActionState.cs.meta new file mode 100644 index 000000000..64e8f092f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ActionState.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ddb1611039b7dac4ab5c471307d8c524 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/AnyState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/AnyState.cs.meta new file mode 100644 index 000000000..c337af4db --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/AnyState.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 07c3b9fe69fee1641aa48869d70de213 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ConcurrentSubFSM.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ConcurrentSubFSM.cs.meta new file mode 100644 index 000000000..e7cdb86b9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ConcurrentSubFSM.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0a8f80842481d7642b7398217e48a47e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ConcurrentSubTree.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ConcurrentSubTree.cs.meta new file mode 100644 index 000000000..d33bdf141 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/ConcurrentSubTree.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bd5d84502c0a56842a0576cfbe8ce754 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/EmptyState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/EmptyState.cs.meta new file mode 100644 index 000000000..00419872f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/EmptyState.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8abe07e17374d204abec1e16fc1f0072 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedBTState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedBTState.cs.meta new file mode 100644 index 000000000..0c5ed3b06 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedBTState.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f783a6a0ceff66b4ab995ee26ffe5948 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedDTState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedDTState.cs.meta new file mode 100644 index 000000000..b9b4e40f4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedDTState.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9b6030e6c23c1534ca4d4210998eb4d6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedFSMState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedFSMState.cs.meta new file mode 100644 index 000000000..af845bf44 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/NestedFSMState.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6ba2d9e312e9fa145aae02b450447b07 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMEnter.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMEnter.cs.meta new file mode 100644 index 000000000..f37126219 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMEnter.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b14eff6fa54e645469e5f0902dc1e8f9 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMExit.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMExit.cs.meta new file mode 100644 index 000000000..040b8a29f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMExit.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b690cf7166bc1c64984e93389fb62701 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMUpdate.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMUpdate.cs.meta new file mode 100644 index 000000000..69a651fe1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/OnFSMUpdate.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0e81c1848a517df4c9327dc6d65e75ff +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/SuperActionState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/SuperActionState.cs.meta new file mode 100644 index 000000000..569dddc45 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Modules/StateMachines/Nodes/SuperActionState.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: a0aefad866fbf9c45b00499f08198f4d +timeCreated: 1447866445 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/NodeCanvas.asmdef.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/NodeCanvas.asmdef.meta new file mode 100644 index 000000000..d2b2ca5ae --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/NodeCanvas.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2289059ddf1745b4d80a0f184af99d6b +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/README.txt.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/README.txt.meta new file mode 100644 index 000000000..92a302ff1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/README.txt.meta @@ -0,0 +1,6 @@ +fileFormatVersion: 2 +guid: d97ccf67be34d494898653ce46bfcf0a +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks.meta new file mode 100644 index 000000000..747368514 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 7dbd2d497495aa54d9567ca422bbc220 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions.meta new file mode 100644 index 000000000..e10414417 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: a5bf15b1eb14d8548b7ee574330ea7f0 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy).meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy).meta new file mode 100644 index 000000000..153552797 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy).meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: faf0b915d6a88f6439750f26c8576c33 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy)/PlayAnimationAdvanced.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy)/PlayAnimationAdvanced.cs.meta new file mode 100644 index 000000000..d3da30957 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy)/PlayAnimationAdvanced.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fd97af9e2cdb80849986192c53640eab +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy)/PlayAnimationSimple.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy)/PlayAnimationSimple.cs.meta new file mode 100644 index 000000000..973c7d8f8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animation (Legacy)/PlayAnimationSimple.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0ee037a87018d194e9552fc9c1575e28 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator.meta new file mode 100644 index 000000000..d52d7e0ef --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 5d698b044b1d69740b04b8afba652181 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimPlayAnimation.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimPlayAnimation.cs.meta new file mode 100644 index 000000000..637d154a4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimPlayAnimation.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 068de04d6f321674f8df75b0e7799e08 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetBool.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetBool.cs.meta new file mode 100644 index 000000000..91a6af54b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetBool.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3b4b5555c43840447a0a5bf21924e8b0 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetFloat.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetFloat.cs.meta new file mode 100644 index 000000000..89ff575a9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetFloat.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 81ea6c2dce41d5649a91981c87313f37 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetIK.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetIK.cs.meta new file mode 100644 index 000000000..e14339ced --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetIK.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6aa8269a954781a40a72e0ab09b42ebd +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetInt.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetInt.cs.meta new file mode 100644 index 000000000..bcc913094 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetInt.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fe51923d669e70d48b6154e408605923 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetLayerWeight.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetLayerWeight.cs.meta new file mode 100644 index 000000000..a13304f5e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetLayerWeight.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6f88c3bb281ccf469df8a20555329cf +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetLookAt.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetLookAt.cs.meta new file mode 100644 index 000000000..5c2a49b97 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetLookAt.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5ba868e9fed5f284c9cfac8f2aa92a73 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetTrigger.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetTrigger.cs.meta new file mode 100644 index 000000000..8a0e60e52 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Animator/MecanimSetTrigger.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 755b04421778adb43ab33691892beed5 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Application.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Application.meta new file mode 100644 index 000000000..1229421d2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Application.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 95b1e8757eddc74439756d25269ab31d +folderAsset: yes +timeCreated: 1513695268 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Application/LoadScene.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Application/LoadScene.cs.meta new file mode 100644 index 000000000..b056c51aa --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Application/LoadScene.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 4d0d2ed30df85694ea2442577faee142 +timeCreated: 1513694910 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Audio.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Audio.meta new file mode 100644 index 000000000..2bbc7fa7e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Audio.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: cc2451fd9afdd33409549a4c7372b17c +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Audio/PlayAudioAtPosition.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Audio/PlayAudioAtPosition.cs.meta new file mode 100644 index 000000000..5d035196b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Audio/PlayAudioAtPosition.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d15857f495a22c44fb7213edb95ae242 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard.meta new file mode 100644 index 000000000..342416c74 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: cc7722cad61550744b11fe913139ce5b +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/ComposeVector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/ComposeVector.cs.meta new file mode 100644 index 000000000..a579b38a3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/ComposeVector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 125a28cbed450e440bd316c7b9e892b8 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/DecomposeVector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/DecomposeVector.cs.meta new file mode 100644 index 000000000..b22e8fa6b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/DecomposeVector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0515a42e61cc03749ae53272ad6c2ea6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific.meta new file mode 100644 index 000000000..acf59188b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 098a65292321a36459b788555a241eb5 +folderAsset: yes +timeCreated: 1508931960 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific/AddElementToDictionary.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific/AddElementToDictionary.cs.meta new file mode 100644 index 000000000..33679c9a6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific/AddElementToDictionary.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 4d79bc69b7846bf4c83186d11632de43 +timeCreated: 1466908765 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific/GetDictionaryElement.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific/GetDictionaryElement.cs.meta new file mode 100644 index 000000000..2e90d361b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Dictionary Specific/GetDictionaryElement.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 6e1ccc612605fa743a99c87bd393d0b0 +timeCreated: 1466909038 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/EvaluateCurve.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/EvaluateCurve.cs.meta new file mode 100644 index 000000000..3ec8b9859 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/EvaluateCurve.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d1044d383c112af42875e99d56d74eb6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Get Self.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Get Self.cs.meta new file mode 100644 index 000000000..93301cb8b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/Get Self.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bf92aabc17a4570478349500cd9b79a9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/GetOtherBlackboardVariable.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/GetOtherBlackboardVariable.cs.meta new file mode 100644 index 000000000..65573fc8f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/GetOtherBlackboardVariable.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 7ca32d6509e23bd4e842449e806de9ab +timeCreated: 1452355528 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/GetToString.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/GetToString.cs.meta new file mode 100644 index 000000000..e162e8e8d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/GetToString.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c9952e043e762554894e6b5bee9d1c0b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific.meta new file mode 100644 index 000000000..b9173df1c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 4420330d08ae1df49bc313a7384e4b86 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/AddElementToList.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/AddElementToList.cs.meta new file mode 100644 index 000000000..463fb418f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/AddElementToList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d56a1bdefc0c30d4ba58e57badb096a1 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/ClearList.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/ClearList.cs.meta new file mode 100644 index 000000000..54fb681a0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/ClearList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d84431e6405163d45abc8dbfa6357145 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetCloserGameObjectInList.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetCloserGameObjectInList.cs.meta new file mode 100644 index 000000000..0bbfd3076 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetCloserGameObjectInList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 01a20afa5dc0e3d43a6498bf8da0501e +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetIndexOfElement.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetIndexOfElement.cs.meta new file mode 100644 index 000000000..303e60721 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetIndexOfElement.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9f9a0e64340064849bccbc79218a1712 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetListCount.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetListCount.cs.meta new file mode 100644 index 000000000..834f5281e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/GetListCount.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cd7f6af7a9a3802488547672d96b5505 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/InsertElementToList.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/InsertElementToList.cs.meta new file mode 100644 index 000000000..dcbf749d1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/InsertElementToList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4f62b3be125206e49ad73bcaf4c279c2 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/PickListElement.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/PickListElement.cs.meta new file mode 100644 index 000000000..c095e02d5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/PickListElement.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a733201b66a33fb478371b3cafca3885 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/PickRandomListElement.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/PickRandomListElement.cs.meta new file mode 100644 index 000000000..f95c65795 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/PickRandomListElement.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 376917d99c2b14440b8153aa391c973b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/RemoveElementFromList.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/RemoveElementFromList.cs.meta new file mode 100644 index 000000000..4c0546d5c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/RemoveElementFromList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 19f9361b4228af843a49e3b8ae77e088 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/SetListElement.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/SetListElement.cs.meta new file mode 100644 index 000000000..60355dafd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/SetListElement.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: bf62d460f7f94de41ab26802a6f68a89 +timeCreated: 1429294008 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/ShuffleList.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/ShuffleList.cs.meta new file mode 100644 index 000000000..4ef1f5ecc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/ShuffleList.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c9f0b48046c2e0f4ea62a52ab7cbbcd7 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/SortGameObjectListByDistance.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/SortGameObjectListByDistance.cs.meta new file mode 100644 index 000000000..5101d0a07 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/List Specific/SortGameObjectListByDistance.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e1d1c6083791fd54e813c7f076fe6f8e +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/LoadBlackboard.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/LoadBlackboard.cs.meta new file mode 100644 index 000000000..1b6a38635 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/LoadBlackboard.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f6ffb4e56978514448a9c042085bc84b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/NormalizeVector.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/NormalizeVector.cs.meta new file mode 100644 index 000000000..f4531c5a7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/NormalizeVector.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 20fef3a7de804de419be6a0bf3d152c0 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SampleCurve.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SampleCurve.cs.meta new file mode 100644 index 000000000..5c42f73d2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SampleCurve.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ef1a2fcbfbe87264cb5751e9e8950c01 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SaveBlackboard.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SaveBlackboard.cs.meta new file mode 100644 index 000000000..4c09a1a58 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SaveBlackboard.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a73b57e13726a04ab5a2e67e9f001f5 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetBoolean.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetBoolean.cs.meta new file mode 100644 index 000000000..31033941d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetBoolean.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9839dba5b1d0fca4bb2d6e2f9b11a664 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetBooleanRandom.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetBooleanRandom.cs.meta new file mode 100644 index 000000000..dd115ec2a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetBooleanRandom.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 908d17f9eed377a4b92f3ee03b95df5f +timeCreated: 1430488841 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnum.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnum.cs.meta new file mode 100644 index 000000000..7435338c8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnum.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 15dcac4b081172143a0879e8b717de36 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs.meta new file mode 100644 index 000000000..10096cc5f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetEnumFlag.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2cb60d6a9aa366d4f94c18d5e0d36b6c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetFloat.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetFloat.cs.meta new file mode 100644 index 000000000..36716370b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetFloat.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 51f848e47c3fbed49a26ccf73bd4024a +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetFloatRandom.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetFloatRandom.cs.meta new file mode 100644 index 000000000..38e83429a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetFloatRandom.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f3adcd74c33b0da428edc26c6fed097b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetInt.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetInt.cs.meta new file mode 100644 index 000000000..be7530ebc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetInt.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7e7022659287e9947b7288e9b9b19906 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetIntRandom.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetIntRandom.cs.meta new file mode 100644 index 000000000..a6dcf656b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetIntRandom.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: c41382e1a478f36429475e6a2bb32566 +timeCreated: 1430488716 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetOtherBlackboardVariable.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetOtherBlackboardVariable.cs.meta new file mode 100644 index 000000000..da705765d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetOtherBlackboardVariable.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: efdb0ef782aeff746a21d318c4c5459f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetVariable.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetVariable.cs.meta new file mode 100644 index 000000000..f967e5971 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetVariable.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a288d6b789d3d646a822eec3b23b924 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetVector3.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetVector3.cs.meta new file mode 100644 index 000000000..5ac23d3d6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/SetVector3.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c386ffe7332532c47bb064d33589da16 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/TriggerBoolean.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/TriggerBoolean.cs.meta new file mode 100644 index 000000000..c3ae2d6ed --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Blackboard/TriggerBoolean.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: f5cb90de6af7eca4d9a0dbffe9522241 +timeCreated: 1448405583 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera.meta new file mode 100644 index 000000000..b2ffe1688 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: a4d7c60484536d347969fd48119f4d3d +folderAsset: yes +timeCreated: 1433294287 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/CameraFader.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/CameraFader.cs.meta new file mode 100644 index 000000000..f3599b10e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/CameraFader.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: fb452f4aee936a543a1da061a3166e32 +timeCreated: 1433294396 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/FadeIn.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/FadeIn.cs.meta new file mode 100644 index 000000000..566b5c300 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/FadeIn.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: cd298722117d35041bc834cf57612a77 +timeCreated: 1433294375 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/FadeOut.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/FadeOut.cs.meta new file mode 100644 index 000000000..e1d11ac0c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Camera/FadeOut.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: e952924a017858d44b872217916de9c6 +timeCreated: 1433294749 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue.meta new file mode 100644 index 000000000..cdaec53cb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: aa3d343783e13e44db22cfc054362c40 +folderAsset: yes +timeCreated: 1431603566 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/Say.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/Say.cs.meta new file mode 100644 index 000000000..771eca9b9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/Say.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: a6c54d874c9bbc14e85abb7a9d5b69c8 +timeCreated: 1428599334 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/SayRandom.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/SayRandom.cs.meta new file mode 100644 index 000000000..7670d1fed --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/SayRandom.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: df2435e1c53069e4b95d4c92321acc00 +timeCreated: 1439221607 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/StartDialogueTree.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/StartDialogueTree.cs.meta new file mode 100644 index 000000000..cfbcbc40a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Dialogue/StartDialogueTree.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 28ed7b9a98e0807489efa7fac1e773f7 +timeCreated: 1427326669 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject.meta new file mode 100644 index 000000000..b8856f5ed --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: a07bf286ae6fc9748994d94f518af470 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/CreateGameObject.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/CreateGameObject.cs.meta new file mode 100644 index 000000000..51549d541 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/CreateGameObject.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df5bbf2b88ef95445935356468baedf9 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/CreatePrimitive.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/CreatePrimitive.cs.meta new file mode 100644 index 000000000..b5e61cb1b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/CreatePrimitive.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: de612f4b60c7af648ba4f59d7e49b887 +timeCreated: 1428004326 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/DestroyGameObject.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/DestroyGameObject.cs.meta new file mode 100644 index 000000000..ed2ba0b8d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/DestroyGameObject.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 638bb042fda0af24b98d43afb69da626 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithLayer.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithLayer.cs.meta new file mode 100644 index 000000000..f4d1e7b14 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithLayer.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f86bab41242d1994eb0adc8aaa311add +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithName.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithName.cs.meta new file mode 100644 index 000000000..b56a0ebf4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithName.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 396b0173f86d0b04fa2e6bcc6f150550 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithTag.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithTag.cs.meta new file mode 100644 index 000000000..271a5b1be --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindAllWithTag.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a108d61570245ad46ab4f8620dcb4c0e +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindChildByName.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindChildByName.cs.meta new file mode 100644 index 000000000..611f3e2e4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindChildByName.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: dc184b48292a1b44689b2678ddc4ff29 +timeCreated: 1481620865 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindClosestWithTag.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindClosestWithTag.cs.meta new file mode 100644 index 000000000..746197360 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindClosestWithTag.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cb1786bed55fb7344bc37169af0b0f79 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindObjectOfType.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindObjectOfType.cs.meta new file mode 100644 index 000000000..820969adb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindObjectOfType.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 52a4a3a41948df946af285273ff3c3de +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindObjectsOfType.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindObjectsOfType.cs.meta new file mode 100644 index 000000000..48505de7c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindObjectsOfType.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c613b340928dbd74fac60067655b39ce +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindWithName.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindWithName.cs.meta new file mode 100644 index 000000000..19e7d1831 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindWithName.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1dad36b464a1dae41ba27af7d54ea50b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindWithTag.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindWithTag.cs.meta new file mode 100644 index 000000000..029b2fa14 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/FindWithTag.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bc55926081afaf5498a2c14e1b14b028 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetAllChildGameObjects.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetAllChildGameObjects.cs.meta new file mode 100644 index 000000000..ef2d79948 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetAllChildGameObjects.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5b5c9e187f9673a4399e8866e7b1bde5 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetComponent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetComponent.cs.meta new file mode 100644 index 000000000..c7f4023d1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetComponent.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a83d9c12e6e941f478dbbe72000a572c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetDistance.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetDistance.cs.meta new file mode 100644 index 000000000..284337bc3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetDistance.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02ab2522b615cde4a8fc9019ccd42f78 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetGameObjectPosition.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetGameObjectPosition.cs.meta new file mode 100644 index 000000000..fb3a77eef --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/GetGameObjectPosition.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1bc221c2055daaf439426eed557a46cc +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/InstantiateGameObject.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/InstantiateGameObject.cs.meta new file mode 100644 index 000000000..a2a9941e7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/InstantiateGameObject.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 33393d9682842484ebbbc1e4c2e29149 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/LookAt.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/LookAt.cs.meta new file mode 100644 index 000000000..3385ae231 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/LookAt.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 50b2f3f7e383d0c41b18b2f57b9ce81a +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/RemoveComponent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/RemoveComponent.cs.meta new file mode 100644 index 000000000..6fda28ad9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/RemoveComponent.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 56f7d28684dc9b946a4e1507c456a85f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectActive.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectActive.cs.meta new file mode 100644 index 000000000..3098effad --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectActive.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 34e89c5d7e11bc644961197ddd8d54a2 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectEnabled.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectEnabled.cs.meta new file mode 100644 index 000000000..9292b67f2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectEnabled.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0b4555e2ab5235c49834062e7fd4c2b1 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectVisibility.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectVisibility.cs.meta new file mode 100644 index 000000000..46d4bb4a2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/GameObject/SetObjectVisibility.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b6a3d24f2d22d28489a768a32b002a10 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input.meta new file mode 100644 index 000000000..fd781e509 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: a6fd0babb8e96ac48bc573ac6a8f93c0 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetInputAxis.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetInputAxis.cs.meta new file mode 100644 index 000000000..9fea337a6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetInputAxis.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e13f759b2619828498833acc2efc724b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetMousePosition.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetMousePosition.cs.meta new file mode 100644 index 000000000..a138cd435 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetMousePosition.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5aaa2458b8267fe4ebd8e89d8c36c146 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetMouseScrollDelta.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetMouseScrollDelta.cs.meta new file mode 100644 index 000000000..9e9a78f34 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/GetMouseScrollDelta.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ad219d91993d6a543a69cf2701c30dcf +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/WaitMousePick.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/WaitMousePick.cs.meta new file mode 100644 index 000000000..37b37aee5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/WaitMousePick.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d8c6a493b4a07f74da46667203de8fe4 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/WaitMousePick2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/WaitMousePick2D.cs.meta new file mode 100644 index 000000000..07dc3c73b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Input/WaitMousePick2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8d38a0de36906f74d959ac781416dbd8 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement.meta new file mode 100644 index 000000000..e24213930 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: fd4f9677612eb86499418be9bd60b40b +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct.meta new file mode 100644 index 000000000..f26ae68b8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: aa43a8c4734db77489f6576153efdc16 +folderAsset: yes +timeCreated: 1493315486 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/CurveTransformTween.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/CurveTransformTween.cs.meta new file mode 100644 index 000000000..0d231f5c0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/CurveTransformTween.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 30b9a32c147a4ed489bda7e84c3e4a34 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/InputMove.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/InputMove.cs.meta new file mode 100644 index 000000000..86877d10f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/InputMove.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d4824aebfefed5e49808299f88fc5a7c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/MoveAway.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/MoveAway.cs.meta new file mode 100644 index 000000000..11774a018 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/MoveAway.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2e7e65c778e4e744ba46fd7e28c66165 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/MoveTowards.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/MoveTowards.cs.meta new file mode 100644 index 000000000..c6cc88075 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/MoveTowards.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ebdc9bb8b5fe3d645a2838bb47091266 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/RotateAway.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/RotateAway.cs.meta new file mode 100644 index 000000000..8629fab96 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/RotateAway.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3bc2bfd412ae3ff4a9780db864fd127d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/RotateTowards.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/RotateTowards.cs.meta new file mode 100644 index 000000000..dfa03e3fd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Direct/RotateTowards.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b3ca4941575dcc545acbd4f99e8846fa +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding.meta new file mode 100644 index 000000000..4df2eaef0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: aca2ffc885c5a854dbd09930aede48c5 +folderAsset: yes +timeCreated: 1493315492 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/FindClosestEdge.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/FindClosestEdge.cs.meta new file mode 100644 index 000000000..8707d7acf --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/FindClosestEdge.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5db9efb29d06114ab702c7c8095184d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Flee.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Flee.cs.meta new file mode 100644 index 000000000..754326835 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Flee.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 004335b421e457b4298f969c177b4497 +timeCreated: 1427360377 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/MoveToGameObject.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/MoveToGameObject.cs.meta new file mode 100644 index 000000000..a519602c8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/MoveToGameObject.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2a804aa6acf99524b8c50ce5d5e259ed +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/MoveToPosition.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/MoveToPosition.cs.meta new file mode 100644 index 000000000..b07b9a9fa --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/MoveToPosition.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3f2b21c100f8a9e45849b27c9515e91c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Patrol.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Patrol.cs.meta new file mode 100644 index 000000000..404aaa4d2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Patrol.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4fc1b07b3887fbb4ca09601314fb700f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Wander.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Wander.cs.meta new file mode 100644 index 000000000..36aa87033 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Movement/Pathfinding/Wander.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 7516e8832e25203438fd50fa07cd847c +timeCreated: 1426570396 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics.meta new file mode 100644 index 000000000..e86c7b4a1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 5d482afbbd925d640ab162df86314f61 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo.cs.meta new file mode 100644 index 000000000..117a60922 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 77e312cf4d4d43647b0b6fab0d9f4c7f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo2D.cs.meta new file mode 100644 index 000000000..8c719a4c3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 81c25b4dcbec2a842975669ee60fbd04 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo2DAll.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo2DAll.cs.meta new file mode 100644 index 000000000..ef26b9adc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetLinecastInfo2DAll.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9e07c52f3f651ff4c838b8ab8344b14e +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetOverlapSphereObjects.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetOverlapSphereObjects.cs.meta new file mode 100644 index 000000000..30e9470da --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Physics/GetOverlapSphereObjects.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 08a365a29ed52284bae6255b4952440f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl.meta new file mode 100644 index 000000000..bccdbad18 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 50ee83b8e5a35da429af3c6fba014e58 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/ExecuteFunction_Multiplatform.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/ExecuteFunction_Multiplatform.cs.meta new file mode 100644 index 000000000..d1f20660c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/ExecuteFunction_Multiplatform.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ee0d1b13f05b51b4aad2fad57bb891e0 +timeCreated: 1430479220 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/GetField.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/GetField.cs.meta new file mode 100644 index 000000000..303949f37 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/GetField.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2da3c709b2b068d4e9418eed7390a261 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/GetProperty_Multiplatform.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/GetProperty_Multiplatform.cs.meta new file mode 100644 index 000000000..7891698f9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/GetProperty_Multiplatform.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 2ecef854d3fb42a4ca9fe54ecdc3137b +timeCreated: 1430482123 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/ImplementedAction_Multiplatform.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/ImplementedAction_Multiplatform.cs.meta new file mode 100644 index 000000000..7327f0f2a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/ImplementedAction_Multiplatform.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 0edbf19489494e542bd8a22c1d6086c5 +timeCreated: 1430486388 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SendMessage.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SendMessage.cs.meta new file mode 100644 index 000000000..afc7a80c9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SendMessage.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 85cf4b65a66149449a1badf60ff5a87c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SendMessageToType.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SendMessageToType.cs.meta new file mode 100644 index 000000000..0c6566258 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SendMessageToType.cs.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: bce3a3ed4f87f244db91c736df18b1af +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SetField.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SetField.cs.meta new file mode 100644 index 000000000..2568f9a02 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SetField.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f6bb7543f6cc9ef43818d77bf1cd7203 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SetProperty_Multiplatform.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SetProperty_Multiplatform.cs.meta new file mode 100644 index 000000000..15b45cbbe --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/SetProperty_Multiplatform.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 7bc451f5af1858347b5dce74009bca7d +timeCreated: 1430208985 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone.meta new file mode 100644 index 000000000..b691e47f7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 9b020c7684817e94f8617726523a106c +folderAsset: yes +timeCreated: 1521284788 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/ExecuteFunction.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/ExecuteFunction.cs.meta new file mode 100644 index 000000000..e065dae52 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/ExecuteFunction.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 531f5fd97c28d194d8e1d76e48c43865 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/GetProperty.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/GetProperty.cs.meta new file mode 100644 index 000000000..ce4ee70f2 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/GetProperty.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e6575f202df9b0e468d10d87e5b01809 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/ImplementedAction.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/ImplementedAction.cs.meta new file mode 100644 index 000000000..6072a6e21 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/ImplementedAction.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3d6214b4847aa064a977696de7b0cd4d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/SetProperty.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/SetProperty.cs.meta new file mode 100644 index 000000000..b0da6ccea --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/ScriptControl/Standalone/SetProperty.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a1244efd86d1a143b4a6714437bef2a +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility.meta new file mode 100644 index 000000000..b6672197b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 7e642bcaf4017b3488f7a94dfcf83510 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugBeep.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugBeep.cs.meta new file mode 100644 index 000000000..3d6ba5f2c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugBeep.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bf30267370691f94dbb9ee73bc7c0db6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugDrawLine.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugDrawLine.cs.meta new file mode 100644 index 000000000..e292531f8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugDrawLine.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2480a88c988914a47840f2d8374b3adf +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugLogText.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugLogText.cs.meta new file mode 100644 index 000000000..8a5d0aabf --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugLogText.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a77a95fcaadf994fb2092927a22a96f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugLogVariable.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugLogVariable.cs.meta new file mode 100644 index 000000000..36d4744c3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/DebugLogVariable.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 70d9c927384463045955d248cf65d069 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/ForceFinishGraph.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/ForceFinishGraph.cs.meta new file mode 100644 index 000000000..95ea4ea12 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/ForceFinishGraph.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: aa28e93de05fec943aa6c17ddafdd5f9 +timeCreated: 1482234950 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/GraphOwnerControl.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/GraphOwnerControl.cs.meta new file mode 100644 index 000000000..e71318030 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/GraphOwnerControl.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 07354315bbc7d5746847f21393110809 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/InvokeSignal.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/InvokeSignal.cs.meta new file mode 100644 index 000000000..ae03103c6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/InvokeSignal.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7bdd91e4957b3d044a84ac07157bfd38 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/RunForever.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/RunForever.cs.meta new file mode 100644 index 000000000..60f9a0226 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/RunForever.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a0ea6de5e77e6c34aaf42d729709bb16 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SendEvent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SendEvent.cs.meta new file mode 100644 index 000000000..ed799e61f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SendEvent.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 990daf97a34481644b9a67d3ce07e2a1 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SendEventToObjects.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SendEventToObjects.cs.meta new file mode 100644 index 000000000..7d6b145ea --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SendEventToObjects.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 1e8b0c77eef74d0469b73fa0c32737cd +timeCreated: 1470493313 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/ShoutEvent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/ShoutEvent.cs.meta new file mode 100644 index 000000000..3bff51df1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/ShoutEvent.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: eb8600dab96bbb147a2d5ff1ce3bea26 +timeCreated: 1429020032 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SwitchBehaviour.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SwitchBehaviour.cs.meta new file mode 100644 index 000000000..fc09b6968 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/SwitchBehaviour.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 24099ada50558fd4eab859e6acedb8c7 +timeCreated: 1475807372 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/Wait.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/Wait.cs.meta new file mode 100644 index 000000000..75166ff5e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Actions/Utility/Wait.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 36e14e9d9a7456345a25565776e0ed4b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions.meta new file mode 100644 index 000000000..16d977e68 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 0271def5faffd2942bc5032d22fd8aea +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator.meta new file mode 100644 index 000000000..189be79b3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 46ede71221a68114db0fa0c2d154965e +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckBool.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckBool.cs.meta new file mode 100644 index 000000000..0b179b4b0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckBool.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cf588be4d9b24174ba3690e0805bf1b3 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckFloat.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckFloat.cs.meta new file mode 100644 index 000000000..bd2cb43f6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckFloat.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b063638c9788c6429686913f6b07da6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckInt.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckInt.cs.meta new file mode 100644 index 000000000..9977fe69d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimCheckInt.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d28b74746be3b404fb036f7a373bc625 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimIsInTransition.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimIsInTransition.cs.meta new file mode 100644 index 000000000..4213778ee --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Animator/MecanimIsInTransition.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a4ddce33a9d165c45a2f13d9d647b36d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard.meta new file mode 100644 index 000000000..becfa0bd9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 246c7bc4ac505c34ca639e728bae1de8 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckBoolean.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckBoolean.cs.meta new file mode 100644 index 000000000..cea4ac52a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckBoolean.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 30c7d93969f69c2498ca58567bebf9ba +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckBooleanTrigger.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckBooleanTrigger.cs.meta new file mode 100644 index 000000000..37dc29e28 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckBooleanTrigger.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db4e7f34bdfd6094c9f5fd9d4a0ac7b9 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnum.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnum.cs.meta new file mode 100644 index 000000000..8e323a787 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnum.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6fad112a61560e448dc29a11d8cb549 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs.meta new file mode 100644 index 000000000..593ae6673 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckEnumFlag.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 74d9a3ba0701dd34e856bb15db85427b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckFloat.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckFloat.cs.meta new file mode 100644 index 000000000..d2ff8be36 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckFloat.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 71df5e640f84c9845837ce31e6cdebdb +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckInt.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckInt.cs.meta new file mode 100644 index 000000000..c68ca51a0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckInt.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5eb629b285320f84c848b226e1d259ca +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckNull.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckNull.cs.meta new file mode 100644 index 000000000..99c13fe4c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckNull.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ce98eb096d2095c428751cef230777e2 +timeCreated: 1426526308 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckString.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckString.cs.meta new file mode 100644 index 000000000..fe0641e36 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckString.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5b0392f1b31c6bd43b7049cdc4fa0019 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckUnityObject.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckUnityObject.cs.meta new file mode 100644 index 000000000..61602cc9a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckUnityObject.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: abc2c3ffc8679a346a30f6cb197e0bd9 +timeCreated: 1426526308 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckVariable.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckVariable.cs.meta new file mode 100644 index 000000000..4cc65f999 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckVariable.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 236198dd654292446b6ac9702834864d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckVectorDistance.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckVectorDistance.cs.meta new file mode 100644 index 000000000..f3e2b62d8 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/CheckVectorDistance.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 84a093587aae2c34baed0954a5b627f2 +timeCreated: 1506035589 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Dictionaries.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Dictionaries.meta new file mode 100644 index 000000000..cedc43310 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Dictionaries.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 04209ce429981cd4a8b4b401166b30b6 +folderAsset: yes +timeCreated: 1508932206 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Dictionaries/TryGetValue.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Dictionaries/TryGetValue.cs.meta new file mode 100644 index 000000000..8bfda9fe0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Dictionaries/TryGetValue.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 23a553d2db12b1a42a75b68abd94988f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists.meta new file mode 100644 index 000000000..a0b49e455 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 6074a1b42a5b07142aa489e2c1dcd57c +folderAsset: yes +timeCreated: 1508932200 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists/ListContainsElement.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists/ListContainsElement.cs.meta new file mode 100644 index 000000000..cbfbe3117 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists/ListContainsElement.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8f0b93561b5e9f74283301345e027722 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists/ListIsEmpty.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists/ListIsEmpty.cs.meta new file mode 100644 index 000000000..b40100f7b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/Lists/ListIsEmpty.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2259ad95d8dfb954a9ed58401aa95a21 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/OnVariableChange.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/OnVariableChange.cs.meta new file mode 100644 index 000000000..bbacf9b2f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/OnVariableChange.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 1ff196daaad5993488b31a0ebb9207d7 +timeCreated: 1517683305 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/StringContains.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/StringContains.cs.meta new file mode 100644 index 000000000..eea852aa7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Blackboard/StringContains.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b47ef073f9055bb45998448f1854c372 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject.meta new file mode 100644 index 000000000..7591f628b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 98269855e14713f49ba12c113fb4e513 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTarget.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTarget.cs.meta new file mode 100644 index 000000000..31734b153 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTarget.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 24defae9036e18b49a10c8d0f1bc7b7e +timeCreated: 1428001303 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTarget2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTarget2D.cs.meta new file mode 100644 index 000000000..4eddc3fc1 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTarget2D.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 585731d3c9972a74084a0d4faed3a76e +timeCreated: 1428001303 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTargetAny.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTargetAny.cs.meta new file mode 100644 index 000000000..033e9a414 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTargetAny.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: ec5a1168d1d24034b82ad5ef3a95d75c +timeCreated: 1428001303 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTargetAny2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTargetAny2D.cs.meta new file mode 100644 index 000000000..3ac70950c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CanSeeTargetAny2D.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: caff353d1a7b8614d9718d32ba1a56ef +timeCreated: 1428001303 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObject.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObject.cs.meta new file mode 100644 index 000000000..87f802d0c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObject.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ee036437d1baa47408c144d0ff96e603 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObject2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObject2D.cs.meta new file mode 100644 index 000000000..0ff7af8df --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObject2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 040adba212104994f8e1d54ad0a79cd6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObjectAny.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObjectAny.cs.meta new file mode 100644 index 000000000..0a26b9b1f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObjectAny.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2081a0ddb30934a4380c1c61b6e587a9 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObjectAny2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObjectAny2D.cs.meta new file mode 100644 index 000000000..a1a015646 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckDistanceToGameObjectAny2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fbfc071aab573584c8f51844d1231734 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckLOS.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckLOS.cs.meta new file mode 100644 index 000000000..02b408bf4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckLOS.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3d43904d3fbdf06438821b8d1027fedb +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckLOS2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckLOS2D.cs.meta new file mode 100644 index 000000000..70d5bd366 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckLOS2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a094ea2888e4de84485d19ef28255a25 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckSpeed.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckSpeed.cs.meta new file mode 100644 index 000000000..79422caa0 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/CheckSpeed.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 9f9579cb895fe914f91b86e4d967dc8e +timeCreated: 1441577646 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/HasComponent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/HasComponent.cs.meta new file mode 100644 index 000000000..150ad421f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/HasComponent.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 54d501a28e4c61641bbdabcd32831cee +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsActive.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsActive.cs.meta new file mode 100644 index 000000000..4c5b7241c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsActive.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9c9c80ad76ba5b4479f11d98fc4b3d7c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsInFront.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsInFront.cs.meta new file mode 100644 index 000000000..5427785fa --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsInFront.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e1a0f56b2c92a024b906e2a67a8d5aff +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsInFront2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsInFront2D.cs.meta new file mode 100644 index 000000000..784736a92 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsInFront2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 69e73532523d4a042aa4faa4f01fecde +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsWithinLayerMask.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsWithinLayerMask.cs.meta new file mode 100644 index 000000000..3b80064b5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/GameObject/IsWithinLayerMask.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8421a25f60933284e97c3b05827cc14f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input.meta new file mode 100644 index 000000000..66599887a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 4e635e5017f6f0140afc621794f5a1b9 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckButtonInput.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckButtonInput.cs.meta new file mode 100644 index 000000000..8498dfd91 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckButtonInput.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 53529c5c403f06249ba9be1abcd1241b +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckKeyboardInput.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckKeyboardInput.cs.meta new file mode 100644 index 000000000..04badcf35 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckKeyboardInput.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e79b7a152baaffc48842942208d33a61 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckMousePick.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckMousePick.cs.meta new file mode 100644 index 000000000..81ba3672c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckMousePick.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6e9a62bf60417864c88657b1f39943d6 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckMousePick2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckMousePick2D.cs.meta new file mode 100644 index 000000000..4a3030825 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Input/CheckMousePick2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f04e747aff6b43548b88a0733c254fff +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Movement.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Movement.meta new file mode 100644 index 000000000..4be7f579e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Movement.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 9eff70c4889871d41897627d1d595aa1 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Movement/PathExists.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Movement/PathExists.cs.meta new file mode 100644 index 000000000..ec1088aea --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Movement/PathExists.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e2b650f883066f648b6b9bc94fb30d25 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl.meta new file mode 100644 index 000000000..090c3215c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 0e985891466328d4bbbb3d1b6980dc5d +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckCSharpEvent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckCSharpEvent.cs.meta new file mode 100644 index 000000000..f8452cdb9 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckCSharpEvent.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e6c7c29b64d410d49a2f2b6285d02827 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckField.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckField.cs.meta new file mode 100644 index 000000000..c1f6b3df3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckField.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7637195a7276ebf40bf185672b76251e +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckFunction_Multiplatform.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckFunction_Multiplatform.cs.meta new file mode 100644 index 000000000..1fdb462ea --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckFunction_Multiplatform.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 2689248082fe6624ead37351e25d4d81 +timeCreated: 1430482904 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckProperty_Multiplatform.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckProperty_Multiplatform.cs.meta new file mode 100644 index 000000000..193eef7c7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckProperty_Multiplatform.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: eaff4f1c6d295bc4aa9684e6f323f562 +timeCreated: 1430482605 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckUnityEvent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckUnityEvent.cs.meta new file mode 100644 index 000000000..89e1040d4 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/CheckUnityEvent.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fe46d20c88d90154b83bcaac3641ad85 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone.meta new file mode 100644 index 000000000..33b9e2f96 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 0b84dc3952e158249809c4e92b3fbfa6 +folderAsset: yes +timeCreated: 1521293700 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone/CheckFunction.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone/CheckFunction.cs.meta new file mode 100644 index 000000000..549ca630c --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone/CheckFunction.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7aae3badff3e29842aa5d63e1f7ab85c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone/CheckProperty.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone/CheckProperty.cs.meta new file mode 100644 index 000000000..8e576459d --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/ScriptControl/Standalone/CheckProperty.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2dcf607e06046ba49a7a3ec644179530 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents.meta new file mode 100644 index 000000000..817da3acf --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: a216bd9eb1f3257479c6eb7bd54a97c0 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckCollision.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckCollision.cs.meta new file mode 100644 index 000000000..183a2043b --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckCollision.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 531fb78139babb8409afb3a8d6af41c3 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckCollision2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckCollision2D.cs.meta new file mode 100644 index 000000000..f86a37170 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckCollision2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6fc9130e4cf37b44f9987c272ef3d3da +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouse.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouse.cs.meta new file mode 100644 index 000000000..bcd282e10 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouse.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9d0698377c375144ea26e817bc5d9c6e +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouse2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouse2D.cs.meta new file mode 100644 index 000000000..301c2710a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouse2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 41f72cd7fdd898849b2e44eddeb6c866 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouseClick.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouseClick.cs.meta new file mode 100644 index 000000000..e943798f7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouseClick.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6cc4ca38913a374fa72f6c64974364c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouseClick2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouseClick2D.cs.meta new file mode 100644 index 000000000..c5d3bffc6 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckMouseClick2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 795d73b741d01894ab3c478b0b9cb17d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckTrigger.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckTrigger.cs.meta new file mode 100644 index 000000000..5b2774d1e --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckTrigger.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e5964e7589993864598940e1ba5a193a +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckTrigger2D.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckTrigger2D.cs.meta new file mode 100644 index 000000000..6341cd5b7 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/SystemEvents/CheckTrigger2D.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d9f8ef35cf4d8294eab04225beb6c878 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI.meta new file mode 100644 index 000000000..fa8fa68a5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: e9233a0d1b8be9f47a5eaa274f6bb637 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI/ButtonClicked.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI/ButtonClicked.cs.meta new file mode 100644 index 000000000..1c4b782c5 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI/ButtonClicked.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 61aaa84b28ff4854f8778d9a1569b675 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI/InterceptEvent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI/InterceptEvent.cs.meta new file mode 100644 index 000000000..647000144 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/UGUI/InterceptEvent.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c233f951ab6ba154ebe19f9ea9f855d9 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility.meta new file mode 100644 index 000000000..adb0ea7cc --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 116b5fbc3f8ebc245b1d3576215c29ff +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckEvent.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckEvent.cs.meta new file mode 100644 index 000000000..6d3def1ff --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckEvent.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c31233ec6c59c464ab7bdd22779f353d +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckEventValue.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckEventValue.cs.meta new file mode 100644 index 000000000..8cf13d9d3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckEventValue.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 0e2b345c804c7e34bad70dc7cfa41194 +timeCreated: 1463673539 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckSignal.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckSignal.cs.meta new file mode 100644 index 000000000..74a3ba6c3 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckSignal.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dd31d4c07ba42964da782ef591a6d7f0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckStateStatus.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckStateStatus.cs.meta new file mode 100644 index 000000000..f695c870f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/CheckStateStatus.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 6c9375f5ddabcc94fbabad84750284fd +timeCreated: 1487877106 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/DebugCondition.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/DebugCondition.cs.meta new file mode 100644 index 000000000..426ad7717 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/DebugCondition.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c13768b0c1c23994fbaa7af40a4dbeb7 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/Probability.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/Probability.cs.meta new file mode 100644 index 000000000..85c48c570 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/Probability.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d77aeefc417c40d42aa53a93d6897d89 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/Timeout.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/Timeout.cs.meta new file mode 100644 index 000000000..2686d830f --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/Tasks/Conditions/Utility/Timeout.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a48f492380bb20044b000780f8189ee5 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles.meta new file mode 100644 index 000000000..be29dbddb --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 244a1e90f237d594ab3b8325eba03ded +folderAsset: yes +timeCreated: 1541887292 +licenseType: Store +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ConcurrentState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ConcurrentState.cs.meta new file mode 100644 index 000000000..d7f239772 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ConcurrentState.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7043e91e31632a947a12f83fb7f72c26 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_EnterExitState.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_EnterExitState.cs.meta new file mode 100644 index 000000000..ed76ac2dd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_EnterExitState.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6062133671fd67143bb80f9cbe2ff297 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_EventReceiverAttribute.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_EventReceiverAttribute.cs.meta new file mode 100644 index 000000000..042e570aa --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_EventReceiverAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3f211ef59adfd7e42bef9c68cc1b3ebc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ExecuteStaticFunction.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ExecuteStaticFunction.cs.meta new file mode 100644 index 000000000..646862711 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ExecuteStaticFunction.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: 8f73bf3d16608f946b80aea1c9cc48dd +timeCreated: 1427489894 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ExecuteStaticFunction_Multiplatform.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ExecuteStaticFunction_Multiplatform.cs.meta new file mode 100644 index 000000000..241be7abd --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_ExecuteStaticFunction_Multiplatform.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: b1b858ab604d5fc4580ec6c32a01a101 +timeCreated: 1430481464 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_GoToNode.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_GoToNode.cs.meta new file mode 100644 index 000000000..56dc3457a --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_GoToNode.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f28220bd5b490a345b3d075587f00d8f +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_NodeToggler.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_NodeToggler.cs.meta new file mode 100644 index 000000000..122c25d35 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_NodeToggler.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: adcd491d0eebe164a9a7f2793378cf8c +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_RootSwitcher.cs.meta b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_RootSwitcher.cs.meta new file mode 100644 index 000000000..082cd4407 --- /dev/null +++ b/Assets/Plugins/ParadoxNotion/NodeCanvas/_DeprecatedFiles/Legacy_RootSwitcher.cs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e4bca65541e58aa499b4f639e363a202 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem.meta new file mode 100644 index 000000000..9729b3dfc --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7af729ec695091e41bb74017f5898a55 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky.meta new file mode 100644 index 000000000..d0787c6cf --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fa2458a22df56b042aa81832521f1fd5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor.meta new file mode 100644 index 000000000..0ddadc5d0 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 83b687eddf2507540b2ba1002e73c202 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts.meta new file mode 100644 index 000000000..7862fb0cb --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d02815eee0ae46e41ad0d69e53162cd8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core.meta new file mode 100644 index 000000000..85787c8ae --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 085a183f1c941974bb3f5f9f4943425d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JCompileLogger.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JCompileLogger.cs.meta new file mode 100644 index 000000000..1df308607 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JCompileLogger.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: ce55681244a3d7340ac0377c305e70d5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JCompileLogger.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JEditorCommon.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JEditorCommon.cs.meta new file mode 100644 index 000000000..9608f0a6b --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JEditorCommon.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: f0c378e47d1e02b45bc362a927a1f184 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JEditorCommon.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JEditorMenus.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JEditorMenus.cs.meta new file mode 100644 index 000000000..1d5b52f76 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JEditorMenus.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 8003db96cc44b774993bca3e76fc0b65 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JEditorMenus.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JPackageInitializer.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JPackageInitializer.cs.meta new file mode 100644 index 000000000..09f0113fe --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JPackageInitializer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 996904e2726a51e41b8099fac3469ad1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JPackageInitializer.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JSkyInspector.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JSkyInspector.cs.meta new file mode 100644 index 000000000..42e88f1d6 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JSkyInspector.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 6b7ef7541219a5d438eb1d140ff29d73 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JSkyInspector.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JSkyProfileInspector.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JSkyProfileInspector.cs.meta new file mode 100644 index 000000000..7701aa815 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JSkyProfileInspector.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 51d8b71d564080a4ab2d06d2f5ba64cc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Core/JSkyProfileInspector.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle.meta new file mode 100644 index 000000000..8873bc825 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3ba4fba9fb114d14daca8699b76b14b8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle/JDayNightCycleInspector.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle/JDayNightCycleInspector.cs.meta new file mode 100644 index 000000000..1f64033b3 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle/JDayNightCycleInspector.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 71909ab86f782f647a2dec01e5b6b5e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle/JDayNightCycleInspector.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle/JDayNightCycleProfileInspector.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle/JDayNightCycleProfileInspector.cs.meta new file mode 100644 index 000000000..4efa02c04 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle/JDayNightCycleProfileInspector.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 3d687dcdcf19ef14eb838a32e165bee8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/DayNightCycle/JDayNightCycleProfileInspector.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities.meta new file mode 100644 index 000000000..faf676b4e --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 16b9f95f849d38a4f9ba66ad73d90316 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities/JCubemapCreatorWindow.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities/JCubemapCreatorWindow.cs.meta new file mode 100644 index 000000000..ab179b087 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities/JCubemapCreatorWindow.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 7aee1f13740ef4c438b6a59a60558865 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities/JCubemapCreatorWindow.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities/JTwoPaneWindow.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities/JTwoPaneWindow.cs.meta new file mode 100644 index 000000000..dc776c32d --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities/JTwoPaneWindow.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 34a2ea782a08e8c4ab155ddec745b699 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Editor/Scripts/Utilities/JTwoPaneWindow.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Jupiter - User Guide.pdf.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Jupiter - User Guide.pdf.meta new file mode 100644 index 000000000..cca621467 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Jupiter - User Guide.pdf.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c8552727fbfc7144e957efcb4abc7144 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Jupiter + - User Guide.pdf + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime.meta new file mode 100644 index 000000000..ec0d0286c --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e28879aacec79e14a8f9510e45449678 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles.meta new file mode 100644 index 000000000..434840705 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 73519ac058dab824498b577d8bcac265 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/DefaulDNC.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/DefaulDNC.asset.meta new file mode 100644 index 000000000..d89292043 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/DefaulDNC.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 038b4db3822d0934bafe44586a5925fe +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/DefaulDNC.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/StarryNight.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/StarryNight.asset.meta new file mode 100644 index 000000000..5da8ea3e3 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/StarryNight.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8585bdf0dc6491649be0609424d9661b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/StarryNight.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/SunnyDay.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/SunnyDay.asset.meta new file mode 100644 index 000000000..3eab7f2aa --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/SunnyDay.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b4b856d2b3d3c164fbcf5c87fc2abee2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/DefaultProfiles/SunnyDay.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Resources.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Resources.meta new file mode 100644 index 000000000..f5f7bc41b --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5a4f409a17acb104fa9d13ff1ea7478c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Resources/JupiterSettings.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Resources/JupiterSettings.asset.meta new file mode 100644 index 000000000..7cd182dbf --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Resources/JupiterSettings.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 304bf31ea7c9c5443812ff14450b262f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Resources/JupiterSettings.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts.meta new file mode 100644 index 000000000..88ab3d788 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 77a4334784cc50642aaed74a662c3a10 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core.meta new file mode 100644 index 000000000..04bbd4e26 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 803df85fca46f2042afbffbbfcb2fef3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JCommon.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JCommon.cs.meta new file mode 100644 index 000000000..f3c82618d --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JCommon.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: eecf0dc3227a8864087fe5c95bf7d2a7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JCommon.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JDetailOverlayLayer.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JDetailOverlayLayer.cs.meta new file mode 100644 index 000000000..ea8fb0625 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JDetailOverlayLayer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 43bc06ee4a9de7c4398a4b61d88a44e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JDetailOverlayLayer.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JFogSyncOption.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JFogSyncOption.cs.meta new file mode 100644 index 000000000..3d584b2c9 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JFogSyncOption.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 9563b0fb01aca484fbe749edcb192621 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JFogSyncOption.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JJupiterSettings.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JJupiterSettings.cs.meta new file mode 100644 index 000000000..de8d9777e --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JJupiterSettings.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 4602ffc9ae1863b4b9155331571220f2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JJupiterSettings.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JMat.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JMat.cs.meta new file mode 100644 index 000000000..bd00e41f5 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JMat.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 9a58b96c6d0a1f04ea3a3e06e58fc925 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JMat.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JSky.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JSky.cs.meta new file mode 100644 index 000000000..97c73fe9a --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JSky.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 5c868c49d0ac1174e9b4eb2f351c4624 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 100 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JSky.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JSkyProfile.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JSkyProfile.cs.meta new file mode 100644 index 000000000..aadd7d23d --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JSkyProfile.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: fa5278d11d9502245b5cc174a196561b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Core/JSkyProfile.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle.meta new file mode 100644 index 000000000..907e2b775 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a8cc88d832af6b428395b71519ae802 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JAnimatableAttribute.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JAnimatableAttribute.cs.meta new file mode 100644 index 000000000..d4760929a --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JAnimatableAttribute.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 43222b7e3b5a4f34eada9ba5e39fdd6c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JAnimatableAttribute.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JAnimatedProperty.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JAnimatedProperty.cs.meta new file mode 100644 index 000000000..298929c0e --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JAnimatedProperty.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 6e4e38c887fd7284caad7fa4eaa1d7ee +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JAnimatedProperty.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JCurveOrGradient.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JCurveOrGradient.cs.meta new file mode 100644 index 000000000..2b24657e2 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JCurveOrGradient.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: efcccc60d3ffd0d429688c1777e9a2a4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JCurveOrGradient.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JDayNightCycle.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JDayNightCycle.cs.meta new file mode 100644 index 000000000..ec2a24802 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JDayNightCycle.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: f3e972a2c1175484cbffd26bba6fb84f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 200 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JDayNightCycle.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JDayNightCycleProfile.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JDayNightCycleProfile.cs.meta new file mode 100644 index 000000000..0c7968869 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JDayNightCycleProfile.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 6c1aff3a39ca339468585db555ec032c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/DayNightCycle/JDayNightCycleProfile.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities.meta new file mode 100644 index 000000000..18b152fed --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 401fa1ab5d5cfd347912eece9fa7aee9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JCubemapRenderer.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JCubemapRenderer.cs.meta new file mode 100644 index 000000000..57adb88f5 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JCubemapRenderer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: bc3248045e9ae284ab9c156b645a1169 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JCubemapRenderer.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JCubemapRendererArgs.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JCubemapRendererArgs.cs.meta new file mode 100644 index 000000000..0dfab0bb7 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JCubemapRendererArgs.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 53353c1d12d3cdd40932638701fd1cc4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JCubemapRendererArgs.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JDisplayNameAttribute.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JDisplayNameAttribute.cs.meta new file mode 100644 index 000000000..475198ced --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JDisplayNameAttribute.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: d4dd128fb524c0d4f89702d41b4413b9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JDisplayNameAttribute.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JInternalMaterials.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JInternalMaterials.cs.meta new file mode 100644 index 000000000..87744f542 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JInternalMaterials.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 12efcfb958bf73a4d8911da3854ecf1f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JInternalMaterials.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JInternalShaderSettings.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JInternalShaderSettings.cs.meta new file mode 100644 index 000000000..0ccceb8df --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JInternalShaderSettings.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 70be7075e30f60041a45426680b4f59f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JInternalShaderSettings.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JProgressCancelledException.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JProgressCancelledException.cs.meta new file mode 100644 index 000000000..0ca5b9873 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JProgressCancelledException.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: a76140ed4d92dd241b079d06d7ae2dfb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JProgressCancelledException.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JRenderPipelineType.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JRenderPipelineType.cs.meta new file mode 100644 index 000000000..28e7a4d11 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JRenderPipelineType.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 1a10af660232a6040b30f305e2a005a9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JRenderPipelineType.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JUtilities.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JUtilities.cs.meta new file mode 100644 index 000000000..79e68ae3f --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JUtilities.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 48370f14849abe24da35b53252b7c4fb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JUtilities.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JVersionInfo.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JVersionInfo.cs.meta new file mode 100644 index 000000000..f74c3245e --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JVersionInfo.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: a76ff6fe4de9f6a459c7e47a47a1efeb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Scripts/Utilities/JVersionInfo.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders.meta new file mode 100644 index 000000000..4e7f29427 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db127a625b9ee034baed09d4ebd7176a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes.meta new file mode 100644 index 000000000..5c2322c60 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d0c6bd41136f28446b665f2d5e279159 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/CGIncludeTemplate.cginc.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/CGIncludeTemplate.cginc.meta new file mode 100644 index 000000000..cb6e9a334 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/CGIncludeTemplate.cginc.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 3c059265d03c297408a316f58ccb37a3 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/CGIncludeTemplate.cginc + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JCommon.cginc.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JCommon.cginc.meta new file mode 100644 index 000000000..e05273b25 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JCommon.cginc.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: f0303c57b5706684594ad27c88d2a37d +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JCommon.cginc + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JDetailOverlay.cginc.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JDetailOverlay.cginc.meta new file mode 100644 index 000000000..cc66a66fa --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JDetailOverlay.cginc.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 3b1f874b66731a847b92da319d75fe24 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JDetailOverlay.cginc + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JHorizonCloud.cginc.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JHorizonCloud.cginc.meta new file mode 100644 index 000000000..820cfc2e7 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JHorizonCloud.cginc.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: bbd8ba78921750d40b3e4e70613b06a2 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JHorizonCloud.cginc + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JOverheadCloud.cginc.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JOverheadCloud.cginc.meta new file mode 100644 index 000000000..bbbffabc9 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JOverheadCloud.cginc.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 9512fc8a4d695464590e82d39ec78719 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JOverheadCloud.cginc + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JSkyGradient.cginc.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JSkyGradient.cginc.meta new file mode 100644 index 000000000..b4ee91f6a --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JSkyGradient.cginc.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6a99e12682a251a418901c7b6f70bb20 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JSkyGradient.cginc + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JStars.cginc.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JStars.cginc.meta new file mode 100644 index 000000000..66590abb1 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JStars.cginc.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 87ddcc1ef32a551499b588a6c2f6c1f4 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JStars.cginc + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JSunMoon.cginc.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JSunMoon.cginc.meta new file mode 100644 index 000000000..8ac113d0f --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JSunMoon.cginc.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 05f169cc85471d442958b8585d1f1fb1 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/CGIncludes/JSunMoon.cginc + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal.meta new file mode 100644 index 000000000..8688b7419 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 47ac8b471d7cdb8438f4a6fddbf4b570 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal/CopyTexture.shader.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal/CopyTexture.shader.meta new file mode 100644 index 000000000..6be6783af --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal/CopyTexture.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: b3f0e74bdb60b6b478290fc44ebf68f6 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal/CopyTexture.shader + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal/SolidColor.shader.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal/SolidColor.shader.meta new file mode 100644 index 000000000..34a4ecbec --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal/SolidColor.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 3fe9e551ea5d3fe41b879f13cf0e6a1b +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/Internal/SolidColor.shader + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/JupiterSky.shader.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/JupiterSky.shader.meta new file mode 100644 index 000000000..325f17c51 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/JupiterSky.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 3129e3b90193a0547900ecf4cf4e9864 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/JupiterSky.shader + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/JupiterSkyShadow.shader.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/JupiterSkyShadow.shader.meta new file mode 100644 index 000000000..245e6882b --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/JupiterSkyShadow.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 561c1777fd66e5d488ef1b85ed82bbaa +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Shaders/JupiterSkyShadow.shader + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures.meta new file mode 100644 index 000000000..41161d906 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8334ba08844c2d944b78191872494cbd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures/CloudNoise.png.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures/CloudNoise.png.meta new file mode 100644 index 000000000..aff3e1076 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures/CloudNoise.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 433abcf8c760aa746a5580cd0a190b51 +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: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 1 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 256 + 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: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 256 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures/CloudNoise.png + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures/PerlinNoise.png.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures/PerlinNoise.png.meta new file mode 100644 index 000000000..c1179a5f7 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures/PerlinNoise.png.meta @@ -0,0 +1,135 @@ +fileFormatVersion: 2 +guid: 7f313a2cde54f8e4ba19db94edca915b +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: -100 + 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: 1 + 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 + - serializedVersion: 3 + buildTarget: Android + 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: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 1 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Runtime/Textures/PerlinNoise.png + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample.meta new file mode 100644 index 000000000..df856b053 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2df03c33bc0b01545b8c224da0cd4fa0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps.meta new file mode 100644 index 000000000..6b538999b --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0b3153773c443d94eaa70ba56a615a74 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Moon.cubemap.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Moon.cubemap.meta new file mode 100644 index 000000000..edcd9f660 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Moon.cubemap.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ef0c7a1c7205a274c8ae147b1fc68287 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 8900000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Moon.cubemap + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Stars.cubemap.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Stars.cubemap.meta new file mode 100644 index 000000000..733f4f4a2 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Stars.cubemap.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 59c7b8a8456c65d4aa28c47a49e4ea49 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 8900000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Stars.cubemap + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Sun.cubemap.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Sun.cubemap.meta new file mode 100644 index 000000000..d323deb83 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Sun.cubemap.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fd076cc0fa28689468954071d2137785 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 8900000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/Cubemap-Sun.cubemap + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/StrokeOverlay.cubemap.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/StrokeOverlay.cubemap.meta new file mode 100644 index 000000000..445da3781 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/StrokeOverlay.cubemap.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f441ff010e8953541b03c7b6cf64f6f9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 8900000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Cubemaps/StrokeOverlay.cubemap + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Materials.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Materials.meta new file mode 100644 index 000000000..16f0cad58 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6821362e53e9f634ca7ddee43f514975 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Materials/Reflective.mat.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Materials/Reflective.mat.meta new file mode 100644 index 000000000..ff12503f4 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Materials/Reflective.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9e205b4d9f3c8a44598a066ad2403272 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Materials/Reflective.mat + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models.meta new file mode 100644 index 000000000..6a31a679b --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b2e58bdf4c83c6543adc5764a469a0f3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models/Icosphere.fbx.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models/Icosphere.fbx.meta new file mode 100644 index 000000000..4241a3e8d --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models/Icosphere.fbx.meta @@ -0,0 +1,101 @@ +fileFormatVersion: 2 +guid: 997afc6dc4a1358409b0b928a948ae35 +ModelImporter: + serializedVersion: 25 + internalIDToNameTable: [] + externalObjects: {} + materials: + importMaterials: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + 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: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + copyAvatar: 0 + 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} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models/Icosphere.fbx + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models/Icosphere_Displaced.fbx.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models/Icosphere_Displaced.fbx.meta new file mode 100644 index 000000000..656a0b20f --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models/Icosphere_Displaced.fbx.meta @@ -0,0 +1,101 @@ +fileFormatVersion: 2 +guid: d96dadd3a18438549821fd317c529779 +ModelImporter: + serializedVersion: 25 + internalIDToNameTable: [] + externalObjects: {} + materials: + importMaterials: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + 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: 0 + tangentSpace: + normalSmoothAngle: 0 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + copyAvatar: 0 + 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} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Models/Icosphere_Displaced.fbx + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes.meta new file mode 100644 index 000000000..81095e4f2 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 86fbf245a1a7d924381ca8536d6611ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle.meta new file mode 100644 index 000000000..fb269e33b --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b9c745a61795a7c498492d529ef329c0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle.unity.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle.unity.meta new file mode 100644 index 000000000..b5c92694c --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: dd938edb90000a947b131166dfda87f2 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle.unity + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/DayNightCycleProfile.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/DayNightCycleProfile.asset.meta new file mode 100644 index 000000000..1da39c8a3 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/DayNightCycleProfile.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f1452483dfc6faf46821b29dba6061e0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/DayNightCycleProfile.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/SkyProfile-741169173868421736.asset b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/SkyProfile-741169173868421736.asset index 7b4f6bb70..662a58d25 100644 --- a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/SkyProfile-741169173868421736.asset +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/SkyProfile-741169173868421736.asset @@ -210,11 +210,11 @@ Material: - _HorizonCloudStart: -0.01 - _HorizonCloudStartPosition: -0.01 - _HorizonCloudStep: 25 - - _HorizonExponent: 3.3612547 + - _HorizonExponent: 4.6715117 - _HorizonStep: 1000 - _HorizonThickness: 1 - _MoonGlow: 0.236 - - _MoonLightIntensity: 0.00042931945 + - _MoonLightIntensity: 0.00009441121 - _MoonSize: 0.07 - _MoonSoftEdge: 0.22 - _OverheadCloudAltitude: 1000 @@ -223,8 +223,8 @@ Material: - _OverheadCloudFlowDirectionZ: 1 - _OverheadCloudFlowX: 1 - _OverheadCloudFlowZ: 1 - - _OverheadCloudRemapMax: 1.2085752 - - _OverheadCloudRemapMin: 0.103246115 + - _OverheadCloudRemapMax: 3.3308687 + - _OverheadCloudRemapMin: 0.15757047 - _OverheadCloudSize: 10 - _OverheadCloudStep: 2 - _StarsDensity0: 0.4 @@ -235,7 +235,7 @@ Material: - _StarsGlow0: 0.01 - _StarsGlow1: 0.01 - _StarsGlow2: 0.01 - - _StarsOpacity: 0.004127185 + - _StarsOpacity: 0 - _StarsSize0: 0.42 - _StarsSize1: 0.53 - _StarsSize2: 0.46 @@ -245,26 +245,26 @@ Material: - _StarsTwinkle1: 6 - _StarsTwinkle2: 2 - _SunGlow: 0.45 - - _SunLightIntensity: 0.2178548 + - _SunLightIntensity: 0.83833563 - _SunSize: 0.07 - _SunSoftEdge: 0.5 m_Colors: - _DetailOverlayColor: {r: 1, g: 1, b: 1, a: 1} - _DetailOverlayTintColor: {r: 1, g: 1, b: 1, a: 1} - _FogColor: {r: 0.8490566, g: 0.69017035, b: 0.6287825, a: 1} - - _GroundColor: {r: 0.40950143, g: 0.38892877, b: 0.42877704, a: 1} + - _GroundColor: {r: 0.46703196, g: 0.45953748, b: 0.47405392, a: 1} - _HorizonCloudColor: {r: 1, g: 1, b: 1, a: 1} - - _HorizonColor: {r: 0.8828996, g: 0.7100152, b: 0.6417464, a: 1} + - _HorizonColor: {r: 0.88068736, g: 0.92792004, b: 0.8867628, a: 1} - _MoonColor: {r: 1, g: 1, b: 1, a: 0} - - _MoonDirection: {r: 0.12045581, g: 0.21954073, b: 0.9681386, a: 0} + - _MoonDirection: {r: 0.42667213, g: 0.77764523, b: -0.46175653, a: 0} - _MoonLightColor: {r: 0.8431373, g: 0.9843138, b: 1, a: 1} - - _OverheadCloudColor: {r: 1, g: 1, b: 1, a: 0.93623644} - - _SkyColor: {r: 0.21936814, g: 0.38841438, b: 0.6272229, a: 1} + - _OverheadCloudColor: {r: 1, g: 1, b: 1, a: 0.9920224} + - _SkyColor: {r: 0.3019746, g: 0.6040194, b: 0.8757963, a: 1} - _StarsColor0: {r: 0.96470594, g: 0.9450981, b: 0.76470596, a: 1} - _StarsColor1: {r: 1, g: 0.5294118, b: 0.93725497, a: 1} - _StarsColor2: {r: 0, g: 0.92549026, b: 1, a: 1} - - _SunColor: {r: 0.9716981, g: 0.91994905, b: 0.8315548, a: 1} - - _SunDirection: {r: -0.22301199, g: -0.11390071, b: -0.96813864, a: 0} + - _SunColor: {r: 0.9716981, g: 0.92366165, b: 0.84360516, a: 1} + - _SunDirection: {r: -0.7899411, g: -0.40345296, b: 0.46175623, a: 0} - _SunLightColor: {r: 1, g: 0.99511117, b: 0.8632076, a: 1} m_BuildTextureStacks: [] --- !u!21 &8993251732621375409 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/SkyProfile-741169173868421736.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/SkyProfile-741169173868421736.asset.meta new file mode 100644 index 000000000..40b863b87 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/SkyProfile-741169173868421736.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e5bc0ed35fefb0c40a37544c3451413a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/DayNightCycle/SkyProfile-741169173868421736.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked.meta new file mode 100644 index 000000000..e294109ae --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ec8daa64b364f684c92079ad7dedad05 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked.unity.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked.unity.meta new file mode 100644 index 000000000..4ee887142 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0c31d4f197a3a024bb73ffc6ea9ad0d8 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked.unity + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked/SkyProfile-951463904131721736.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked/SkyProfile-951463904131721736.asset.meta new file mode 100644 index 000000000..7d11b3367 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked/SkyProfile-951463904131721736.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 051a4fec1fcd7f243adf6810386e0f9b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight-Baked/SkyProfile-951463904131721736.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight.meta new file mode 100644 index 000000000..e246e45ea --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 72cc16fca4dd139428719565c8034d9f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight.unity.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight.unity.meta new file mode 100644 index 000000000..150a25aa7 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f82c53e4316f3bf4a869484ffcb662fc +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight.unity + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight/SkyProfile-328763143758421736.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight/SkyProfile-328763143758421736.asset.meta new file mode 100644 index 000000000..0ceb6a549 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight/SkyProfile-328763143758421736.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d8aced6e1d4470c408ba6018f71fa776 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNight/SkyProfile-328763143758421736.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNightSettings.lighting.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNightSettings.lighting.meta new file mode 100644 index 000000000..11c40ec53 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNightSettings.lighting.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: dc0992640ba8e664fb8509a75b83b703 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/StarryNightSettings.lighting + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay.meta new file mode 100644 index 000000000..54dc9df2e --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 054468a39ae1157409adab697caa50fe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay.unity.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay.unity.meta new file mode 100644 index 000000000..801c64f73 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: aabd5d44832376044a3d44c03310e3bb +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay.unity + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay/SkyProfile-064293594558421736.asset.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay/SkyProfile-064293594558421736.asset.meta new file mode 100644 index 000000000..2a0265aa7 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay/SkyProfile-064293594558421736.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: aa78d282081ce6443affabf3d315aaba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scenes/SunnyDay/SkyProfile-064293594558421736.asset + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scripts.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scripts.meta new file mode 100644 index 000000000..c9e44b827 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 223fc4eadf540914abe08d069d1a6406 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scripts/JTakeScreenshot.cs.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scripts/JTakeScreenshot.cs.meta new file mode 100644 index 000000000..e9cfd2b62 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scripts/JTakeScreenshot.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: e0c71d2da68800e47ab7d19b195a12fe +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Scripts/JTakeScreenshot.cs + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures.meta new file mode 100644 index 000000000..896b14f46 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6852ee6e108a2fd46aa393f7bd8481e9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/CloudTexture0.png.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/CloudTexture0.png.meta new file mode 100644 index 000000000..2cd8a73a3 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/CloudTexture0.png.meta @@ -0,0 +1,119 @@ +fileFormatVersion: 2 +guid: d69d12cf3b1e2b144881667c78b2e4f9 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/CloudTexture0.png + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/Stroke.psd.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/Stroke.psd.meta new file mode 100644 index 000000000..5d5fb74c9 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/Stroke.psd.meta @@ -0,0 +1,119 @@ +fileFormatVersion: 2 +guid: 09ba4b1902659f24f931e5be505d306f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 1 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/Stroke.psd + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/TransparentTexture.psd.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/TransparentTexture.psd.meta new file mode 100644 index 000000000..74022e7a8 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/TransparentTexture.psd.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: c5e4a25ceaec8e64090bcd1805f4b8c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/Sample/Textures/TransparentTexture.psd + uploadId: 608727 diff --git a/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/changelog.txt.meta b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/changelog.txt.meta new file mode 100644 index 000000000..3743ce181 --- /dev/null +++ b/Assets/Plugins/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/changelog.txt.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: a1cd171a91d3e8c4a95a0aaebc10c520 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 159992 + packageName: Procedural Sky - Builtin & LWRP & URP - Jupiter + packageVersion: 1.2.13 + assetPath: Assets/Polaris - Low Poly Ecosystem/Jupiter - Procedural Sky/changelog.txt + uploadId: 608727 diff --git a/Assets/Plugins/ScreenshotUtility.meta b/Assets/Plugins/ScreenshotUtility.meta new file mode 100644 index 000000000..8e4285ed4 --- /dev/null +++ b/Assets/Plugins/ScreenshotUtility.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5f4cf1217dd0754438c7bf2f82cd71a9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ScreenshotUtility/Editor.meta b/Assets/Plugins/ScreenshotUtility/Editor.meta new file mode 100644 index 000000000..123c25968 --- /dev/null +++ b/Assets/Plugins/ScreenshotUtility/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0325a6595b76de84a8cc264bc09c2ba3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ScreenshotUtility/Editor/ScreenshotUtility.cs.meta b/Assets/Plugins/ScreenshotUtility/Editor/ScreenshotUtility.cs.meta new file mode 100644 index 000000000..4215cd24e --- /dev/null +++ b/Assets/Plugins/ScreenshotUtility/Editor/ScreenshotUtility.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 968fd279e77f36b49bb9809f97314077 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ScreenshotUtility/Editor/sc.utilities.screenshot.editor.asmdef.meta b/Assets/Plugins/ScreenshotUtility/Editor/sc.utilities.screenshot.editor.asmdef.meta new file mode 100644 index 000000000..747820960 --- /dev/null +++ b/Assets/Plugins/ScreenshotUtility/Editor/sc.utilities.screenshot.editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6bf3f4a8ecb0d4b45b7de388636b6676 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ScreenshotUtility/changelog.md.meta b/Assets/Plugins/ScreenshotUtility/changelog.md.meta new file mode 100644 index 000000000..b47361a3a --- /dev/null +++ b/Assets/Plugins/ScreenshotUtility/changelog.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f9db52175bdc59e4897d8c7efb0f7dad +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ScreenshotUtility/package.json.meta b/Assets/Plugins/ScreenshotUtility/package.json.meta new file mode 100644 index 000000000..ee46b2642 --- /dev/null +++ b/Assets/Plugins/ScreenshotUtility/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 92f2f00d3df41574795ca24e7ba1e7d8 +PackageManifestImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/ScreenshotUtility/readme.md.meta b/Assets/Plugins/ScreenshotUtility/readme.md.meta new file mode 100644 index 000000000..89108822b --- /dev/null +++ b/Assets/Plugins/ScreenshotUtility/readme.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d683ff88ff7e59c46b34e3f641cfe9a5 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections.meta b/Assets/Plugins/SerializedCollections.meta new file mode 100644 index 000000000..d82bfa912 --- /dev/null +++ b/Assets/Plugins/SerializedCollections.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a60541004fd72954ea10c99484940713 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor.meta b/Assets/Plugins/SerializedCollections/Editor.meta new file mode 100644 index 000000000..11e759b95 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 43bd94852ddc6b34dbe9fec318fb54d8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/AYellowpaper.SerializedCollections.Editor.asmdef.meta b/Assets/Plugins/SerializedCollections/Editor/AYellowpaper.SerializedCollections.Editor.asmdef.meta new file mode 100644 index 000000000..88570d18d --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/AYellowpaper.SerializedCollections.Editor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 234340c04eed5674a988bc6ebde7d248 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Assets.meta b/Assets/Plugins/SerializedCollections/Editor/Assets.meta new file mode 100644 index 000000000..d638068a9 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Assets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: edb739dfb1824234681f6480c75cd523 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Assets/BurgerMenu@2x.png.meta b/Assets/Plugins/SerializedCollections/Editor/Assets/BurgerMenu@2x.png.meta new file mode 100644 index 000000000..05a5db31d --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Assets/BurgerMenu@2x.png.meta @@ -0,0 +1,170 @@ +fileFormatVersion: 2 +guid: 8deddfed9f39d7740879d2cb0fcf7ce0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 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: 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: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + 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: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 8192 + 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: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Assets/KeysGeneratorSelectorWindow.uss.meta b/Assets/Plugins/SerializedCollections/Editor/Assets/KeysGeneratorSelectorWindow.uss.meta new file mode 100644 index 000000000..c008067cf --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Assets/KeysGeneratorSelectorWindow.uss.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: df6c2ef835e40c94c976442569324029 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} + disableValidation: 0 diff --git a/Assets/Plugins/SerializedCollections/Editor/Assets/KeysGeneratorSelectorWindow.uxml.meta b/Assets/Plugins/SerializedCollections/Editor/Assets/KeysGeneratorSelectorWindow.uxml.meta new file mode 100644 index 000000000..8802f1fcb --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Assets/KeysGeneratorSelectorWindow.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 681c8a924c8b1e14b9fe53bb7397ec3d +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts.meta new file mode 100644 index 000000000..0dc6807f1 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6398825db0c1d5348b5ec85b0c12d9c0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Data.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Data.meta new file mode 100644 index 000000000..62e0a3453 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Data.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 81bf46994f9232b4e8dcf467c109f046 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/ElementData.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/ElementData.cs.meta new file mode 100644 index 000000000..722252668 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/ElementData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 650a80186cc93b54aa5627197c23ea6e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/ElementSettings.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/ElementSettings.cs.meta new file mode 100644 index 000000000..7a0d0a286 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/ElementSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 12edfc8006691b7498459540b832c5eb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/PropertyData.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/PropertyData.cs.meta new file mode 100644 index 000000000..5f840e410 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Data/PropertyData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ba2d792dfc6653e46bee7c027202acd3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/DisplayType.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/DisplayType.cs.meta new file mode 100644 index 000000000..193c32c89 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/DisplayType.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 37ee13dd67b545846b6b063923812943 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators.meta new file mode 100644 index 000000000..aa37c6c0a --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d74b279cd03ebfb4ca7d2606f3f4f11e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors.meta new file mode 100644 index 000000000..af99397ff --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 10b0c99dadaea0e42b49e323700f2eb9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/EnumGenerator.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/EnumGenerator.cs.meta new file mode 100644 index 000000000..96b5615a9 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/EnumGenerator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d639de5d36bbeea4496c97cc3f1f4e81 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/IntRangeGenerator.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/IntRangeGenerator.cs.meta new file mode 100644 index 000000000..efa32ed11 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/IntRangeGenerator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a4203f3a582fa874fb035633bd9892b4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/IntSteppingGenerator.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/IntSteppingGenerator.cs.meta new file mode 100644 index 000000000..14ac46086 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/Implementors/IntSteppingGenerator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 99302d4ff0ae27b4898ced57890ed32d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGenerator.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGenerator.cs.meta new file mode 100644 index 000000000..6b82cb333 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGenerator.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 08149f25a1b9c5e48a224a7c4d31a154 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorAttribute.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorAttribute.cs.meta new file mode 100644 index 000000000..3ce5bfe0e --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 0f6065c936425ab478ecc8a8cf30d38f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorCache.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorCache.cs.meta new file mode 100644 index 000000000..6756b4e13 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorCache.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7936217ae19613d4bb5e46e73a4a587c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorData.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorData.cs.meta new file mode 100644 index 000000000..0337c02ba --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorData.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8992145ced672cd46a425fb2590b80bb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorEditor.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorEditor.cs.meta new file mode 100644 index 000000000..1e2d360c9 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 211518bea98ede643af247b6295984bd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorSelectorWindow.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorSelectorWindow.cs.meta new file mode 100644 index 000000000..a8dbad10c --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/KeyListGeneratorSelectorWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: df07fe6d161e3334083f837a066dd949 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/ModificationType.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/ModificationType.cs.meta new file mode 100644 index 000000000..1a1f860a0 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/KeyListGenerators/ModificationType.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fc2030edc0a04b74a8642773bd8c98fd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/PagingElement.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/PagingElement.cs.meta new file mode 100644 index 000000000..d51ec0790 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/PagingElement.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f35ac465aece4064582910fc2c206682 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search.meta new file mode 100644 index 000000000..6e245ab9d --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bead4ae311155bd46af1e99788f1d932 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers.meta new file mode 100644 index 000000000..403feba65 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 77b8ccff4f0c60943b9a54ce8d698d7f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/EnumMatcher.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/EnumMatcher.cs.meta new file mode 100644 index 000000000..5fc8c5885 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/EnumMatcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f2cf86e71fb0ff04f96ac71dd9961962 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/Matcher.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/Matcher.cs.meta new file mode 100644 index 000000000..fe6a718f3 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/Matcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 218ea85e2d8480a498e8647aad524c8d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/Matchers.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/Matchers.cs.meta new file mode 100644 index 000000000..051bff137 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/Matchers.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 94535827bd107e549baa23442df58bef +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/NumericMatcher.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/NumericMatcher.cs.meta new file mode 100644 index 000000000..5bc8f6179 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/NumericMatcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cc3ee6ec420212140bd3a86688d548de +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/StringMatcher.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/StringMatcher.cs.meta new file mode 100644 index 000000000..9a4d752eb --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/Matchers/StringMatcher.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: be8bbc3471f8ad04b8da6366285443c6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/PropertySearchResult.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/PropertySearchResult.cs.meta new file mode 100644 index 000000000..3b24df349 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/PropertySearchResult.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 33b4e4c67054c4d488fa66ff14bd3120 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/SearchQuery.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/SearchQuery.cs.meta new file mode 100644 index 000000000..ec2cdcb05 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/SearchQuery.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c87dd0caf3c44ed4e82896aa40bf1b96 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/SearchResultEntry.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/SearchResultEntry.cs.meta new file mode 100644 index 000000000..8f4a4e198 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Search/SearchResultEntry.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d8455216ad2701d49b6dfec7f98ca88b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/SerializedDictionaryDrawer.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/SerializedDictionaryDrawer.cs.meta new file mode 100644 index 000000000..7446aa3f1 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/SerializedDictionaryDrawer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4ccfc6d910f95ca4f94b294a9a3a8872 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/SerializedDictionaryInstanceDrawer.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/SerializedDictionaryInstanceDrawer.cs.meta new file mode 100644 index 000000000..b07ea9e99 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/SerializedDictionaryInstanceDrawer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9c3b210db82056a4a93c337b45da413b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings.meta new file mode 100644 index 000000000..dcfbbfe8a --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7691132b92786be418f91bf39639db87 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings/EditorUserSettings.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings/EditorUserSettings.cs.meta new file mode 100644 index 000000000..9530f8c65 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings/EditorUserSettings.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 21353c5f0548cba4a98029e0c433a0dc +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings/EditorUserSettingsProvider.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings/EditorUserSettingsProvider.cs.meta new file mode 100644 index 000000000..c66ad231f --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Settings/EditorUserSettingsProvider.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 01b95baf6e99cff43a84c4ba42557db4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/States.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/States.meta new file mode 100644 index 000000000..0b246270b --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/States.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b07f70f96e8585f45976044096080ecd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/States/DefaultListState.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/States/DefaultListState.cs.meta new file mode 100644 index 000000000..c9621a57e --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/States/DefaultListState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 803188ced5ea71c41b6079f7ae375573 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/States/ListState.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/States/ListState.cs.meta new file mode 100644 index 000000000..5ca74e514 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/States/ListState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4b4752173882f944eb16a5720a22f3e9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/States/SearchListState.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/States/SearchListState.cs.meta new file mode 100644 index 000000000..b4f7602cb --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/States/SearchListState.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1ed2b1abf79f0c74c8224a423ec3123c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility.meta new file mode 100644 index 000000000..2e7556a6b --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ce09595c06b9854abdd9a22a57e16bd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/GUIEnabledScope.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/GUIEnabledScope.cs.meta new file mode 100644 index 000000000..43e850aa1 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/GUIEnabledScope.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c671c12e9de22d042be004c62b6f4158 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/LabelWidth.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/LabelWidth.cs.meta new file mode 100644 index 000000000..afe33f9a0 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/LabelWidth.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fd75bc249daa39f4e832a3dab9c23c82 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/RectUtility.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/RectUtility.cs.meta new file mode 100644 index 000000000..cc0bc8052 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/RectUtility.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 68261ebef89d61441a35961731b0a083 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/SCEditorUtility.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/SCEditorUtility.cs.meta new file mode 100644 index 000000000..7a46a3ae4 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/SCEditorUtility.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 138277cf2e7d2cd4e99c3cd7e2ecaaed +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/SCEnumUtility.cs.meta b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/SCEnumUtility.cs.meta new file mode 100644 index 000000000..b52a1e3e8 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Editor/Scripts/Utility/SCEnumUtility.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 76def6672c756704bac4efd5a3625113 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Readme.pdf.meta b/Assets/Plugins/SerializedCollections/Readme.pdf.meta new file mode 100644 index 000000000..03073d25d --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Readme.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7d3a2360c7e15944cbf26d622f2de997 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime.meta b/Assets/Plugins/SerializedCollections/Runtime.meta new file mode 100644 index 000000000..7f780d3ac --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 447b86ccb53a6c84b820cb2425bac606 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/AYellowpaper.SerializedCollections.asmdef.meta b/Assets/Plugins/SerializedCollections/Runtime/AYellowpaper.SerializedCollections.asmdef.meta new file mode 100644 index 000000000..f75be3c12 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/AYellowpaper.SerializedCollections.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d525ad6bd40672747bde77962f1c401e +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/LookupTables.meta b/Assets/Plugins/SerializedCollections/Runtime/LookupTables.meta new file mode 100644 index 000000000..d5e437552 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/LookupTables.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f1444c3990d36354e9d53f3797d31080 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/LookupTables/DictionaryLookupTable.cs.meta b/Assets/Plugins/SerializedCollections/Runtime/LookupTables/DictionaryLookupTable.cs.meta new file mode 100644 index 000000000..0e0d11ec0 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/LookupTables/DictionaryLookupTable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ff547989e6c74ca418db99a6a03aa653 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/LookupTables/IKeyable.cs.meta b/Assets/Plugins/SerializedCollections/Runtime/LookupTables/IKeyable.cs.meta new file mode 100644 index 000000000..9c2d51588 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/LookupTables/IKeyable.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 131781efcfa1f0c4a8f9480cc10f5699 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/Scripts.meta b/Assets/Plugins/SerializedCollections/Runtime/Scripts.meta new file mode 100644 index 000000000..310f56ae9 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 54ab7ca0599474d4281016b4f077172c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/Scripts/AssemblyInfo.cs.meta b/Assets/Plugins/SerializedCollections/Runtime/Scripts/AssemblyInfo.cs.meta new file mode 100644 index 000000000..e1916f704 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/Scripts/AssemblyInfo.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 88ab3f65a23ff3a4697758e7a3ed3ac0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedCollectionsUtility.cs.meta b/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedCollectionsUtility.cs.meta new file mode 100644 index 000000000..b00d75295 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedCollectionsUtility.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a1da1a15cc1e6754fb099902045e4572 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedDictionary.cs.meta b/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedDictionary.cs.meta new file mode 100644 index 000000000..8fddf055f --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedDictionary.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cfd467abf43f5944faa7fd0abcac2299 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedDictionaryAttribute.cs.meta b/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedDictionaryAttribute.cs.meta new file mode 100644 index 000000000..9d18097b4 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedDictionaryAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e3aa354f515fef24c865758f92a293ec +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedKeyValuePair.cs.meta b/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedKeyValuePair.cs.meta new file mode 100644 index 000000000..e35526b87 --- /dev/null +++ b/Assets/Plugins/SerializedCollections/Runtime/Scripts/SerializedKeyValuePair.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9f808808de12544418e1f67eb1e8a78d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources.meta b/Assets/Resources.meta new file mode 100644 index 000000000..b36475032 --- /dev/null +++ b/Assets/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cd0e28ead96f15c45bda5eb1b00e7192 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/BillingMode.json.meta b/Assets/Resources/BillingMode.json.meta new file mode 100644 index 000000000..512d0ed85 --- /dev/null +++ b/Assets/Resources/BillingMode.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3573f4dc5e0e38947b61f91a10ac7f79 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples.meta b/Assets/Samples.meta new file mode 100644 index 000000000..b38e7374f --- /dev/null +++ b/Assets/Samples.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 41ce06c664f07a14a97d0ed89f9d4a79 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/ProBuilder.meta b/Assets/Samples/ProBuilder.meta new file mode 100644 index 000000000..928c24ce7 --- /dev/null +++ b/Assets/Samples/ProBuilder.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7caebee947e93bf4a98a4380e8dd679f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/ProBuilder/5.2.3.meta b/Assets/Samples/ProBuilder/5.2.3.meta new file mode 100644 index 000000000..286f5ec47 --- /dev/null +++ b/Assets/Samples/ProBuilder/5.2.3.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d9761b9ccfb9143408128e1b011bca48 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support.meta b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support.meta new file mode 100644 index 000000000..3542f03c5 --- /dev/null +++ b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e9c5411281a0dce4c8ccb9b5cc999521 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Material.meta b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Material.meta new file mode 100644 index 000000000..67a664eea --- /dev/null +++ b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Material.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a87ab085704cc400587af8e4ae0899db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Material/ProBuilder Default URP.mat.meta b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Material/ProBuilder Default URP.mat.meta new file mode 100644 index 000000000..0fd3e102e --- /dev/null +++ b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Material/ProBuilder Default URP.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25a9fb42d361f46ad89221f6d301e96e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Shader.meta b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Shader.meta new file mode 100644 index 000000000..a4b60fce7 --- /dev/null +++ b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Shader.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 864b60f9a756846af84d0a15e19d7cb4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Shader/Standard Vertex Color.shadergraph.meta b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Shader/Standard Vertex Color.shadergraph.meta new file mode 100644 index 000000000..8f504c605 --- /dev/null +++ b/Assets/Samples/ProBuilder/5.2.3/Universal Render Pipeline Support/Shader/Standard Vertex Color.shadergraph.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: a5e1047f27bee462089b2bc3104f90fd +ScriptedImporter: + fileIDToRecycleName: + 4800000: MainAsset + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} diff --git a/Assets/Samples/YooAsset.meta b/Assets/Samples/YooAsset.meta new file mode 100644 index 000000000..b91d598af --- /dev/null +++ b/Assets/Samples/YooAsset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4ff73881adaa6374b8be2e20356ff5ec +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1.meta b/Assets/Samples/YooAsset/2.1.1.meta new file mode 100644 index 000000000..667a5fb95 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d1a1fc38d01ab9546b214f4777ebfdb3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample.meta new file mode 100644 index 000000000..e1ae6980a --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c7dd7901ee321624ebc96d8b6cb7bfb1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts.meta new file mode 100644 index 000000000..ffb2486b9 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b073fca11bf0abf4f8dbfc9f70e1f9bf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor.meta new file mode 100644 index 000000000..ee1205057 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 83541de392f5489438a81cb60f751e9c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/CustomPackRule.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/CustomPackRule.cs.meta new file mode 100644 index 000000000..40f5ad7c3 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/CustomPackRule.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ff1eb84d9996ca1409e37f45617b1bdb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageComparator.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageComparator.meta new file mode 100644 index 000000000..00a5cca20 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageComparator.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c0b4ccec8007a6047aade899b4b74fcf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageComparator/PackageComparatorWindow.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageComparator/PackageComparatorWindow.cs.meta new file mode 100644 index 000000000..efc87bde5 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageComparator/PackageComparatorWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6ff3c700b7f108b48998aa1630a769e1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageImporter.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageImporter.meta new file mode 100644 index 000000000..0ad5c4623 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageImporter.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fa6624433c5d8e445b1426dcdf0763ba +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageImporter/PackageImporterWindow.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageImporter/PackageImporterWindow.cs.meta new file mode 100644 index 000000000..cb3d48585 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/PackageImporter/PackageImporterWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 699068f8f637708409436199baa62c1f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector.meta new file mode 100644 index 000000000..165a9a9a3 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dcb9955c15609744a9666bd76f6af3d9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectionHelper.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectionHelper.cs.meta new file mode 100644 index 000000000..301e68105 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectionHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ab74d4ff4a2805147883de70a1559a0a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectionManifest.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectionManifest.cs.meta new file mode 100644 index 000000000..1ccf9c8f9 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectionManifest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 97098b04691f5c046ac4829f1d72f425 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollector.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollector.cs.meta new file mode 100644 index 000000000..79df03ed8 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollector.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 21b4cc6bf4c0c064d8e2687024e24c86 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorSetting.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorSetting.cs.meta new file mode 100644 index 000000000..b9566a807 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorSetting.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 44454e58a49818040a1aef5799e71b30 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorWindow.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorWindow.cs.meta new file mode 100644 index 000000000..6d9150fed --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 70401cc80b9807e46bd8283e01b4302f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorWindow.uxml.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorWindow.uxml.meta new file mode 100644 index 000000000..be7861df9 --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Editor/ShaderVariantCollector/ShaderVariantCollectorWindow.uxml.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 9bff4878063eaf04dab8713e1e662ac5 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0} diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime.meta new file mode 100644 index 000000000..547122b4a --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6816dd00c9cfdce4d9386c0b3088b843 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/AssetOperationHandleExtension.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/AssetOperationHandleExtension.cs.meta new file mode 100644 index 000000000..2ad60113d --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/AssetOperationHandleExtension.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c0893ac05d109894e9acb6deeb688ee5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/GameObjectAssetReference.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/GameObjectAssetReference.cs.meta new file mode 100644 index 000000000..062d3680d --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/GameObjectAssetReference.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1534f1a1b207ad542bf1fc73da8b4316 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/LoadAssetsByTagOperation.cs.meta b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/LoadAssetsByTagOperation.cs.meta new file mode 100644 index 000000000..0db7901be --- /dev/null +++ b/Assets/Samples/YooAsset/2.1.1/Extension Sample/Scripts/Runtime/LoadAssetsByTagOperation.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 35cd25a83a43dfb4093399183b31a0d0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets.meta b/Assets/StreamingAssets.meta new file mode 100644 index 000000000..ef16bc665 --- /dev/null +++ b/Assets/StreamingAssets.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bb8069e714cba324692fc72d35273899 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StreamingAssets/yoo.meta b/Assets/StreamingAssets/yoo.meta new file mode 100644 index 000000000..0986dacb5 --- /dev/null +++ b/Assets/StreamingAssets/yoo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 05fbc3aaf0c679743ae60e96509f5982 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UniversalRenderPipelineGlobalSettings.asset.meta b/Assets/UniversalRenderPipelineGlobalSettings.asset.meta new file mode 100644 index 000000000..d48f6dc8d --- /dev/null +++ b/Assets/UniversalRenderPipelineGlobalSettings.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e207fdb5930eb0b4faf5d56df27ea881 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/packages.config.meta b/Assets/packages.config.meta new file mode 100644 index 000000000..c89009520 --- /dev/null +++ b/Assets/packages.config.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 0b3b10880f9aeae4788330795e8f89af +labels: +- NuGetForUnity +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 1 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 31f1d5844..34d1f9045 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -369,7 +369,7 @@ "url": "https://packages.unity.com" }, "net.project.b.dialogue": { - "version": "file:D:/Iris/Documents/GitHub/Net.Project.B.Dialogue/Src/Dialogue", + "version": "file:../../Net.Project.B.Dialogue/Src/Dialogue", "depth": 0, "source": "local", "dependencies": {}